Shades of Vanilla Ice #ECD2CF
Tints of Vanilla Ice #ECD2CF
RGB
CMYK
RGB Variations
Color information
#ECD2CF (or 0xECD2CF) is known color: Vanilla Ice. HEX triplet: EC, D2 and CF. RGB value is (236,210,207). Sum of RGB (Red+Green+Blue) = 236+210+207=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2CF is #132D30. Grayscale: #D9D9D9. Windows color (decimal): -1256753 or 13619948. OLE color: 13619948.
HSL color Cylindrical-coordinate representation of color #ECD2CF: hue angle of 6.21º 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 #ECD2CF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 207 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.07 |
| HSL | 6.21º | 0.43% | 0.87% | - |
| HSV(B) | 6.21º | 0.12% | 0.93% | - |
| XYZ | 68.9 | 68.43 | 68.61 | - |
| YUV | 217.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 207 | 0 | 0.11 | 0.12 | 0.07 | 6.21 | 0.43 | 0.87 |
| Hex | EC | D2 | CF | 0 | B | C | 7 | 6 | 2B | 57 |
| Octal | 354 | 322 | 317 | 0 | 13 | 14 | 7 | 6 | 53 | 127 |
| Binary | 11101100 | 11010010 | 11001111 | 0 | 1011 | 1100 | 111 | 110 | 101011 | 1010111 |
Color Harmonies of #ECD2CF
Complementary color
Monochromatic Colors of #ECD2CF
Black with #ECD2CF
Text Example
Text Example
White with #ECD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2CF; }
p { color: rgb(236,210,207); }
H1.HeaderClassName
{
color: #ECD2CF;
}
.AnyTagClassName
{
color: #ECD2CF;
}
</style>
background-color css
<style>
a { background-color: #ECD2CF; }
a { background-color: rgb(236,210,207); }
div.DivClassName
{
background-color: #ECD2CF;
}
.BgClassName
{
background-color: #ECD2CF;
}
</style>
border-color css
<style>
span { border-color: #ECD2CF; }
span { border-color: rgb(236,210,207); }
td.TdClassName
{
border-color: #ECD2CF;
}
.TagClassName
{
border-color: #ECD2CF;
}
</style>