#EDD2CE

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

Shades of Vanilla Ice #EDD2CE

Tints of Vanilla Ice #EDD2CE

Color information

#EDD2CE (or 0xEDD2CE) is unknown color: approx Vanilla Ice. HEX triplet: ED, D2 and CE. RGB value is (237,210,206). Sum of RGB (Red+Green+Blue) = 237+210+206=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2CE is #122D31. Grayscale: #D9D9D9. Windows color (decimal): -1191218 or 13554413. OLE color: 13554413.

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

Color convert

RGB237210206-
CMYK00.110.130.07
HSL7.74º46.27%86.86%-
HSV(B)7.74º13.08%92.94%-
XYZ69.1168.5567.98-
YUV217.62121.45141.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=36.29%
G=32.16%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721020600.110.130.077.7446.2786.86
HexEDD2CE0BD782e57
Octal3553223160131571056127
Binary11101101110100101100111001011110111110001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2CE; }

 p { color: rgb(237,210,206); }

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

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

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

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

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

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

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