#E0CACA

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

Shades of Vanilla Ice #E0CACA

Tints of Vanilla Ice #E0CACA

Color information

#E0CACA (or 0xE0CACA) is unknown color: approx Vanilla Ice. HEX triplet: E0, CA and CA. RGB value is (224,202,202). Sum of RGB (Red+Green+Blue) = 224+202+202=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACA is #1F3535. Grayscale: #D0D0D0. Windows color (decimal): -2045238 or 13290208. OLE color: 13290208.

HSL color Cylindrical-coordinate representation of color #E0CACA: hue angle of 0º degrees, saturation: 0.26, 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 #E0CACA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224202202-
CMYK00.100.100.12
HSL26.19%83.53%-
HSV(B)9.82%87.84%-
XYZ62.5262.3564.62-
YUV208.58124.29139-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=35.67%
G=32.17%
B=32.17%

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
Decimal22420220200.100.100.12026.1983.53
HexE0CACA0AAC01a54
Octal3403123120121214032124
Binary11100000110010101100101001010101011000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CACA; }

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

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

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

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

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

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

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

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