Shades of Tusk #DEE0B9
Tints of Tusk #DEE0B9
RGB
CMYK
RGB Variations
Color information
#DEE0B9 (or 0xDEE0B9) is known color: Tusk. HEX triplet: DE, E0 and B9. RGB value is (222,224,185). Sum of RGB (Red+Green+Blue) = 222+224+185=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0B9 is #211F46. Grayscale: #DBDBDB. Windows color (decimal): -2170695 or 12181726. OLE color: 12181726.
HSL color Cylindrical-coordinate representation of color #DEE0B9: hue angle of 63.08º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE0B9 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 185 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.12 |
| HSL | 63.08º | 0.39% | 0.8% | - |
| HSV(B) | 63.08º | 0.17% | 0.88% | - |
| XYZ | 65.54 | 72.34 | 56.41 | - |
| YUV | 218.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 185 | 0.01 | 0 | 0.17 | 0.12 | 63.08 | 0.39 | 0.8 |
| Hex | DE | E0 | B9 | 1 | 0 | 11 | C | 3F | 27 | 50 |
| Octal | 336 | 340 | 271 | 1 | 0 | 21 | 14 | 77 | 47 | 120 |
| Binary | 11011110 | 11100000 | 10111001 | 1 | 0 | 10001 | 1100 | 111111 | 100111 | 1010000 |
Color Harmonies of #DEE0B9
Complementary color
Monochromatic Colors of #DEE0B9
Black with #DEE0B9
Text Example
Text Example
White with #DEE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0B9; }
p { color: rgb(222,224,185); }
H1.HeaderClassName
{
color: #DEE0B9;
}
.AnyTagClassName
{
color: #DEE0B9;
}
</style>
background-color css
<style>
a { background-color: #DEE0B9; }
a { background-color: rgb(222,224,185); }
div.DivClassName
{
background-color: #DEE0B9;
}
.BgClassName
{
background-color: #DEE0B9;
}
</style>
border-color css
<style>
span { border-color: #DEE0B9; }
span { border-color: rgb(222,224,185); }
td.TdClassName
{
border-color: #DEE0B9;
}
.TagClassName
{
border-color: #DEE0B9;
}
</style>