#E1C3DF

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

Shades of Thistle #E1C3DF

Tints of Thistle #E1C3DF

Color information

#E1C3DF (or 0xE1C3DF) is unknown color: approx Thistle. HEX triplet: E1, C3 and DF. RGB value is (225,195,223). Sum of RGB (Red+Green+Blue) = 225+195+223=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3DF is #1E3C20. Grayscale: #CFCFCF. Windows color (decimal): -1981473 or 14664673. OLE color: 14664673.

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

Color convert

RGB225195223-
CMYK00.130.010.12
HSL304º33.33%82.35%-
HSV(B)304º13.33%88.24%-
XYZ63.8960.3778.1-
YUV207.16136.94140.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 195 (76.56% from 255) = 30.33%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=34.99%
G=30.33%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519522300.130.010.1230433.3382.35
HexE1C3DF0D1C1302152
Octal34130333701511446041122
Binary11100001110000111101111101101111001001100001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C3DF; }

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

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

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

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

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

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

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

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