#E1C8C8

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

Shades of Vanilla Ice #E1C8C8

Tints of Vanilla Ice #E1C8C8

Color information

#E1C8C8 (or 0xE1C8C8) is unknown color: approx Vanilla Ice. HEX triplet: E1, C8 and C8. RGB value is (225,200,200). Sum of RGB (Red+Green+Blue) = 225+200+200=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8C8 is #1E3737. Grayscale: #CFCFCF. Windows color (decimal): -1980216 or 13158625. OLE color: 13158625.

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

Color convert

RGB225200200-
CMYK00.110.110.12
HSL29.41%83.33%-
HSV(B)11.11%88.24%-
XYZ62.1361.4963.24-
YUV207.48123.78140.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 200 (78.52% from 255) = 32%
R=36%
G=32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520020000.110.110.12029.4183.33
HexE1C8C80BBC01d53
Octal3413103100131314035123
Binary11100001110010001100100001011101111000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8C8; }

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

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

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

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

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

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

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

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