#E1C7DE

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

Shades of Thistle #E1C7DE

Tints of Thistle #E1C7DE

Color information

#E1C7DE (or 0xE1C7DE) is unknown color: approx Thistle. HEX triplet: E1, C7 and DE. RGB value is (225,199,222). Sum of RGB (Red+Green+Blue) = 225+199+222=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DE is #1E3821. Grayscale: #D1D1D1. Windows color (decimal): -1980450 or 14600161. OLE color: 14600161.

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

Color convert

RGB225199222-
CMYK00.120.010.12
HSL306.92º30.23%83.14%-
HSV(B)306.92º11.56%88.24%-
XYZ64.6662.1377.69-
YUV209.4135.11139.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 199 (78.12% from 255) = 30.80%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=34.83%
G=30.80%
B=34.37%

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
Decimal22519922200.120.010.12306.9230.2383.14
HexE1C7DE0C1C1331e53
Octal34130733601411446336123
Binary1110000111000111110111100110011100100110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7DE; }

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

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

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

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

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

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

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

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