#EECACA

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

Shades of Vanilla Ice #EECACA

Tints of Vanilla Ice #EECACA

Color information

#EECACA (or 0xEECACA) is unknown color: approx Vanilla Ice. HEX triplet: EE, CA and CA. RGB value is (238,202,202). Sum of RGB (Red+Green+Blue) = 238+202+202=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACA is #113535. Grayscale: #D4D4D4. Windows color (decimal): -1127734 or 13290222. OLE color: 13290222.

HSL color Cylindrical-coordinate representation of color #EECACA: hue angle of 0º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238202202-
CMYK00.150.150.07
HSL51.43%86.27%-
HSV(B)15.13%93.33%-
XYZ67.0464.6864.83-
YUV212.76121.93146-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=37.07%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820220200.150.150.07051.4386.27
HexEECACA0FF703356
Octal356312312017177063126
Binary11101110110010101100101001111111111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECACA; }

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

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

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

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

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

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

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

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