Shades of Vanilla Ice #EDCBC9
Tints of Vanilla Ice #EDCBC9
RGB
CMYK
RGB Variations
Color information
#EDCBC9 (or 0xEDCBC9) is known color: Vanilla Ice. HEX triplet: ED, CB and C9. RGB value is (237,203,201). Sum of RGB (Red+Green+Blue) = 237+203+201=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC9 is #123436. Grayscale: #D4D4D4. Windows color (decimal): -1193015 or 13224941. OLE color: 13224941.
HSL color Cylindrical-coordinate representation of color #EDCBC9: hue angle of 3.33º degrees, saturation: 0.5, 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 #EDCBC9 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 201 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.07 |
| HSL | 3.33º | 0.5% | 0.86% | - |
| HSV(B) | 3.33º | 0.15% | 0.93% | - |
| XYZ | 66.82 | 64.93 | 64.27 | - |
| YUV | 212.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 201 | 0 | 0.14 | 0.15 | 0.07 | 3.33 | 0.5 | 0.86 |
| Hex | ED | CB | C9 | 0 | E | F | 7 | 3 | 32 | 56 |
| Octal | 355 | 313 | 311 | 0 | 16 | 17 | 7 | 3 | 62 | 126 |
| Binary | 11101101 | 11001011 | 11001001 | 0 | 1110 | 1111 | 111 | 11 | 110010 | 1010110 |
Color Harmonies of #EDCBC9
Complementary color
Monochromatic Colors of #EDCBC9
Black with #EDCBC9
Text Example
Text Example
White with #EDCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBC9; }
p { color: rgb(237,203,201); }
H1.HeaderClassName
{
color: #EDCBC9;
}
.AnyTagClassName
{
color: #EDCBC9;
}
</style>
background-color css
<style>
a { background-color: #EDCBC9; }
a { background-color: rgb(237,203,201); }
div.DivClassName
{
background-color: #EDCBC9;
}
.BgClassName
{
background-color: #EDCBC9;
}
</style>
border-color css
<style>
span { border-color: #EDCBC9; }
span { border-color: rgb(237,203,201); }
td.TdClassName
{
border-color: #EDCBC9;
}
.TagClassName
{
border-color: #EDCBC9;
}
</style>