#E1CADF

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

Shades of Thistle #E1CADF

Tints of Thistle #E1CADF

Color information

#E1CADF (or 0xE1CADF) is unknown color: approx Thistle. HEX triplet: E1, CA and DF. RGB value is (225,202,223). Sum of RGB (Red+Green+Blue) = 225+202+223=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADF is #1E3520. Grayscale: #D3D3D3. Windows color (decimal): -1979681 or 14666465. OLE color: 14666465.

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

Color convert

RGB225202223-
CMYK00.100.010.12
HSL305.22º27.71%83.73%-
HSV(B)305.22º10.22%88.24%-
XYZ65.4963.5878.63-
YUV211.27134.62137.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=34.62%
G=31.08%
B=34.31%

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
Decimal22520222300.100.010.12305.2227.7183.73
HexE1CADF0A1C1311c54
Octal34131233701211446134124
Binary1110000111001010110111110101011100100110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CADF; }

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

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

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

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

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

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

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

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