Shades of Tusk #DEE4AF
Tints of Tusk #DEE4AF
RGB
CMYK
RGB Variations
Color information
#DEE4AF (or 0xDEE4AF) is known color: Tusk. HEX triplet: DE, E4 and AF. RGB value is (222,228,175). Sum of RGB (Red+Green+Blue) = 222+228+175=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE4AF is #211B50. Grayscale: #DCDCDC. Windows color (decimal): -2169681 or 11527390. OLE color: 11527390.
HSL color Cylindrical-coordinate representation of color #DEE4AF: hue angle of 66.79º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE4AF is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 175 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.11 |
| HSL | 66.79º | 0.5% | 0.79% | - |
| HSV(B) | 66.79º | 0.23% | 0.89% | - |
| XYZ | 65.61 | 74.11 | 51.4 | - |
| YUV | 220.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 175 | 0.03 | 0 | 0.23 | 0.11 | 66.79 | 0.5 | 0.79 |
| Hex | DE | E4 | AF | 3 | 0 | 17 | B | 43 | 32 | 4F |
| Octal | 336 | 344 | 257 | 3 | 0 | 27 | 13 | 103 | 62 | 117 |
| Binary | 11011110 | 11100100 | 10101111 | 11 | 0 | 10111 | 1011 | 1000011 | 110010 | 1001111 |
Color Harmonies of #DEE4AF
Complementary color
Monochromatic Colors of #DEE4AF
Black with #DEE4AF
Text Example
Text Example
White with #DEE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4AF; }
p { color: rgb(222,228,175); }
H1.HeaderClassName
{
color: #DEE4AF;
}
.AnyTagClassName
{
color: #DEE4AF;
}
</style>
background-color css
<style>
a { background-color: #DEE4AF; }
a { background-color: rgb(222,228,175); }
div.DivClassName
{
background-color: #DEE4AF;
}
.BgClassName
{
background-color: #DEE4AF;
}
</style>
border-color css
<style>
span { border-color: #DEE4AF; }
span { border-color: rgb(222,228,175); }
td.TdClassName
{
border-color: #DEE4AF;
}
.TagClassName
{
border-color: #DEE4AF;
}
</style>