Shades of Vanilla Ice #ECD3CF
Tints of Vanilla Ice #ECD3CF
RGB
CMYK
RGB Variations
Color information
#ECD3CF (or 0xECD3CF) is known color: Vanilla Ice. HEX triplet: EC, D3 and CF. RGB value is (236,211,207). Sum of RGB (Red+Green+Blue) = 236+211+207=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3CF is #132C30. Grayscale: #DADADA. Windows color (decimal): -1256497 or 13620204. OLE color: 13620204.
HSL color Cylindrical-coordinate representation of color #ECD3CF: hue angle of 8.28º 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 #ECD3CF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 207 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.07 |
| HSL | 8.28º | 0.43% | 0.87% | - |
| HSV(B) | 8.28º | 0.12% | 0.93% | - |
| XYZ | 69.15 | 68.93 | 68.69 | - |
| YUV | 218.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 207 | 0 | 0.11 | 0.12 | 0.07 | 8.28 | 0.43 | 0.87 |
| Hex | EC | D3 | CF | 0 | B | C | 7 | 8 | 2B | 57 |
| Octal | 354 | 323 | 317 | 0 | 13 | 14 | 7 | 10 | 53 | 127 |
| Binary | 11101100 | 11010011 | 11001111 | 0 | 1011 | 1100 | 111 | 1000 | 101011 | 1010111 |
Color Harmonies of #ECD3CF
Complementary color
Monochromatic Colors of #ECD3CF
Black with #ECD3CF
Text Example
Text Example
White with #ECD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3CF; }
p { color: rgb(236,211,207); }
H1.HeaderClassName
{
color: #ECD3CF;
}
.AnyTagClassName
{
color: #ECD3CF;
}
</style>
background-color css
<style>
a { background-color: #ECD3CF; }
a { background-color: rgb(236,211,207); }
div.DivClassName
{
background-color: #ECD3CF;
}
.BgClassName
{
background-color: #ECD3CF;
}
</style>
border-color css
<style>
span { border-color: #ECD3CF; }
span { border-color: rgb(236,211,207); }
td.TdClassName
{
border-color: #ECD3CF;
}
.TagClassName
{
border-color: #ECD3CF;
}
</style>