#EDD2CF

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

Shades of Vanilla Ice #EDD2CF

Tints of Vanilla Ice #EDD2CF

Color information

#EDD2CF (or 0xEDD2CF) is unknown color: approx Vanilla Ice. HEX triplet: ED, D2 and CF. RGB value is (237,210,207). Sum of RGB (Red+Green+Blue) = 237+210+207=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2CF is #122D30. Grayscale: #D9D9D9. Windows color (decimal): -1191217 or 13619949. OLE color: 13619949.

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

Color convert

RGB237210207-
CMYK00.110.130.07
HSL45.45%87.06%-
HSV(B)12.66%92.94%-
XYZ69.2368.668.62-
YUV217.73121.95141.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 210 (82.42% from 255) = 32.11%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=36.24%
G=32.11%
B=31.65%

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
Decimal23721020700.110.130.07645.4587.06
HexEDD2CF0BD762d57
Octal355322317013157655127
Binary1110110111010010110011110101111011111101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2CF; }

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

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

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

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

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

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

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

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