#E1CECE

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

Shades of Vanilla Ice #E1CECE

Tints of Vanilla Ice #E1CECE

Color information

#E1CECE (or 0xE1CECE) is unknown color: approx Vanilla Ice. HEX triplet: E1, CE and CE. RGB value is (225,206,206). Sum of RGB (Red+Green+Blue) = 225+206+206=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CECE is #1E3131. Grayscale: #D3D3D3. Windows color (decimal): -1978674 or 13553377. OLE color: 13553377.

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

Color convert

RGB225206206-
CMYK00.080.080.12
HSL24.05%84.51%-
HSV(B)8.44%88.24%-
XYZ64.2664.6167.48-
YUV211.68124.79137.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=35.32%
G=32.34%
B=32.34%

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
Decimal22520620600.080.080.12024.0584.51
HexE1CECE088C01855
Octal3413163160101014030125
Binary11100001110011101100111001000100011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CECE; }

 p { color: rgb(225,206,206); }

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

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

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

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

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

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

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