#EDCAC8

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

Shades of Vanilla Ice #EDCAC8

Tints of Vanilla Ice #EDCAC8

Color information

#EDCAC8 (or 0xEDCAC8) is unknown color: approx Vanilla Ice. HEX triplet: ED, CA and C8. RGB value is (237,202,200). Sum of RGB (Red+Green+Blue) = 237+202+200=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC8 is #123537. Grayscale: #D4D4D4. Windows color (decimal): -1193272 or 13159149. OLE color: 13159149.

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

Color convert

RGB237202200-
CMYK00.150.160.07
HSL3.24º50.68%85.69%-
HSV(B)3.24º15.61%92.94%-
XYZ66.4764.4263.57-
YUV212.24121.1145.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=37.09%
G=31.61%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720220000.150.160.073.2450.6885.69
HexEDCAC80F10733356
Octal355312310017207363126
Binary1110110111001010110010000111110000111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAC8; }

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

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

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

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

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

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

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

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