#E0CCCA

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

Shades of Vanilla Ice #E0CCCA

Tints of Vanilla Ice #E0CCCA

Color information

#E0CCCA (or 0xE0CCCA) is unknown color: approx Vanilla Ice. HEX triplet: E0, CC and CA. RGB value is (224,204,202). Sum of RGB (Red+Green+Blue) = 224+204+202=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCCA is #1F3335. Grayscale: #D1D1D1. Windows color (decimal): -2044726 or 13290720. OLE color: 13290720.

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

Color convert

RGB224204202-
CMYK00.090.100.12
HSL5.45º26.19%83.53%-
HSV(B)5.45º9.82%87.84%-
XYZ62.9963.364.77-
YUV209.75123.63138.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=35.56%
G=32.38%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420420200.090.100.125.4526.1983.53
HexE0CCCA09AC51a54
Octal3403143120111214532124
Binary1110000011001100110010100100110101100101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCCA; }

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

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

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

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

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

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

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

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