Thistle2 (#eed2ee) Web Color For Web Page Design

Everything about Thistle2 (#eed2ee) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

Thistle2 (#eed2ee) Color Hex

Thistle2 (#eed2ee) rgb(238, 210, 238)

Color spaces of Thistle2 (#eed2ee)

RGB238210238
HSL0.830.450.88
HSV3001294
CMYK0.000.120.00 0.07
XYZ73.739170.443490.5994
Yxy0.31410.3000
Hunter Lab83.93069.9468-5.2496
CIE-Lab87.213914.5467-10.1579

Base Numbers

BaseRedGreenBlue
Binary111011101101001011101110
Octal356322356
Decimal238210238
HexEED2EE

Shades of Thistle2 (#eed2ee)

Tints of Thistle2 (#eed2ee)

RGB Percentages of Color Thistle2 (#eed2ee)

Red
Green
Blue

CMYK Percentages of Color Thistle2 (#eed2ee)

Cyan
Magenta
Yellow
Black

Analogous Colors of Thistle2 (#eed2ee)

Triadic Colors of Thistle2 (#eed2ee) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of Thistle2 (#eed2ee) separated with 90° angle

Monochromatic Colors of Thistle2 (#eed2ee)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

Thistle2 (#eed2ee) Color Preview on Black Background

This is Thistle2 (#eed2ee) on a black background

Thistle2 (#eed2ee) Color Preview on White Background

This is Thistle2 (#eed2ee) on a white background

Thistle2 (#eed2ee) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

Thistle2 (#eed2ee) Text Font Color

This is a sample text written with the Thistle2 (#eed2ee) color.
This is a strong text written with the Thistle2 (#eed2ee) as well.

Thistle2 (#eed2ee) Background Color

                <div style="background-color:Thistle2 (#eed2ee)">
                    Text on the Thistle2 (#eed2ee) color
                </div>
            

Thistle2 (#eed2ee) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(238, 210, 238);">Text here</p>

This is a text with rgb(238, 210, 238) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #eed2ee;
                  -webkit-box-shadow: 1px 1px 3px 2px #eed2ee;
                  box-shadow:         1px 1px 3px 2px #eed2ee;">
                    Div content here
                </div>
            
An html Div with text shadow using #eed2ee color hex code

Related palettes

Copied!
share
HEX toggle hex RGB
Whale1
Copied!
share
HEX toggle hex RGB
BRIGHTNESS TO DARKNESS
Copied!
share
HEX toggle hex RGB
Shades of Thistle
Copied!
share
HEX toggle hex RGB
Broken Lilacs