#E1C6DF

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

Shades of Thistle #E1C6DF

Tints of Thistle #E1C6DF

Color information

#E1C6DF (or 0xE1C6DF) is unknown color: approx Thistle. HEX triplet: E1, C6 and DF. RGB value is (225,198,223). Sum of RGB (Red+Green+Blue) = 225+198+223=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6DF is #1E3920. Grayscale: #D0D0D0. Windows color (decimal): -1980705 or 14665441. OLE color: 14665441.

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

Color convert

RGB225198223-
CMYK00.120.010.12
HSL304.44º31.03%82.94%-
HSV(B)304.44º12%88.24%-
XYZ64.5661.7278.32-
YUV208.92135.95139.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 198 (77.73% from 255) = 30.65%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=34.83%
G=30.65%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519822300.120.010.12304.4431.0382.94
HexE1C6DF0C1C1301f53
Octal34130633701411446037123
Binary1110000111000110110111110110011100100110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6DF; }

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

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

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

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

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

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

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

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