Shades of Tusk #DEE5AB
Tints of Tusk #DEE5AB
RGB
CMYK
RGB Variations
Color information
#DEE5AB (or 0xDEE5AB) is known color: Tusk. HEX triplet: DE, E5 and AB. RGB value is (222,229,171). Sum of RGB (Red+Green+Blue) = 222+229+171=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5AB is #211A54. Grayscale: #DCDCDC. Windows color (decimal): -2169429 or 11265502. OLE color: 11265502.
HSL color Cylindrical-coordinate representation of color #DEE5AB: hue angle of 67.24º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE5AB is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 171 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.10 |
| HSL | 67.24º | 0.53% | 0.78% | - |
| HSV(B) | 67.24º | 0.25% | 0.9% | - |
| XYZ | 65.49 | 74.51 | 49.46 | - |
| YUV | 220.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 171 | 0.03 | 0 | 0.25 | 0.10 | 67.24 | 0.53 | 0.78 |
| Hex | DE | E5 | AB | 3 | 0 | 19 | A | 43 | 35 | 4E |
| Octal | 336 | 345 | 253 | 3 | 0 | 31 | 12 | 103 | 65 | 116 |
| Binary | 11011110 | 11100101 | 10101011 | 11 | 0 | 11001 | 1010 | 1000011 | 110101 | 1001110 |
Color Harmonies of #DEE5AB
Complementary color
Monochromatic Colors of #DEE5AB
Black with #DEE5AB
Text Example
Text Example
White with #DEE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5AB; }
p { color: rgb(222,229,171); }
H1.HeaderClassName
{
color: #DEE5AB;
}
.AnyTagClassName
{
color: #DEE5AB;
}
</style>
background-color css
<style>
a { background-color: #DEE5AB; }
a { background-color: rgb(222,229,171); }
div.DivClassName
{
background-color: #DEE5AB;
}
.BgClassName
{
background-color: #DEE5AB;
}
</style>
border-color css
<style>
span { border-color: #DEE5AB; }
span { border-color: rgb(222,229,171); }
td.TdClassName
{
border-color: #DEE5AB;
}
.TagClassName
{
border-color: #DEE5AB;
}
</style>