#E2CECC

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

Shades of Vanilla Ice #E2CECC

Tints of Vanilla Ice #E2CECC

Color information

#E2CECC (or 0xE2CECC) is unknown color: approx Vanilla Ice. HEX triplet: E2, CE and CC. RGB value is (226,206,204). Sum of RGB (Red+Green+Blue) = 226+206+204=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CECC is #1D3133. Grayscale: #D3D3D3. Windows color (decimal): -1913140 or 13422306. OLE color: 13422306.

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

Color convert

RGB226206204-
CMYK00.090.100.11
HSL5.45º27.5%84.31%-
HSV(B)5.45º9.73%88.63%-
XYZ64.3364.6766.22-
YUV211.75123.63138.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.53%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=35.53%
G=32.39%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620620400.090.100.115.4527.584.31
HexE2CECC09AB51c54
Octal3423163140111213534124
Binary1110001011001110110011000100110101011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CECC; }

 p { color: rgb(226,206,204); }

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

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

 a { background-color: rgb(226,206,204); }

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

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

 span { border-color: rgb(226,206,204); }

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