#E0D0CE

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

Shades of Vanilla Ice #E0D0CE

Tints of Vanilla Ice #E0D0CE

Color information

#E0D0CE (or 0xE0D0CE) is unknown color: approx Vanilla Ice. HEX triplet: E0, D0 and CE. RGB value is (224,208,206). Sum of RGB (Red+Green+Blue) = 224+208+206=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0CE is #1F2F31. Grayscale: #D4D4D4. Windows color (decimal): -2043698 or 13553888. OLE color: 13553888.

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

Color convert

RGB224208206-
CMYK00.070.080.12
HSL6.67º22.5%84.31%-
HSV(B)6.67º8.04%87.84%-
XYZ64.4465.4267.62-
YUV212.56124.3136.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=35.11%
G=32.60%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420820600.070.080.126.6722.584.31
HexE0D0CE078C71754
Octal340320316071014727124
Binary111000001101000011001110011110001100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0CE; }

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

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

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

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

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

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

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

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