Shades of Vanilla Ice #EDCBCB
Tints of Vanilla Ice #EDCBCB
RGB
CMYK
RGB Variations
Color information
#EDCBCB (or 0xEDCBCB) is known color: Vanilla Ice. HEX triplet: ED, CB and CB. RGB value is (237,203,203). Sum of RGB (Red+Green+Blue) = 237+203+203=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCB is #123434. Grayscale: #D5D5D5. Windows color (decimal): -1193013 or 13356013. OLE color: 13356013.
HSL color Cylindrical-coordinate representation of color #EDCBCB: hue angle of 0º degrees, saturation: 0.49, 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 #EDCBCB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 203 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.07 |
| HSL | 0º | 0.49% | 0.86% | - |
| HSV(B) | 0º | 0.14% | 0.93% | - |
| XYZ | 67.06 | 65.03 | 65.52 | - |
| YUV | 213.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 203 | 0 | 0.14 | 0.14 | 0.07 | 0 | 0.49 | 0.86 |
| Hex | ED | CB | CB | 0 | E | E | 7 | 0 | 31 | 56 |
| Octal | 355 | 313 | 313 | 0 | 16 | 16 | 7 | 0 | 61 | 126 |
| Binary | 11101101 | 11001011 | 11001011 | 0 | 1110 | 1110 | 111 | 0 | 110001 | 1010110 |
Color Harmonies of #EDCBCB
Complementary color
Monochromatic Colors of #EDCBCB
Black with #EDCBCB
Text Example
Text Example
White with #EDCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBCB; }
p { color: rgb(237,203,203); }
H1.HeaderClassName
{
color: #EDCBCB;
}
.AnyTagClassName
{
color: #EDCBCB;
}
</style>
background-color css
<style>
a { background-color: #EDCBCB; }
a { background-color: rgb(237,203,203); }
div.DivClassName
{
background-color: #EDCBCB;
}
.BgClassName
{
background-color: #EDCBCB;
}
</style>
border-color css
<style>
span { border-color: #EDCBCB; }
span { border-color: rgb(237,203,203); }
td.TdClassName
{
border-color: #EDCBCB;
}
.TagClassName
{
border-color: #EDCBCB;
}
</style>