Shades of Tusk #DEE2AA
Tints of Tusk #DEE2AA
RGB
CMYK
RGB Variations
Color information
#DEE2AA (or 0xDEE2AA) is known color: Tusk. HEX triplet: DE, E2 and AA. RGB value is (222,226,170). Sum of RGB (Red+Green+Blue) = 222+226+170=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE2AA is #211D55. Grayscale: #DADADA. Windows color (decimal): -2170198 or 11199198. OLE color: 11199198.
HSL color Cylindrical-coordinate representation of color #DEE2AA: hue angle of 64.29º degrees, saturation: 0.49, 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 #DEE2AA is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 170 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.11 |
| HSL | 64.29º | 0.49% | 0.78% | - |
| HSV(B) | 64.29º | 0.25% | 0.89% | - |
| XYZ | 64.58 | 72.82 | 48.68 | - |
| YUV | 218.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 170 | 0.02 | 0 | 0.25 | 0.11 | 64.29 | 0.49 | 0.78 |
| Hex | DE | E2 | AA | 2 | 0 | 19 | B | 40 | 31 | 4E |
| Octal | 336 | 342 | 252 | 2 | 0 | 31 | 13 | 100 | 61 | 116 |
| Binary | 11011110 | 11100010 | 10101010 | 10 | 0 | 11001 | 1011 | 1000000 | 110001 | 1001110 |
Color Harmonies of #DEE2AA
Complementary color
Monochromatic Colors of #DEE2AA
Black with #DEE2AA
Text Example
Text Example
White with #DEE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2AA; }
p { color: rgb(222,226,170); }
H1.HeaderClassName
{
color: #DEE2AA;
}
.AnyTagClassName
{
color: #DEE2AA;
}
</style>
background-color css
<style>
a { background-color: #DEE2AA; }
a { background-color: rgb(222,226,170); }
div.DivClassName
{
background-color: #DEE2AA;
}
.BgClassName
{
background-color: #DEE2AA;
}
</style>
border-color css
<style>
span { border-color: #DEE2AA; }
span { border-color: rgb(222,226,170); }
td.TdClassName
{
border-color: #DEE2AA;
}
.TagClassName
{
border-color: #DEE2AA;
}
</style>