#E2CECD

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

Shades of Vanilla Ice #E2CECD

Tints of Vanilla Ice #E2CECD

Color information

#E2CECD (or 0xE2CECD) is unknown color: approx Vanilla Ice. HEX triplet: E2, CE and CD. RGB value is (226,206,205). Sum of RGB (Red+Green+Blue) = 226+206+205=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CECD is #1D3132. Grayscale: #D3D3D3. Windows color (decimal): -1913139 or 13487842. OLE color: 13487842.

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

Color convert

RGB226206205-
CMYK00.090.090.11
HSL2.86º26.58%84.51%-
HSV(B)2.86º9.29%88.63%-
XYZ64.4564.7266.85-
YUV211.87124.13138.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=35.48%
G=32.34%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620620500.090.090.112.8626.5884.51
HexE2CECD099B31b55
Octal3423163150111113333125
Binary111000101100111011001101010011001101111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CECD; }

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

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

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

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

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

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

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

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