Shades of Tusk #DEE0B8
Tints of Tusk #DEE0B8
RGB
CMYK
RGB Variations
Color information
#DEE0B8 (or 0xDEE0B8) is known color: Tusk. HEX triplet: DE, E0 and B8. RGB value is (222,224,184). Sum of RGB (Red+Green+Blue) = 222+224+184=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0B8 is #211F47. Grayscale: #DBDBDB. Windows color (decimal): -2170696 or 12116190. OLE color: 12116190.
HSL color Cylindrical-coordinate representation of color #DEE0B8: hue angle of 63º degrees, saturation: 0.39, 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 #DEE0B8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 184 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.12 |
| HSL | 63º | 0.39% | 0.8% | - |
| HSV(B) | 63º | 0.18% | 0.88% | - |
| XYZ | 65.43 | 72.3 | 55.85 | - |
| YUV | 218.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 184 | 0.01 | 0 | 0.18 | 0.12 | 63 | 0.39 | 0.8 |
| Hex | DE | E0 | B8 | 1 | 0 | 12 | C | 3F | 27 | 50 |
| Octal | 336 | 340 | 270 | 1 | 0 | 22 | 14 | 77 | 47 | 120 |
| Binary | 11011110 | 11100000 | 10111000 | 1 | 0 | 10010 | 1100 | 111111 | 100111 | 1010000 |
Color Harmonies of #DEE0B8
Complementary color
Monochromatic Colors of #DEE0B8
Black with #DEE0B8
Text Example
Text Example
White with #DEE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0B8; }
p { color: rgb(222,224,184); }
H1.HeaderClassName
{
color: #DEE0B8;
}
.AnyTagClassName
{
color: #DEE0B8;
}
</style>
background-color css
<style>
a { background-color: #DEE0B8; }
a { background-color: rgb(222,224,184); }
div.DivClassName
{
background-color: #DEE0B8;
}
.BgClassName
{
background-color: #DEE0B8;
}
</style>
border-color css
<style>
span { border-color: #DEE0B8; }
span { border-color: rgb(222,224,184); }
td.TdClassName
{
border-color: #DEE0B8;
}
.TagClassName
{
border-color: #DEE0B8;
}
</style>