#E1CACA

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

Shades of Vanilla Ice #E1CACA

Tints of Vanilla Ice #E1CACA

Color information

#E1CACA (or 0xE1CACA) is unknown color: approx Vanilla Ice. HEX triplet: E1, CA and CA. RGB value is (225,202,202). Sum of RGB (Red+Green+Blue) = 225+202+202=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACA is #1E3535. Grayscale: #D0D0D0. Windows color (decimal): -1979702 or 13290209. OLE color: 13290209.

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

Color convert

RGB225202202-
CMYK00.100.100.12
HSL27.71%83.73%-
HSV(B)10.22%88.24%-
XYZ62.8362.5164.63-
YUV208.88124.12139.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=35.77%
G=32.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520220200.100.100.12027.7183.73
HexE1CACA0AAC01c54
Octal3413123120121214034124
Binary11100001110010101100101001010101011000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CACA; }

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

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

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

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

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

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

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

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