#E0C9DD

Color #E0C9DD Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #E0C9DD

Tints of Thistle #E0C9DD

Color information

#E0C9DD (or 0xE0C9DD) is unknown color: approx Thistle. HEX triplet: E0, C9 and DD. RGB value is (224,201,221). Sum of RGB (Red+Green+Blue) = 224+201+221=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9DD is #1F3622. Grayscale: #D2D2D2. Windows color (decimal): -2045475 or 14535136. OLE color: 14535136.

HSL color Cylindrical-coordinate representation of color #E0C9DD: hue angle of 307.83º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0C9DD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224201221-
CMYK00.100.010.12
HSL307.83º27.06%83.33%-
HSV(B)307.83º10.27%87.84%-
XYZ64.6862.8477.13-
YUV210.16134.12137.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=34.67%
G=31.11%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420122100.100.010.12307.8327.0683.33
HexE0C9DD0A1C1341b53
Octal34031133501211446433123
Binary1110000011001001110111010101011100100110100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C9DD; }

 p { color: rgb(224,201,221); }

 H1.HeaderClassName
 {
   color: #E0C9DD;
 }
 .AnyTagClassName
 {
   color: #E0C9DD;
 }
</style>
background-color css

<style>
 a { background-color: #E0C9DD; }

 a { background-color: rgb(224,201,221); }

 div.DivClassName
 {
   background-color: #E0C9DD;
 }
 .BgClassName
 {
   background-color: #E0C9DD;
 }
</style>
border-color css

<style>
 span { border-color: #E0C9DD; }

 span { border-color: rgb(224,201,221); }

 td.TdClassName
 {
   border-color: #E0C9DD;
 }
 .TagClassName
 {
   border-color: #E0C9DD;
 }
</style>