Shades of Tusk #D9DEAF
Tints of Tusk #D9DEAF
RGB
CMYK
RGB Variations
Color information
#D9DEAF (or 0xD9DEAF) is known color: Tusk. HEX triplet: D9, DE and AF. RGB value is (217,222,175). Sum of RGB (Red+Green+Blue) = 217+222+175=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEAF is #262150. Grayscale: #D7D7D7. Windows color (decimal): -2498897 or 11525849. OLE color: 11525849.
HSL color Cylindrical-coordinate representation of color #D9DEAF: hue angle of 66.38º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9DEAF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 175 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.13 |
| HSL | 66.38º | 0.42% | 0.78% | - |
| HSV(B) | 66.38º | 0.21% | 0.87% | - |
| XYZ | 62.47 | 70.09 | 50.79 | - |
| YUV | 215.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 175 | 0.02 | 0 | 0.21 | 0.13 | 66.38 | 0.42 | 0.78 |
| Hex | D9 | DE | AF | 2 | 0 | 15 | D | 42 | 2A | 4E |
| Octal | 331 | 336 | 257 | 2 | 0 | 25 | 15 | 102 | 52 | 116 |
| Binary | 11011001 | 11011110 | 10101111 | 10 | 0 | 10101 | 1101 | 1000010 | 101010 | 1001110 |
Color Harmonies of #D9DEAF
Complementary color
Monochromatic Colors of #D9DEAF
Black with #D9DEAF
Text Example
Text Example
White with #D9DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEAF; }
p { color: rgb(217,222,175); }
H1.HeaderClassName
{
color: #D9DEAF;
}
.AnyTagClassName
{
color: #D9DEAF;
}
</style>
background-color css
<style>
a { background-color: #D9DEAF; }
a { background-color: rgb(217,222,175); }
div.DivClassName
{
background-color: #D9DEAF;
}
.BgClassName
{
background-color: #D9DEAF;
}
</style>
border-color css
<style>
span { border-color: #D9DEAF; }
span { border-color: rgb(217,222,175); }
td.TdClassName
{
border-color: #D9DEAF;
}
.TagClassName
{
border-color: #D9DEAF;
}
</style>