#EDD0CD

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

Shades of Vanilla Ice #EDD0CD

Tints of Vanilla Ice #EDD0CD

Color information

#EDD0CD (or 0xEDD0CD) is unknown color: approx Vanilla Ice. HEX triplet: ED, D0 and CD. RGB value is (237,208,205). Sum of RGB (Red+Green+Blue) = 237+208+205=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CD is #122F32. Grayscale: #D8D8D8. Windows color (decimal): -1191731 or 13488365. OLE color: 13488365.

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

Color convert

RGB237208205-
CMYK00.120.140.07
HSL5.63º47.06%86.67%-
HSV(B)5.63º13.5%92.94%-
XYZ68.567.5267.18-
YUV216.33121.61142.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=36.46%
G=32%
B=31.54%

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
Decimal23720820500.120.140.075.6347.0686.67
HexEDD0CD0CE762f57
Octal355320315014167657127
Binary1110110111010000110011010110011101111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0CD; }

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

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

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

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

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

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

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

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