Shades of Vanilla Ice #ECD7D6
Tints of Vanilla Ice #ECD7D6
RGB
CMYK
RGB Variations
Color information
#ECD7D6 (or 0xECD7D6) is known color: Vanilla Ice. HEX triplet: EC, D7 and D6. RGB value is (236,215,214). Sum of RGB (Red+Green+Blue) = 236+215+214=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7D6 is #132829. Grayscale: #DDDDDD. Windows color (decimal): -1255466 or 14079980. OLE color: 14079980.
HSL color Cylindrical-coordinate representation of color #ECD7D6: hue angle of 2.73º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7D6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 214 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.07 |
| HSL | 2.73º | 0.37% | 0.88% | - |
| HSV(B) | 2.73º | 0.09% | 0.93% | - |
| XYZ | 71.03 | 71.29 | 73.63 | - |
| YUV | 221.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 214 | 0 | 0.09 | 0.09 | 0.07 | 2.73 | 0.37 | 0.88 |
| Hex | EC | D7 | D6 | 0 | 9 | 9 | 7 | 3 | 25 | 58 |
| Octal | 354 | 327 | 326 | 0 | 11 | 11 | 7 | 3 | 45 | 130 |
| Binary | 11101100 | 11010111 | 11010110 | 0 | 1001 | 1001 | 111 | 11 | 100101 | 1011000 |
Color Harmonies of #ECD7D6
Complementary color
Monochromatic Colors of #ECD7D6
Black with #ECD7D6
Text Example
Text Example
White with #ECD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7D6; }
p { color: rgb(236,215,214); }
H1.HeaderClassName
{
color: #ECD7D6;
}
.AnyTagClassName
{
color: #ECD7D6;
}
</style>
background-color css
<style>
a { background-color: #ECD7D6; }
a { background-color: rgb(236,215,214); }
div.DivClassName
{
background-color: #ECD7D6;
}
.BgClassName
{
background-color: #ECD7D6;
}
</style>
border-color css
<style>
span { border-color: #ECD7D6; }
span { border-color: rgb(236,215,214); }
td.TdClassName
{
border-color: #ECD7D6;
}
.TagClassName
{
border-color: #ECD7D6;
}
</style>