#E1CADE

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

Shades of Thistle #E1CADE

Tints of Thistle #E1CADE

Color information

#E1CADE (or 0xE1CADE) is unknown color: approx Thistle. HEX triplet: E1, CA and DE. RGB value is (225,202,222). Sum of RGB (Red+Green+Blue) = 225+202+222=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADE is #1E3521. Grayscale: #D3D3D3. Windows color (decimal): -1979682 or 14600929. OLE color: 14600929.

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

Color convert

RGB225202222-
CMYK00.100.010.12
HSL307.83º27.71%83.73%-
HSV(B)307.83º10.22%88.24%-
XYZ65.3663.5277.92-
YUV211.16134.12137.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=34.67%
G=31.12%
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
Decimal22520222200.100.010.12307.8327.7183.73
HexE1CADE0A1C1341c54
Octal34131233601211446434124
Binary1110000111001010110111100101011100100110100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CADE; }

 p { color: rgb(225,202,222); }

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

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

 a { background-color: rgb(225,202,222); }

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

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

 span { border-color: rgb(225,202,222); }

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