#E1C8DF

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

Shades of Thistle #E1C8DF

Tints of Thistle #E1C8DF

Color information

#E1C8DF (or 0xE1C8DF) is unknown color: approx Thistle. HEX triplet: E1, C8 and DF. RGB value is (225,200,223). Sum of RGB (Red+Green+Blue) = 225+200+223=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8DF is #1E3720. Grayscale: #D2D2D2. Windows color (decimal): -1980193 or 14665953. OLE color: 14665953.

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

Color convert

RGB225200223-
CMYK00.110.010.12
HSL304.8º29.41%83.33%-
HSV(B)304.8º11.11%88.24%-
XYZ65.0262.6478.48-
YUV210.1135.28138.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 200 (78.52% from 255) = 30.86%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=34.72%
G=30.86%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520022300.110.010.12304.829.4183.33
HexE1C8DF0B1C1311d53
Octal34131033701311446135123
Binary1110000111001000110111110101111100100110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8DF; }

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

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

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

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

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

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

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

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