Shades of Tusk #DEE0B7
Tints of Tusk #DEE0B7
RGB
CMYK
RGB Variations
Color information
#DEE0B7 (or 0xDEE0B7) is known color: Tusk. HEX triplet: DE, E0 and B7. RGB value is (222,224,183). Sum of RGB (Red+Green+Blue) = 222+224+183=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0B7 is #211F48. Grayscale: #DADADA. Windows color (decimal): -2170697 or 12050654. OLE color: 12050654.
HSL color Cylindrical-coordinate representation of color #DEE0B7: hue angle of 62.93º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE0B7 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 183 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.12 |
| HSL | 62.93º | 0.4% | 0.8% | - |
| HSV(B) | 62.93º | 0.18% | 0.88% | - |
| XYZ | 65.33 | 72.26 | 55.3 | - |
| YUV | 218.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 183 | 0.01 | 0 | 0.18 | 0.12 | 62.93 | 0.4 | 0.8 |
| Hex | DE | E0 | B7 | 1 | 0 | 12 | C | 3F | 28 | 50 |
| Octal | 336 | 340 | 267 | 1 | 0 | 22 | 14 | 77 | 50 | 120 |
| Binary | 11011110 | 11100000 | 10110111 | 1 | 0 | 10010 | 1100 | 111111 | 101000 | 1010000 |
Color Harmonies of #DEE0B7
Complementary color
Monochromatic Colors of #DEE0B7
Black with #DEE0B7
Text Example
Text Example
White with #DEE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0B7; }
p { color: rgb(222,224,183); }
H1.HeaderClassName
{
color: #DEE0B7;
}
.AnyTagClassName
{
color: #DEE0B7;
}
</style>
background-color css
<style>
a { background-color: #DEE0B7; }
a { background-color: rgb(222,224,183); }
div.DivClassName
{
background-color: #DEE0B7;
}
.BgClassName
{
background-color: #DEE0B7;
}
</style>
border-color css
<style>
span { border-color: #DEE0B7; }
span { border-color: rgb(222,224,183); }
td.TdClassName
{
border-color: #DEE0B7;
}
.TagClassName
{
border-color: #DEE0B7;
}
</style>