#EDD1CD

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

Shades of Vanilla Ice #EDD1CD

Tints of Vanilla Ice #EDD1CD

Color information

#EDD1CD (or 0xEDD1CD) is unknown color: approx Vanilla Ice. HEX triplet: ED, D1 and CD. RGB value is (237,209,205). Sum of RGB (Red+Green+Blue) = 237+209+205=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1CD is #122E32. Grayscale: #D8D8D8. Windows color (decimal): -1191475 or 13488621. OLE color: 13488621.

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

Color convert

RGB237209205-
CMYK00.120.140.07
HSL7.5º47.06%86.67%-
HSV(B)7.5º13.5%92.94%-
XYZ68.7468.0167.26-
YUV216.92121.28142.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=36.41%
G=32.10%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720920500.120.140.077.547.0686.67
HexEDD1CD0CE782f57
Octal3553213150141671057127
Binary11101101110100011100110101100111011110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1CD; }

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

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

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

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

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

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

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

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