Shades of Vanilla Ice #E2D0CF
Tints of Vanilla Ice #E2D0CF
RGB
CMYK
RGB Variations
Color information
#E2D0CF (or 0xE2D0CF) is known color: Vanilla Ice. HEX triplet: E2, D0 and CF. RGB value is (226,208,207). Sum of RGB (Red+Green+Blue) = 226+208+207=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0CF is #1D2F30. Grayscale: #D5D5D5. Windows color (decimal): -1912625 or 13619426. OLE color: 13619426.
HSL color Cylindrical-coordinate representation of color #E2D0CF: hue angle of 3.16º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D0CF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 208 | 207 | - |
CMYK | 0 | 0.08 | 0.08 | 0.11 |
HSL | 3.16º | 0.25% | 0.85% | - |
HSV(B) | 3.16º | 0.08% | 0.89% | - |
XYZ | 65.18 | 65.79 | 68.29 | - |
YUV | 213.27 | 124.46 | 137.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 208 | 207 | 0 | 0.08 | 0.08 | 0.11 | 3.16 | 0.25 | 0.85 |
Hex | E2 | D0 | CF | 0 | 8 | 8 | B | 3 | 19 | 55 |
Octal | 342 | 320 | 317 | 0 | 10 | 10 | 13 | 3 | 31 | 125 |
Binary | 11100010 | 11010000 | 11001111 | 0 | 1000 | 1000 | 1011 | 11 | 11001 | 1010101 |
Color Harmonies of #E2D0CF
Complementary color
Monochromatic Colors of #E2D0CF
Black with #E2D0CF
Text Example
Text Example
White with #E2D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0CF; }
p { color: rgb(226,208,207); }
H1.HeaderClassName
{
color: #E2D0CF;
}
.AnyTagClassName
{
color: #E2D0CF;
}
</style>
background-color css
<style>
a { background-color: #E2D0CF; }
a { background-color: rgb(226,208,207); }
div.DivClassName
{
background-color: #E2D0CF;
}
.BgClassName
{
background-color: #E2D0CF;
}
</style>
border-color css
<style>
span { border-color: #E2D0CF; }
span { border-color: rgb(226,208,207); }
td.TdClassName
{
border-color: #E2D0CF;
}
.TagClassName
{
border-color: #E2D0CF;
}
</style>