Shades of Vanilla Ice #EECBCA
Tints of Vanilla Ice #EECBCA
RGB
CMYK
RGB Variations
Color information
#EECBCA (or 0xEECBCA) is known color: Vanilla Ice. HEX triplet: EE, CB and CA. RGB value is (238,203,202). Sum of RGB (Red+Green+Blue) = 238+203+202=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCA is #113435. Grayscale: #D5D5D5. Windows color (decimal): -1127478 or 13290478. OLE color: 13290478.
HSL color Cylindrical-coordinate representation of color #EECBCA: hue angle of 1.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBCA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 202 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.07 |
| HSL | 1.67º | 0.51% | 0.86% | - |
| HSV(B) | 1.67º | 0.15% | 0.93% | - |
| XYZ | 67.28 | 65.15 | 64.91 | - |
| YUV | 213.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 202 | 0 | 0.15 | 0.15 | 0.07 | 1.67 | 0.51 | 0.86 |
| Hex | EE | CB | CA | 0 | F | F | 7 | 2 | 33 | 56 |
| Octal | 356 | 313 | 312 | 0 | 17 | 17 | 7 | 2 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11001010 | 0 | 1111 | 1111 | 111 | 10 | 110011 | 1010110 |
Color Harmonies of #EECBCA
Complementary color
Monochromatic Colors of #EECBCA
Black with #EECBCA
Text Example
Text Example
White with #EECBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBCA; }
p { color: rgb(238,203,202); }
H1.HeaderClassName
{
color: #EECBCA;
}
.AnyTagClassName
{
color: #EECBCA;
}
</style>
background-color css
<style>
a { background-color: #EECBCA; }
a { background-color: rgb(238,203,202); }
div.DivClassName
{
background-color: #EECBCA;
}
.BgClassName
{
background-color: #EECBCA;
}
</style>
border-color css
<style>
span { border-color: #EECBCA; }
span { border-color: rgb(238,203,202); }
td.TdClassName
{
border-color: #EECBCA;
}
.TagClassName
{
border-color: #EECBCA;
}
</style>