Shades of Vanilla Ice #ECD0CF
Tints of Vanilla Ice #ECD0CF
RGB
CMYK
RGB Variations
Color information
#ECD0CF (or 0xECD0CF) is known color: Vanilla Ice. HEX triplet: EC, D0 and CF. RGB value is (236,208,207). Sum of RGB (Red+Green+Blue) = 236+208+207=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0CF is #132F30. Grayscale: #D8D8D8. Windows color (decimal): -1257265 or 13619436. OLE color: 13619436.
HSL color Cylindrical-coordinate representation of color #ECD0CF: hue angle of 2.07º degrees, saturation: 0.43, 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 #ECD0CF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 207 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.07 |
| HSL | 2.07º | 0.43% | 0.87% | - |
| HSV(B) | 2.07º | 0.12% | 0.93% | - |
| XYZ | 68.41 | 67.45 | 68.44 | - |
| YUV | 216.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 207 | 0 | 0.12 | 0.12 | 0.07 | 2.07 | 0.43 | 0.87 |
| Hex | EC | D0 | CF | 0 | C | C | 7 | 2 | 2B | 57 |
| Octal | 354 | 320 | 317 | 0 | 14 | 14 | 7 | 2 | 53 | 127 |
| Binary | 11101100 | 11010000 | 11001111 | 0 | 1100 | 1100 | 111 | 10 | 101011 | 1010111 |
Color Harmonies of #ECD0CF
Complementary color
Monochromatic Colors of #ECD0CF
Black with #ECD0CF
Text Example
Text Example
White with #ECD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0CF; }
p { color: rgb(236,208,207); }
H1.HeaderClassName
{
color: #ECD0CF;
}
.AnyTagClassName
{
color: #ECD0CF;
}
</style>
background-color css
<style>
a { background-color: #ECD0CF; }
a { background-color: rgb(236,208,207); }
div.DivClassName
{
background-color: #ECD0CF;
}
.BgClassName
{
background-color: #ECD0CF;
}
</style>
border-color css
<style>
span { border-color: #ECD0CF; }
span { border-color: rgb(236,208,207); }
td.TdClassName
{
border-color: #ECD0CF;
}
.TagClassName
{
border-color: #ECD0CF;
}
</style>