#EDCACA

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

Shades of Vanilla Ice #EDCACA

Tints of Vanilla Ice #EDCACA

Color information

#EDCACA (or 0xEDCACA) is unknown color: approx Vanilla Ice. HEX triplet: ED, CA and CA. RGB value is (237,202,202). Sum of RGB (Red+Green+Blue) = 237+202+202=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACA is #123535. Grayscale: #D4D4D4. Windows color (decimal): -1193270 or 13290221. OLE color: 13290221.

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

Color convert

RGB237202202-
CMYK00.150.150.07
HSL49.3%86.08%-
HSV(B)14.77%92.94%-
XYZ66.7164.5164.81-
YUV212.46122.1145.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=36.97%
G=31.51%
B=31.51%

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
Decimal23720220200.150.150.07049.386.08
HexEDCACA0FF703156
Octal355312312017177061126
Binary11101101110010101100101001111111111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCACA; }

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

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

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

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

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

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

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

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