Shades of Vanilla Ice #EDCFCC
Tints of Vanilla Ice #EDCFCC
RGB
CMYK
RGB Variations
Color information
#EDCFCC (or 0xEDCFCC) is known color: Vanilla Ice. HEX triplet: ED, CF and CC. RGB value is (237,207,204). Sum of RGB (Red+Green+Blue) = 237+207+204=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFCC is #123033. Grayscale: #D7D7D7. Windows color (decimal): -1191988 or 13422573. OLE color: 13422573.
HSL color Cylindrical-coordinate representation of color #EDCFCC: hue angle of 5.45º 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 #EDCFCC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 204 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.07 |
| HSL | 5.45º | 0.48% | 0.86% | - |
| HSV(B) | 5.45º | 0.14% | 0.93% | - |
| XYZ | 68.14 | 66.99 | 66.47 | - |
| YUV | 215.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 204 | 0 | 0.13 | 0.14 | 0.07 | 5.45 | 0.48 | 0.86 |
| Hex | ED | CF | CC | 0 | D | E | 7 | 5 | 30 | 56 |
| Octal | 355 | 317 | 314 | 0 | 15 | 16 | 7 | 5 | 60 | 126 |
| Binary | 11101101 | 11001111 | 11001100 | 0 | 1101 | 1110 | 111 | 101 | 110000 | 1010110 |
Color Harmonies of #EDCFCC
Complementary color
Monochromatic Colors of #EDCFCC
Black with #EDCFCC
Text Example
Text Example
White with #EDCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFCC; }
p { color: rgb(237,207,204); }
H1.HeaderClassName
{
color: #EDCFCC;
}
.AnyTagClassName
{
color: #EDCFCC;
}
</style>
background-color css
<style>
a { background-color: #EDCFCC; }
a { background-color: rgb(237,207,204); }
div.DivClassName
{
background-color: #EDCFCC;
}
.BgClassName
{
background-color: #EDCFCC;
}
</style>
border-color css
<style>
span { border-color: #EDCFCC; }
span { border-color: rgb(237,207,204); }
td.TdClassName
{
border-color: #EDCFCC;
}
.TagClassName
{
border-color: #EDCFCC;
}
</style>