Shades of Tusk #DEE1AD
Tints of Tusk #DEE1AD
RGB
CMYK
RGB Variations
Color information
#DEE1AD (or 0xDEE1AD) is known color: Tusk. HEX triplet: DE, E1 and AD. RGB value is (222,225,173). Sum of RGB (Red+Green+Blue) = 222+225+173=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE1AD is #211E52. Grayscale: #DADADA. Windows color (decimal): -2170451 or 11395550. OLE color: 11395550.
HSL color Cylindrical-coordinate representation of color #DEE1AD: hue angle of 63.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE1AD is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 173 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.12 |
| HSL | 63.46º | 0.46% | 0.78% | - |
| HSV(B) | 63.46º | 0.23% | 0.88% | - |
| XYZ | 64.59 | 72.4 | 50.1 | - |
| YUV | 218.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 173 | 0.01 | 0 | 0.23 | 0.12 | 63.46 | 0.46 | 0.78 |
| Hex | DE | E1 | AD | 1 | 0 | 17 | C | 3F | 2E | 4E |
| Octal | 336 | 341 | 255 | 1 | 0 | 27 | 14 | 77 | 56 | 116 |
| Binary | 11011110 | 11100001 | 10101101 | 1 | 0 | 10111 | 1100 | 111111 | 101110 | 1001110 |
Color Harmonies of #DEE1AD
Complementary color
Monochromatic Colors of #DEE1AD
Black with #DEE1AD
Text Example
Text Example
White with #DEE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1AD; }
p { color: rgb(222,225,173); }
H1.HeaderClassName
{
color: #DEE1AD;
}
.AnyTagClassName
{
color: #DEE1AD;
}
</style>
background-color css
<style>
a { background-color: #DEE1AD; }
a { background-color: rgb(222,225,173); }
div.DivClassName
{
background-color: #DEE1AD;
}
.BgClassName
{
background-color: #DEE1AD;
}
</style>
border-color css
<style>
span { border-color: #DEE1AD; }
span { border-color: rgb(222,225,173); }
td.TdClassName
{
border-color: #DEE1AD;
}
.TagClassName
{
border-color: #DEE1AD;
}
</style>