#E1CCCA

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

Shades of Vanilla Ice #E1CCCA

Tints of Vanilla Ice #E1CCCA

Color information

#E1CCCA (or 0xE1CCCA) is unknown color: approx Vanilla Ice. HEX triplet: E1, CC and CA. RGB value is (225,204,202). Sum of RGB (Red+Green+Blue) = 225+204+202=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCA is #1E3335. Grayscale: #D2D2D2. Windows color (decimal): -1979190 or 13290721. OLE color: 13290721.

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

Color convert

RGB225204202-
CMYK00.090.100.12
HSL5.22º27.71%83.73%-
HSV(B)5.22º10.22%88.24%-
XYZ63.363.4664.79-
YUV210.05123.46138.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=35.66%
G=32.33%
B=32.01%

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
Decimal22520420200.090.100.125.2227.7183.73
HexE1CCCA09AC51c54
Octal3413143120111214534124
Binary1110000111001100110010100100110101100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCCA; }

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

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

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

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

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

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

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

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