#E0CDCC

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

Shades of Vanilla Ice #E0CDCC

Tints of Vanilla Ice #E0CDCC

Color information

#E0CDCC (or 0xE0CDCC) is unknown color: approx Vanilla Ice. HEX triplet: E0, CD and CC. RGB value is (224,205,204). Sum of RGB (Red+Green+Blue) = 224+205+204=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDCC is #1F3233. Grayscale: #D2D2D2. Windows color (decimal): -2044468 or 13422048. OLE color: 13422048.

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

Color convert

RGB224205204-
CMYK00.080.090.12
HSL24.39%83.92%-
HSV(B)8.93%87.84%-
XYZ63.4763.8766.11-
YUV210.57124.29137.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=35.39%
G=32.39%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420520400.080.090.12324.3983.92
HexE0CDCC089C31854
Octal3403153140101114330124
Binary111000001100110111001100010001001110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDCC; }

 p { color: rgb(224,205,204); }

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

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

 a { background-color: rgb(224,205,204); }

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

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

 span { border-color: rgb(224,205,204); }

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