Shades of Tusk #DEE3AA
Tints of Tusk #DEE3AA
RGB
CMYK
RGB Variations
Color information
#DEE3AA (or 0xDEE3AA) is known color: Tusk. HEX triplet: DE, E3 and AA. RGB value is (222,227,170). Sum of RGB (Red+Green+Blue) = 222+227+170=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE3AA is #211C55. Grayscale: #DBDBDB. Windows color (decimal): -2169942 or 11199454. OLE color: 11199454.
HSL color Cylindrical-coordinate representation of color #DEE3AA: hue angle of 65.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE3AA is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 170 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.11 |
| HSL | 65.26º | 0.5% | 0.78% | - |
| HSV(B) | 65.26º | 0.25% | 0.89% | - |
| XYZ | 64.85 | 73.37 | 48.77 | - |
| YUV | 219.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 170 | 0.02 | 0 | 0.25 | 0.11 | 65.26 | 0.5 | 0.78 |
| Hex | DE | E3 | AA | 2 | 0 | 19 | B | 41 | 32 | 4E |
| Octal | 336 | 343 | 252 | 2 | 0 | 31 | 13 | 101 | 62 | 116 |
| Binary | 11011110 | 11100011 | 10101010 | 10 | 0 | 11001 | 1011 | 1000001 | 110010 | 1001110 |
Color Harmonies of #DEE3AA
Complementary color
Monochromatic Colors of #DEE3AA
Black with #DEE3AA
Text Example
Text Example
White with #DEE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3AA; }
p { color: rgb(222,227,170); }
H1.HeaderClassName
{
color: #DEE3AA;
}
.AnyTagClassName
{
color: #DEE3AA;
}
</style>
background-color css
<style>
a { background-color: #DEE3AA; }
a { background-color: rgb(222,227,170); }
div.DivClassName
{
background-color: #DEE3AA;
}
.BgClassName
{
background-color: #DEE3AA;
}
</style>
border-color css
<style>
span { border-color: #DEE3AA; }
span { border-color: rgb(222,227,170); }
td.TdClassName
{
border-color: #DEE3AA;
}
.TagClassName
{
border-color: #DEE3AA;
}
</style>