#E1D0CE

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

Shades of Vanilla Ice #E1D0CE

Tints of Vanilla Ice #E1D0CE

Color information

#E1D0CE (or 0xE1D0CE) is unknown color: approx Vanilla Ice. HEX triplet: E1, D0 and CE. RGB value is (225,208,206). Sum of RGB (Red+Green+Blue) = 225+208+206=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0CE is #1E2F31. Grayscale: #D4D4D4. Windows color (decimal): -1978162 or 13553889. OLE color: 13553889.

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

Color convert

RGB225208206-
CMYK00.080.080.12
HSL6.32º24.05%84.51%-
HSV(B)6.32º8.44%88.24%-
XYZ64.7565.5867.64-
YUV212.86124.13136.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 208 (81.64% from 255) = 32.55%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=35.21%
G=32.55%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520820600.080.080.126.3224.0584.51
HexE1D0CE088C61855
Octal3413203160101014630125
Binary1110000111010000110011100100010001100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0CE; }

 p { color: rgb(225,208,206); }

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

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

 a { background-color: rgb(225,208,206); }

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

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

 span { border-color: rgb(225,208,206); }

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