#E1CCDE

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

Shades of Thistle #E1CCDE

Tints of Thistle #E1CCDE

Color information

#E1CCDE (or 0xE1CCDE) is unknown color: approx Thistle. HEX triplet: E1, CC and DE. RGB value is (225,204,222). Sum of RGB (Red+Green+Blue) = 225+204+222=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCDE is #1E3321. Grayscale: #D4D4D4. Windows color (decimal): -1979170 or 14601441. OLE color: 14601441.

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

Color convert

RGB225204222-
CMYK00.090.010.12
HSL308.57º25.93%84.12%-
HSV(B)308.57º9.33%88.24%-
XYZ65.8364.4778.08-
YUV212.33133.46137.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=34.56%
G=31.34%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520422200.090.010.12308.5725.9384.12
HexE1CCDE091C1351a54
Octal34131433601111446532124
Binary1110000111001100110111100100111100100110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCDE; }

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

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

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

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

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

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

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

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