#E2CFCD

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

Shades of Vanilla Ice #E2CFCD

Tints of Vanilla Ice #E2CFCD

Color information

#E2CFCD (or 0xE2CFCD) is unknown color: approx Vanilla Ice. HEX triplet: E2, CF and CD. RGB value is (226,207,205). Sum of RGB (Red+Green+Blue) = 226+207+205=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFCD is #1D3032. Grayscale: #D4D4D4. Windows color (decimal): -1912883 or 13488098. OLE color: 13488098.

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

Color convert

RGB226207205-
CMYK00.080.090.11
HSL5.71º26.58%84.51%-
HSV(B)5.71º9.29%88.63%-
XYZ64.765.266.93-
YUV212.45123.79137.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=35.42%
G=32.45%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620720500.080.090.115.7126.5884.51
HexE2CFCD089B61b55
Octal3423173150101113633125
Binary1110001011001111110011010100010011011110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFCD; }

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

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

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

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

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

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

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

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