Shades of Tusk #DEE3AB
Tints of Tusk #DEE3AB
RGB
CMYK
RGB Variations
Color information
#DEE3AB (or 0xDEE3AB) is known color: Tusk. HEX triplet: DE, E3 and AB. RGB value is (222,227,171). Sum of RGB (Red+Green+Blue) = 222+227+171=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE3AB is #211C54. Grayscale: #DBDBDB. Windows color (decimal): -2169941 or 11264990. OLE color: 11264990.
HSL color Cylindrical-coordinate representation of color #DEE3AB: hue angle of 65.36º 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 #DEE3AB is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 171 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.11 |
| HSL | 65.36º | 0.5% | 0.78% | - |
| HSV(B) | 65.36º | 0.25% | 0.89% | - |
| XYZ | 64.94 | 73.41 | 49.27 | - |
| YUV | 219.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 171 | 0.02 | 0 | 0.25 | 0.11 | 65.36 | 0.5 | 0.78 |
| Hex | DE | E3 | AB | 2 | 0 | 19 | B | 41 | 32 | 4E |
| Octal | 336 | 343 | 253 | 2 | 0 | 31 | 13 | 101 | 62 | 116 |
| Binary | 11011110 | 11100011 | 10101011 | 10 | 0 | 11001 | 1011 | 1000001 | 110010 | 1001110 |
Color Harmonies of #DEE3AB
Complementary color
Monochromatic Colors of #DEE3AB
Black with #DEE3AB
Text Example
Text Example
White with #DEE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3AB; }
p { color: rgb(222,227,171); }
H1.HeaderClassName
{
color: #DEE3AB;
}
.AnyTagClassName
{
color: #DEE3AB;
}
</style>
background-color css
<style>
a { background-color: #DEE3AB; }
a { background-color: rgb(222,227,171); }
div.DivClassName
{
background-color: #DEE3AB;
}
.BgClassName
{
background-color: #DEE3AB;
}
</style>
border-color css
<style>
span { border-color: #DEE3AB; }
span { border-color: rgb(222,227,171); }
td.TdClassName
{
border-color: #DEE3AB;
}
.TagClassName
{
border-color: #DEE3AB;
}
</style>