#E1CFCD

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

Shades of Vanilla Ice #E1CFCD

Tints of Vanilla Ice #E1CFCD

Color information

#E1CFCD (or 0xE1CFCD) is unknown color: approx Vanilla Ice. HEX triplet: E1, CF and CD. RGB value is (225,207,205). Sum of RGB (Red+Green+Blue) = 225+207+205=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFCD is #1E3032. Grayscale: #D4D4D4. Windows color (decimal): -1978419 or 13488097. OLE color: 13488097.

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

Color convert

RGB225207205-
CMYK00.080.090.12
HSL25%84.31%-
HSV(B)8.89%88.24%-
XYZ64.3865.0466.92-
YUV212.15123.96137.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=35.32%
G=32.50%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520720500.080.090.1262584.31
HexE1CFCD089C61954
Octal3413173150101114631124
Binary1110000111001111110011010100010011100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFCD; }

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

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

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

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

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

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

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

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