Shades of Tusk #DEE8A5
Tints of Tusk #DEE8A5
RGB
CMYK
RGB Variations
Color information
#DEE8A5 (or 0xDEE8A5) is known color: Tusk. HEX triplet: DE, E8 and A5. RGB value is (222,232,165). Sum of RGB (Red+Green+Blue) = 222+232+165=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8A5 is #21175A. Grayscale: #DDDDDD. Windows color (decimal): -2168667 or 10873054. OLE color: 10873054.
HSL color Cylindrical-coordinate representation of color #DEE8A5: hue angle of 68.96º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEE8A5 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 165 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.09 |
| HSL | 68.96º | 0.59% | 0.78% | - |
| HSV(B) | 68.96º | 0.29% | 0.91% | - |
| XYZ | 65.77 | 75.96 | 46.79 | - |
| YUV | 221.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 165 | 0.04 | 0 | 0.29 | 0.09 | 68.96 | 0.59 | 0.78 |
| Hex | DE | E8 | A5 | 4 | 0 | 1D | 9 | 45 | 3B | 4E |
| Octal | 336 | 350 | 245 | 4 | 0 | 35 | 11 | 105 | 73 | 116 |
| Binary | 11011110 | 11101000 | 10100101 | 100 | 0 | 11101 | 1001 | 1000101 | 111011 | 1001110 |
Color Harmonies of #DEE8A5
Complementary color
Monochromatic Colors of #DEE8A5
Black with #DEE8A5
Text Example
Text Example
White with #DEE8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8A5; }
p { color: rgb(222,232,165); }
H1.HeaderClassName
{
color: #DEE8A5;
}
.AnyTagClassName
{
color: #DEE8A5;
}
</style>
background-color css
<style>
a { background-color: #DEE8A5; }
a { background-color: rgb(222,232,165); }
div.DivClassName
{
background-color: #DEE8A5;
}
.BgClassName
{
background-color: #DEE8A5;
}
</style>
border-color css
<style>
span { border-color: #DEE8A5; }
span { border-color: rgb(222,232,165); }
td.TdClassName
{
border-color: #DEE8A5;
}
.TagClassName
{
border-color: #DEE8A5;
}
</style>