#EDD0CE

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

Shades of Vanilla Ice #EDD0CE

Tints of Vanilla Ice #EDD0CE

Color information

#EDD0CE (or 0xEDD0CE) is unknown color: approx Vanilla Ice. HEX triplet: ED, D0 and CE. RGB value is (237,208,206). Sum of RGB (Red+Green+Blue) = 237+208+206=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CE is #122F31. Grayscale: #D8D8D8. Windows color (decimal): -1191730 or 13553901. OLE color: 13553901.

HSL color Cylindrical-coordinate representation of color #EDD0CE: hue angle of 3.87º 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 #EDD0CE is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237208206-
CMYK00.120.130.07
HSL3.87º46.27%86.86%-
HSV(B)3.87º13.08%92.94%-
XYZ68.6267.5767.82-
YUV216.44122.11142.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=36.41%
G=31.95%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720820600.120.130.073.8746.2786.86
HexEDD0CE0CD742e57
Octal355320316014157456127
Binary1110110111010000110011100110011011111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0CE; }

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

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

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

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

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

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

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

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