#EFCACA

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

Shades of Vanilla Ice #EFCACA

Tints of Vanilla Ice #EFCACA

Color information

#EFCACA (or 0xEFCACA) is unknown color: approx Vanilla Ice. HEX triplet: EF, CA and CA. RGB value is (239,202,202). Sum of RGB (Red+Green+Blue) = 239+202+202=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACA is #103535. Grayscale: #D5D5D5. Windows color (decimal): -1062198 or 13290223. OLE color: 13290223.

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

Color convert

RGB239202202-
CMYK00.150.150.06
HSL53.62%86.47%-
HSV(B)15.48%93.73%-
XYZ67.3864.8664.84-
YUV213.06121.76146.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=37.17%
G=31.42%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920220200.150.150.06053.6286.47
HexEFCACA0FF603656
Octal357312312017176066126
Binary11101111110010101100101001111111111001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCACA; }

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

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

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

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

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

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

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

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