Shades of Vanilla Ice #EECFCC
Tints of Vanilla Ice #EECFCC
RGB
CMYK
RGB Variations
Color information
#EECFCC (or 0xEECFCC) is known color: Vanilla Ice. HEX triplet: EE, CF and CC. RGB value is (238,207,204). Sum of RGB (Red+Green+Blue) = 238+207+204=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFCC is #113033. Grayscale: #D7D7D7. Windows color (decimal): -1126452 or 13422574. OLE color: 13422574.
HSL color Cylindrical-coordinate representation of color #EECFCC: hue angle of 5.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFCC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 204 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.07 |
| HSL | 5.29º | 0.5% | 0.87% | - |
| HSV(B) | 5.29º | 0.14% | 0.93% | - |
| XYZ | 68.47 | 67.16 | 66.48 | - |
| YUV | 215.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 204 | 0 | 0.13 | 0.14 | 0.07 | 5.29 | 0.5 | 0.87 |
| Hex | EE | CF | CC | 0 | D | E | 7 | 5 | 32 | 57 |
| Octal | 356 | 317 | 314 | 0 | 15 | 16 | 7 | 5 | 62 | 127 |
| Binary | 11101110 | 11001111 | 11001100 | 0 | 1101 | 1110 | 111 | 101 | 110010 | 1010111 |
Color Harmonies of #EECFCC
Complementary color
Monochromatic Colors of #EECFCC
Black with #EECFCC
Text Example
Text Example
White with #EECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFCC; }
p { color: rgb(238,207,204); }
H1.HeaderClassName
{
color: #EECFCC;
}
.AnyTagClassName
{
color: #EECFCC;
}
</style>
background-color css
<style>
a { background-color: #EECFCC; }
a { background-color: rgb(238,207,204); }
div.DivClassName
{
background-color: #EECFCC;
}
.BgClassName
{
background-color: #EECFCC;
}
</style>
border-color css
<style>
span { border-color: #EECFCC; }
span { border-color: rgb(238,207,204); }
td.TdClassName
{
border-color: #EECFCC;
}
.TagClassName
{
border-color: #EECFCC;
}
</style>