#E5CFCC

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

Shades of Vanilla Ice #E5CFCC

Tints of Vanilla Ice #E5CFCC

Color information

#E5CFCC (or 0xE5CFCC) is unknown color: approx Vanilla Ice. HEX triplet: E5, CF and CC. RGB value is (229,207,204). Sum of RGB (Red+Green+Blue) = 229+207+204=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFCC is #1A3033. Grayscale: #D5D5D5. Windows color (decimal): -1716276 or 13422565. OLE color: 13422565.

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

Color convert

RGB229207204-
CMYK00.100.110.10
HSL7.2º32.47%84.9%-
HSV(B)7.2º10.92%89.8%-
XYZ65.5365.6466.34-
YUV213.24122.79139.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=35.78%
G=32.34%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920720400.100.110.107.232.4784.9
HexE5CFCC0ABA72055
Octal3453173140121312740125
Binary11100101110011111100110001010101110101111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFCC; }

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

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

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

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

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

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

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

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