Shades of Vanilla Ice #EDCCC9
Tints of Vanilla Ice #EDCCC9
RGB
CMYK
RGB Variations
Color information
#EDCCC9 (or 0xEDCCC9) is known color: Vanilla Ice. HEX triplet: ED, CC and C9. RGB value is (237,204,201). Sum of RGB (Red+Green+Blue) = 237+204+201=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC9 is #123336. Grayscale: #D5D5D5. Windows color (decimal): -1192759 or 13225197. OLE color: 13225197.
HSL color Cylindrical-coordinate representation of color #EDCCC9: hue angle of 5º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCCC9 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 201 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.07 |
| HSL | 5º | 0.5% | 0.86% | - |
| HSV(B) | 5º | 0.15% | 0.93% | - |
| XYZ | 67.06 | 65.41 | 64.35 | - |
| YUV | 213.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 201 | 0 | 0.14 | 0.15 | 0.07 | 5 | 0.5 | 0.86 |
| Hex | ED | CC | C9 | 0 | E | F | 7 | 5 | 32 | 56 |
| Octal | 355 | 314 | 311 | 0 | 16 | 17 | 7 | 5 | 62 | 126 |
| Binary | 11101101 | 11001100 | 11001001 | 0 | 1110 | 1111 | 111 | 101 | 110010 | 1010110 |
Color Harmonies of #EDCCC9
Complementary color
Monochromatic Colors of #EDCCC9
Black with #EDCCC9
Text Example
Text Example
White with #EDCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCC9; }
p { color: rgb(237,204,201); }
H1.HeaderClassName
{
color: #EDCCC9;
}
.AnyTagClassName
{
color: #EDCCC9;
}
</style>
background-color css
<style>
a { background-color: #EDCCC9; }
a { background-color: rgb(237,204,201); }
div.DivClassName
{
background-color: #EDCCC9;
}
.BgClassName
{
background-color: #EDCCC9;
}
</style>
border-color css
<style>
span { border-color: #EDCCC9; }
span { border-color: rgb(237,204,201); }
td.TdClassName
{
border-color: #EDCCC9;
}
.TagClassName
{
border-color: #EDCCC9;
}
</style>