Shades of Vanilla Ice #EDCDCB
Tints of Vanilla Ice #EDCDCB
RGB
CMYK
RGB Variations
Color information
#EDCDCB (or 0xEDCDCB) is known color: Vanilla Ice. HEX triplet: ED, CD and CB. RGB value is (237,205,203). Sum of RGB (Red+Green+Blue) = 237+205+203=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCB is #123234. Grayscale: #D6D6D6. Windows color (decimal): -1192501 or 13356525. OLE color: 13356525.
HSL color Cylindrical-coordinate representation of color #EDCDCB: hue angle of 3.53º 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 #EDCDCB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 203 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.07 |
| HSL | 3.53º | 0.49% | 0.86% | - |
| HSV(B) | 3.53º | 0.14% | 0.93% | - |
| XYZ | 67.54 | 65.98 | 65.68 | - |
| YUV | 214.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 203 | 0 | 0.14 | 0.14 | 0.07 | 3.53 | 0.49 | 0.86 |
| Hex | ED | CD | CB | 0 | E | E | 7 | 4 | 31 | 56 |
| Octal | 355 | 315 | 313 | 0 | 16 | 16 | 7 | 4 | 61 | 126 |
| Binary | 11101101 | 11001101 | 11001011 | 0 | 1110 | 1110 | 111 | 100 | 110001 | 1010110 |
Color Harmonies of #EDCDCB
Complementary color
Monochromatic Colors of #EDCDCB
Black with #EDCDCB
Text Example
Text Example
White with #EDCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDCB; }
p { color: rgb(237,205,203); }
H1.HeaderClassName
{
color: #EDCDCB;
}
.AnyTagClassName
{
color: #EDCDCB;
}
</style>
background-color css
<style>
a { background-color: #EDCDCB; }
a { background-color: rgb(237,205,203); }
div.DivClassName
{
background-color: #EDCDCB;
}
.BgClassName
{
background-color: #EDCDCB;
}
</style>
border-color css
<style>
span { border-color: #EDCDCB; }
span { border-color: rgb(237,205,203); }
td.TdClassName
{
border-color: #EDCDCB;
}
.TagClassName
{
border-color: #EDCDCB;
}
</style>