Shades of Tusk #DEDFB8
Tints of Tusk #DEDFB8
RGB
CMYK
RGB Variations
Color information
#DEDFB8 (or 0xDEDFB8) is known color: Tusk. HEX triplet: DE, DF and B8. RGB value is (222,223,184). Sum of RGB (Red+Green+Blue) = 222+223+184=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFB8 is #212047. Grayscale: #DADADA. Windows color (decimal): -2170952 or 12115934. OLE color: 12115934.
HSL color Cylindrical-coordinate representation of color #DEDFB8: hue angle of 61.54º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEDFB8 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 184 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.13 |
| HSL | 61.54º | 0.38% | 0.8% | - |
| HSV(B) | 61.54º | 0.17% | 0.87% | - |
| XYZ | 65.16 | 71.77 | 55.77 | - |
| YUV | 218.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 184 | 0.00 | 0 | 0.17 | 0.13 | 61.54 | 0.38 | 0.8 |
| Hex | DE | DF | B8 | 0 | 0 | 11 | D | 3E | 26 | 50 |
| Octal | 336 | 337 | 270 | 0 | 0 | 21 | 15 | 76 | 46 | 120 |
| Binary | 11011110 | 11011111 | 10111000 | 0 | 0 | 10001 | 1101 | 111110 | 100110 | 1010000 |
Color Harmonies of #DEDFB8
Complementary color
Monochromatic Colors of #DEDFB8
Black with #DEDFB8
Text Example
Text Example
White with #DEDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFB8; }
p { color: rgb(222,223,184); }
H1.HeaderClassName
{
color: #DEDFB8;
}
.AnyTagClassName
{
color: #DEDFB8;
}
</style>
background-color css
<style>
a { background-color: #DEDFB8; }
a { background-color: rgb(222,223,184); }
div.DivClassName
{
background-color: #DEDFB8;
}
.BgClassName
{
background-color: #DEDFB8;
}
</style>
border-color css
<style>
span { border-color: #DEDFB8; }
span { border-color: rgb(222,223,184); }
td.TdClassName
{
border-color: #DEDFB8;
}
.TagClassName
{
border-color: #DEDFB8;
}
</style>