Shades of Tusk #DEE5A8
Tints of Tusk #DEE5A8
RGB
CMYK
RGB Variations
Color information
#DEE5A8 (or 0xDEE5A8) is known color: Tusk. HEX triplet: DE, E5 and A8. RGB value is (222,229,168). Sum of RGB (Red+Green+Blue) = 222+229+168=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5A8 is #211A57. Grayscale: #DCDCDC. Windows color (decimal): -2169432 or 11068894. OLE color: 11068894.
HSL color Cylindrical-coordinate representation of color #DEE5A8: hue angle of 66.89º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEE5A8 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 168 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.10 |
| HSL | 66.89º | 0.54% | 0.78% | - |
| HSV(B) | 66.89º | 0.27% | 0.9% | - |
| XYZ | 65.21 | 74.4 | 47.97 | - |
| YUV | 219.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 168 | 0.03 | 0 | 0.27 | 0.10 | 66.89 | 0.54 | 0.78 |
| Hex | DE | E5 | A8 | 3 | 0 | 1B | A | 43 | 36 | 4E |
| Octal | 336 | 345 | 250 | 3 | 0 | 33 | 12 | 103 | 66 | 116 |
| Binary | 11011110 | 11100101 | 10101000 | 11 | 0 | 11011 | 1010 | 1000011 | 110110 | 1001110 |
Color Harmonies of #DEE5A8
Complementary color
Monochromatic Colors of #DEE5A8
Black with #DEE5A8
Text Example
Text Example
White with #DEE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5A8; }
p { color: rgb(222,229,168); }
H1.HeaderClassName
{
color: #DEE5A8;
}
.AnyTagClassName
{
color: #DEE5A8;
}
</style>
background-color css
<style>
a { background-color: #DEE5A8; }
a { background-color: rgb(222,229,168); }
div.DivClassName
{
background-color: #DEE5A8;
}
.BgClassName
{
background-color: #DEE5A8;
}
</style>
border-color css
<style>
span { border-color: #DEE5A8; }
span { border-color: rgb(222,229,168); }
td.TdClassName
{
border-color: #DEE5A8;
}
.TagClassName
{
border-color: #DEE5A8;
}
</style>