Shades of Vanilla Ice #EECBCB
Tints of Vanilla Ice #EECBCB
RGB
CMYK
RGB Variations
Color information
#EECBCB (or 0xEECBCB) is known color: Vanilla Ice. HEX triplet: EE, CB and CB. RGB value is (238,203,203). Sum of RGB (Red+Green+Blue) = 238+203+203=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCB is #113434. Grayscale: #D5D5D5. Windows color (decimal): -1127477 or 13356014. OLE color: 13356014.
HSL color Cylindrical-coordinate representation of color #EECBCB: hue angle of 0º 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 #EECBCB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 203 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.07 |
| HSL | 0º | 0.51% | 0.86% | - |
| HSV(B) | 0º | 0.15% | 0.93% | - |
| XYZ | 67.4 | 65.2 | 65.53 | - |
| YUV | 213.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 203 | 0 | 0.15 | 0.15 | 0.07 | 0 | 0.51 | 0.86 |
| Hex | EE | CB | CB | 0 | F | F | 7 | 0 | 33 | 56 |
| Octal | 356 | 313 | 313 | 0 | 17 | 17 | 7 | 0 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11001011 | 0 | 1111 | 1111 | 111 | 0 | 110011 | 1010110 |
Color Harmonies of #EECBCB
Complementary color
Monochromatic Colors of #EECBCB
Black with #EECBCB
Text Example
Text Example
White with #EECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBCB; }
p { color: rgb(238,203,203); }
H1.HeaderClassName
{
color: #EECBCB;
}
.AnyTagClassName
{
color: #EECBCB;
}
</style>
background-color css
<style>
a { background-color: #EECBCB; }
a { background-color: rgb(238,203,203); }
div.DivClassName
{
background-color: #EECBCB;
}
.BgClassName
{
background-color: #EECBCB;
}
</style>
border-color css
<style>
span { border-color: #EECBCB; }
span { border-color: rgb(238,203,203); }
td.TdClassName
{
border-color: #EECBCB;
}
.TagClassName
{
border-color: #EECBCB;
}
</style>