#E0CFCD

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

Shades of Vanilla Ice #E0CFCD

Tints of Vanilla Ice #E0CFCD

Color information

#E0CFCD (or 0xE0CFCD) is unknown color: approx Vanilla Ice. HEX triplet: E0, CF and CD. RGB value is (224,207,205). Sum of RGB (Red+Green+Blue) = 224+207+205=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFCD is #1F3032. Grayscale: #D3D3D3. Windows color (decimal): -2043955 or 13488096. OLE color: 13488096.

HSL color Cylindrical-coordinate representation of color #E0CFCD: hue angle of 6.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFCD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224207205-
CMYK00.080.080.12
HSL6.32º23.46%84.12%-
HSV(B)6.32º8.48%87.84%-
XYZ64.0764.8866.9-
YUV211.86124.13136.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=35.22%
G=32.55%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420720500.080.080.126.3223.4684.12
HexE0CFCD088C61754
Octal3403173150101014627124
Binary1110000011001111110011010100010001100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFCD; }

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

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

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

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

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

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

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

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