Shades of Tusk #DEDFAB
Tints of Tusk #DEDFAB
RGB
CMYK
RGB Variations
Color information
#DEDFAB (or 0xDEDFAB) is known color: Tusk. HEX triplet: DE, DF and AB. RGB value is (222,223,171). Sum of RGB (Red+Green+Blue) = 222+223+171=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFAB is #212054. Grayscale: #D8D8D8. Windows color (decimal): -2170965 or 11263966. OLE color: 11263966.
HSL color Cylindrical-coordinate representation of color #DEDFAB: hue angle of 61.15º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEDFAB is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 171 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.13 |
| HSL | 61.15º | 0.45% | 0.77% | - |
| HSV(B) | 61.15º | 0.23% | 0.87% | - |
| XYZ | 63.86 | 71.25 | 48.91 | - |
| YUV | 216.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 171 | 0.00 | 0 | 0.23 | 0.13 | 61.15 | 0.45 | 0.77 |
| Hex | DE | DF | AB | 0 | 0 | 17 | D | 3D | 2D | 4D |
| Octal | 336 | 337 | 253 | 0 | 0 | 27 | 15 | 75 | 55 | 115 |
| Binary | 11011110 | 11011111 | 10101011 | 0 | 0 | 10111 | 1101 | 111101 | 101101 | 1001101 |
Color Harmonies of #DEDFAB
Complementary color
Monochromatic Colors of #DEDFAB
Black with #DEDFAB
Text Example
Text Example
White with #DEDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFAB; }
p { color: rgb(222,223,171); }
H1.HeaderClassName
{
color: #DEDFAB;
}
.AnyTagClassName
{
color: #DEDFAB;
}
</style>
background-color css
<style>
a { background-color: #DEDFAB; }
a { background-color: rgb(222,223,171); }
div.DivClassName
{
background-color: #DEDFAB;
}
.BgClassName
{
background-color: #DEDFAB;
}
</style>
border-color css
<style>
span { border-color: #DEDFAB; }
span { border-color: rgb(222,223,171); }
td.TdClassName
{
border-color: #DEDFAB;
}
.TagClassName
{
border-color: #DEDFAB;
}
</style>