Shades of Tusk #DEE5A6
Tints of Tusk #DEE5A6
RGB
CMYK
RGB Variations
Color information
#DEE5A6 (or 0xDEE5A6) is known color: Tusk. HEX triplet: DE, E5 and A6. RGB value is (222,229,166). Sum of RGB (Red+Green+Blue) = 222+229+166=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5A6 is #211A59. Grayscale: #DBDBDB. Windows color (decimal): -2169434 or 10937822. OLE color: 10937822.
HSL color Cylindrical-coordinate representation of color #DEE5A6: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEE5A6 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 166 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.10 |
| HSL | 66.67º | 0.55% | 0.77% | - |
| HSV(B) | 66.67º | 0.28% | 0.9% | - |
| XYZ | 65.03 | 74.32 | 46.99 | - |
| YUV | 219.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 166 | 0.03 | 0 | 0.28 | 0.10 | 66.67 | 0.55 | 0.77 |
| Hex | DE | E5 | A6 | 3 | 0 | 1C | A | 43 | 37 | 4D |
| Octal | 336 | 345 | 246 | 3 | 0 | 34 | 12 | 103 | 67 | 115 |
| Binary | 11011110 | 11100101 | 10100110 | 11 | 0 | 11100 | 1010 | 1000011 | 110111 | 1001101 |
Color Harmonies of #DEE5A6
Complementary color
Monochromatic Colors of #DEE5A6
Black with #DEE5A6
Text Example
Text Example
White with #DEE5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5A6; }
p { color: rgb(222,229,166); }
H1.HeaderClassName
{
color: #DEE5A6;
}
.AnyTagClassName
{
color: #DEE5A6;
}
</style>
background-color css
<style>
a { background-color: #DEE5A6; }
a { background-color: rgb(222,229,166); }
div.DivClassName
{
background-color: #DEE5A6;
}
.BgClassName
{
background-color: #DEE5A6;
}
</style>
border-color css
<style>
span { border-color: #DEE5A6; }
span { border-color: rgb(222,229,166); }
td.TdClassName
{
border-color: #DEE5A6;
}
.TagClassName
{
border-color: #DEE5A6;
}
</style>