#E0C9DF

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

Shades of Thistle #E0C9DF

Tints of Thistle #E0C9DF

Color information

#E0C9DF (or 0xE0C9DF) is unknown color: approx Thistle. HEX triplet: E0, C9 and DF. RGB value is (224,201,223). Sum of RGB (Red+Green+Blue) = 224+201+223=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9DF is #1F3620. Grayscale: #D2D2D2. Windows color (decimal): -2045473 or 14666208. OLE color: 14666208.

HSL color Cylindrical-coordinate representation of color #E0C9DF: hue angle of 302.61º 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 #E0C9DF is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224201223-
CMYK00.100.000.12
HSL302.61º27.06%83.33%-
HSV(B)302.61º10.27%87.84%-
XYZ64.9562.9578.54-
YUV210.38135.12137.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 201 (78.91% from 255) = 31.02%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=34.57%
G=31.02%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420122300.100.000.12302.6127.0683.33
HexE0C9DF0A0C12f1b53
Octal34031133701201445733123
Binary1110000011001001110111110101001100100101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C9DF; }

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

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

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

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

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

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

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

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