#E2CFCE

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

Shades of Vanilla Ice #E2CFCE

Tints of Vanilla Ice #E2CFCE

Color information

#E2CFCE (or 0xE2CFCE) is unknown color: approx Vanilla Ice. HEX triplet: E2, CF and CE. RGB value is (226,207,206). Sum of RGB (Red+Green+Blue) = 226+207+206=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFCE is #1D3031. Grayscale: #D4D4D4. Windows color (decimal): -1912882 or 13553634. OLE color: 13553634.

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

Color convert

RGB226207206-
CMYK00.080.090.11
HSL25.64%84.71%-
HSV(B)8.85%88.63%-
XYZ64.8265.2567.57-
YUV212.57124.29137.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=35.37%
G=32.39%
B=32.24%

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
Decimal22620720600.080.090.11325.6484.71
HexE2CFCE089B31a55
Octal3423173160101113332125
Binary111000101100111111001110010001001101111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFCE; }

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

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

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

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

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

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

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

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