Shades of Vanilla Ice #ECCBCB
Tints of Vanilla Ice #ECCBCB
RGB
CMYK
RGB Variations
Color information
#ECCBCB (or 0xECCBCB) is known color: Vanilla Ice. HEX triplet: EC, CB and CB. RGB value is (236,203,203). Sum of RGB (Red+Green+Blue) = 236+203+203=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBCB is #133434. Grayscale: #D4D4D4. Windows color (decimal): -1258549 or 13356012. OLE color: 13356012.
HSL color Cylindrical-coordinate representation of color #ECCBCB: hue angle of 0º degrees, saturation: 0.46, 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 #ECCBCB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 203 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.07 |
| HSL | 0º | 0.46% | 0.86% | - |
| HSV(B) | 0º | 0.14% | 0.93% | - |
| XYZ | 66.73 | 64.86 | 65.5 | - |
| YUV | 212.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 203 | 0 | 0.14 | 0.14 | 0.07 | 0 | 0.46 | 0.86 |
| Hex | EC | CB | CB | 0 | E | E | 7 | 0 | 2E | 56 |
| Octal | 354 | 313 | 313 | 0 | 16 | 16 | 7 | 0 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11001011 | 0 | 1110 | 1110 | 111 | 0 | 101110 | 1010110 |
Color Harmonies of #ECCBCB
Complementary color
Monochromatic Colors of #ECCBCB
Black with #ECCBCB
Text Example
Text Example
White with #ECCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBCB; }
p { color: rgb(236,203,203); }
H1.HeaderClassName
{
color: #ECCBCB;
}
.AnyTagClassName
{
color: #ECCBCB;
}
</style>
background-color css
<style>
a { background-color: #ECCBCB; }
a { background-color: rgb(236,203,203); }
div.DivClassName
{
background-color: #ECCBCB;
}
.BgClassName
{
background-color: #ECCBCB;
}
</style>
border-color css
<style>
span { border-color: #ECCBCB; }
span { border-color: rgb(236,203,203); }
td.TdClassName
{
border-color: #ECCBCB;
}
.TagClassName
{
border-color: #ECCBCB;
}
</style>