Shades of Vanilla Ice #ECD1D0
Tints of Vanilla Ice #ECD1D0
RGB
CMYK
RGB Variations
Color information
#ECD1D0 (or 0xECD1D0) is known color: Vanilla Ice. HEX triplet: EC, D1 and D0. RGB value is (236,209,208). Sum of RGB (Red+Green+Blue) = 236+209+208=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1D0 is #132E2F. Grayscale: #D8D8D8. Windows color (decimal): -1257008 or 13685228. OLE color: 13685228.
HSL color Cylindrical-coordinate representation of color #ECD1D0: hue angle of 2.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD1D0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 208 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.07 |
| HSL | 2.14º | 0.42% | 0.87% | - |
| HSV(B) | 2.14º | 0.12% | 0.93% | - |
| XYZ | 68.78 | 67.99 | 69.17 | - |
| YUV | 216.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 208 | 0 | 0.11 | 0.12 | 0.07 | 2.14 | 0.42 | 0.87 |
| Hex | EC | D1 | D0 | 0 | B | C | 7 | 2 | 2A | 57 |
| Octal | 354 | 321 | 320 | 0 | 13 | 14 | 7 | 2 | 52 | 127 |
| Binary | 11101100 | 11010001 | 11010000 | 0 | 1011 | 1100 | 111 | 10 | 101010 | 1010111 |
Color Harmonies of #ECD1D0
Complementary color
Monochromatic Colors of #ECD1D0
Black with #ECD1D0
Text Example
Text Example
White with #ECD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1D0; }
p { color: rgb(236,209,208); }
H1.HeaderClassName
{
color: #ECD1D0;
}
.AnyTagClassName
{
color: #ECD1D0;
}
</style>
background-color css
<style>
a { background-color: #ECD1D0; }
a { background-color: rgb(236,209,208); }
div.DivClassName
{
background-color: #ECD1D0;
}
.BgClassName
{
background-color: #ECD1D0;
}
</style>
border-color css
<style>
span { border-color: #ECD1D0; }
span { border-color: rgb(236,209,208); }
td.TdClassName
{
border-color: #ECD1D0;
}
.TagClassName
{
border-color: #ECD1D0;
}
</style>