Shades of Tusk #DEDFAF
Tints of Tusk #DEDFAF
RGB
CMYK
RGB Variations
Color information
#DEDFAF (or 0xDEDFAF) is known color: Tusk. HEX triplet: DE, DF and AF. RGB value is (222,223,175). Sum of RGB (Red+Green+Blue) = 222+223+175=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFAF is #212050. Grayscale: #D9D9D9. Windows color (decimal): -2170961 or 11526110. OLE color: 11526110.
HSL color Cylindrical-coordinate representation of color #DEDFAF: hue angle of 61.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEDFAF is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 175 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.13 |
| HSL | 61.25º | 0.43% | 0.78% | - |
| HSV(B) | 61.25º | 0.22% | 0.87% | - |
| XYZ | 64.25 | 71.4 | 50.95 | - |
| YUV | 217.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 175 | 0.00 | 0 | 0.22 | 0.13 | 61.25 | 0.43 | 0.78 |
| Hex | DE | DF | AF | 0 | 0 | 16 | D | 3D | 2B | 4E |
| Octal | 336 | 337 | 257 | 0 | 0 | 26 | 15 | 75 | 53 | 116 |
| Binary | 11011110 | 11011111 | 10101111 | 0 | 0 | 10110 | 1101 | 111101 | 101011 | 1001110 |
Color Harmonies of #DEDFAF
Complementary color
Monochromatic Colors of #DEDFAF
Black with #DEDFAF
Text Example
Text Example
White with #DEDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFAF; }
p { color: rgb(222,223,175); }
H1.HeaderClassName
{
color: #DEDFAF;
}
.AnyTagClassName
{
color: #DEDFAF;
}
</style>
background-color css
<style>
a { background-color: #DEDFAF; }
a { background-color: rgb(222,223,175); }
div.DivClassName
{
background-color: #DEDFAF;
}
.BgClassName
{
background-color: #DEDFAF;
}
</style>
border-color css
<style>
span { border-color: #DEDFAF; }
span { border-color: rgb(222,223,175); }
td.TdClassName
{
border-color: #DEDFAF;
}
.TagClassName
{
border-color: #DEDFAF;
}
</style>