#EDD1CF

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

Shades of Vanilla Ice #EDD1CF

Tints of Vanilla Ice #EDD1CF

Color information

#EDD1CF (or 0xEDD1CF) is unknown color: approx Vanilla Ice. HEX triplet: ED, D1 and CF. RGB value is (237,209,207). Sum of RGB (Red+Green+Blue) = 237+209+207=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1CF is #122E30. Grayscale: #D9D9D9. Windows color (decimal): -1191473 or 13619693. OLE color: 13619693.

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

Color convert

RGB237209207-
CMYK00.120.130.07
HSL45.45%87.06%-
HSV(B)12.66%92.94%-
XYZ68.9968.1168.54-
YUV217.14122.28142.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=36.29%
G=32.01%
B=31.70%

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
Decimal23720920700.120.130.07445.4587.06
HexEDD1CF0CD742d57
Octal355321317014157455127
Binary1110110111010001110011110110011011111001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1CF; }

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

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

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

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

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

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

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

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