Shades of Vanilla Ice #E3D0CD
Tints of Vanilla Ice #E3D0CD
RGB
CMYK
RGB Variations
Color information
#E3D0CD (or 0xE3D0CD) is known color: Vanilla Ice. HEX triplet: E3, D0 and CD. RGB value is (227,208,205). Sum of RGB (Red+Green+Blue) = 227+208+205=640 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.47% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0CD is #1C2F32. Grayscale: #D5D5D5. Windows color (decimal): -1847091 or 13488355. OLE color: 13488355.
HSL color Cylindrical-coordinate representation of color #E3D0CD: hue angle of 8.18º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D0CD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 205 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.11 |
| HSL | 8.18º | 0.28% | 0.85% | - |
| HSV(B) | 8.18º | 0.1% | 0.89% | - |
| XYZ | 65.25 | 65.85 | 67.03 | - |
| YUV | 213.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 205 | 0 | 0.08 | 0.10 | 0.11 | 8.18 | 0.28 | 0.85 |
| Hex | E3 | D0 | CD | 0 | 8 | A | B | 8 | 1C | 55 |
| Octal | 343 | 320 | 315 | 0 | 10 | 12 | 13 | 10 | 34 | 125 |
| Binary | 11100011 | 11010000 | 11001101 | 0 | 1000 | 1010 | 1011 | 1000 | 11100 | 1010101 |
Color Harmonies of #E3D0CD
Complementary color
Monochromatic Colors of #E3D0CD
Black with #E3D0CD
Text Example
Text Example
White with #E3D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0CD; }
p { color: rgb(227,208,205); }
H1.HeaderClassName
{
color: #E3D0CD;
}
.AnyTagClassName
{
color: #E3D0CD;
}
</style>
background-color css
<style>
a { background-color: #E3D0CD; }
a { background-color: rgb(227,208,205); }
div.DivClassName
{
background-color: #E3D0CD;
}
.BgClassName
{
background-color: #E3D0CD;
}
</style>
border-color css
<style>
span { border-color: #E3D0CD; }
span { border-color: rgb(227,208,205); }
td.TdClassName
{
border-color: #E3D0CD;
}
.TagClassName
{
border-color: #E3D0CD;
}
</style>