#E2CFCC

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

Shades of Vanilla Ice #E2CFCC

Tints of Vanilla Ice #E2CFCC

Color information

#E2CFCC (or 0xE2CFCC) is unknown color: approx Vanilla Ice. HEX triplet: E2, CF and CC. RGB value is (226,207,204). Sum of RGB (Red+Green+Blue) = 226+207+204=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFCC is #1D3033. Grayscale: #D4D4D4. Windows color (decimal): -1912884 or 13422562. OLE color: 13422562.

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

Color convert

RGB226207204-
CMYK00.080.100.11
HSL8.18º27.5%84.31%-
HSV(B)8.18º9.73%88.63%-
XYZ64.5865.1566.3-
YUV212.34123.29137.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=35.48%
G=32.50%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620720400.080.100.118.1827.584.31
HexE2CFCC08AB81c54
Octal34231731401012131034124
Binary11100010110011111100110001000101010111000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFCC; }

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

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

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

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

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

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

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

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