Shades of Vanilla Ice #EDCECC
Tints of Vanilla Ice #EDCECC
RGB
CMYK
RGB Variations
Color information
#EDCECC (or 0xEDCECC) is known color: Vanilla Ice. HEX triplet: ED, CE and CC. RGB value is (237,206,204). Sum of RGB (Red+Green+Blue) = 237+206+204=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECC is #123133. Grayscale: #D7D7D7. Windows color (decimal): -1192244 or 13422317. OLE color: 13422317.
HSL color Cylindrical-coordinate representation of color #EDCECC: hue angle of 3.64º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCECC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 204 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.07 |
| HSL | 3.64º | 0.48% | 0.86% | - |
| HSV(B) | 3.64º | 0.14% | 0.93% | - |
| XYZ | 67.9 | 66.51 | 66.39 | - |
| YUV | 215.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 204 | 0 | 0.13 | 0.14 | 0.07 | 3.64 | 0.48 | 0.86 |
| Hex | ED | CE | CC | 0 | D | E | 7 | 4 | 30 | 56 |
| Octal | 355 | 316 | 314 | 0 | 15 | 16 | 7 | 4 | 60 | 126 |
| Binary | 11101101 | 11001110 | 11001100 | 0 | 1101 | 1110 | 111 | 100 | 110000 | 1010110 |
Color Harmonies of #EDCECC
Complementary color
Monochromatic Colors of #EDCECC
Black with #EDCECC
Text Example
Text Example
White with #EDCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCECC; }
p { color: rgb(237,206,204); }
H1.HeaderClassName
{
color: #EDCECC;
}
.AnyTagClassName
{
color: #EDCECC;
}
</style>
background-color css
<style>
a { background-color: #EDCECC; }
a { background-color: rgb(237,206,204); }
div.DivClassName
{
background-color: #EDCECC;
}
.BgClassName
{
background-color: #EDCECC;
}
</style>
border-color css
<style>
span { border-color: #EDCECC; }
span { border-color: rgb(237,206,204); }
td.TdClassName
{
border-color: #EDCECC;
}
.TagClassName
{
border-color: #EDCECC;
}
</style>