#E2C9DF

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

Shades of Thistle #E2C9DF

Tints of Thistle #E2C9DF

Color information

#E2C9DF (or 0xE2C9DF) is unknown color: approx Thistle. HEX triplet: E2, C9 and DF. RGB value is (226,201,223). Sum of RGB (Red+Green+Blue) = 226+201+223=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9DF is #1D3620. Grayscale: #D2D2D2. Windows color (decimal): -1914401 or 14666210. OLE color: 14666210.

HSL color Cylindrical-coordinate representation of color #E2C9DF: hue angle of 307.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2C9DF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226201223-
CMYK00.110.010.11
HSL307.2º30.12%83.73%-
HSV(B)307.2º11.06%88.63%-
XYZ65.5763.2778.57-
YUV210.98134.78138.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=34.77%
G=30.92%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620122300.110.010.11307.230.1283.73
HexE2C9DF0B1B1331e54
Octal34231133701311346336124
Binary1110001011001001110111110101111011100110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9DF; }

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

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

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

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

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

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

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

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