Shades of Tusk #DEDEB8
Tints of Tusk #DEDEB8
RGB
CMYK
RGB Variations
Color information
#DEDEB8 (or 0xDEDEB8) is known color: Tusk. HEX triplet: DE, DE and B8. RGB value is (222,222,184). Sum of RGB (Red+Green+Blue) = 222+222+184=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEB8 is #212147. Grayscale: #D9D9D9. Windows color (decimal): -2171208 or 12115678. OLE color: 12115678.
HSL color Cylindrical-coordinate representation of color #DEDEB8: hue angle of 60º degrees, saturation: 0.37, 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 #DEDEB8 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 184 | - |
| CMYK | 0 | 0 | 0.17 | 0.13 |
| HSL | 60º | 0.37% | 0.8% | - |
| HSV(B) | 60º | 0.17% | 0.87% | - |
| XYZ | 64.9 | 71.23 | 55.68 | - |
| YUV | 217.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 184 | 0 | 0 | 0.17 | 0.13 | 60 | 0.37 | 0.8 |
| Hex | DE | DE | B8 | 0 | 0 | 11 | D | 3C | 25 | 50 |
| Octal | 336 | 336 | 270 | 0 | 0 | 21 | 15 | 74 | 45 | 120 |
| Binary | 11011110 | 11011110 | 10111000 | 0 | 0 | 10001 | 1101 | 111100 | 100101 | 1010000 |
Color Harmonies of #DEDEB8
Complementary color
Monochromatic Colors of #DEDEB8
Black with #DEDEB8
Text Example
Text Example
White with #DEDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEB8; }
p { color: rgb(222,222,184); }
H1.HeaderClassName
{
color: #DEDEB8;
}
.AnyTagClassName
{
color: #DEDEB8;
}
</style>
background-color css
<style>
a { background-color: #DEDEB8; }
a { background-color: rgb(222,222,184); }
div.DivClassName
{
background-color: #DEDEB8;
}
.BgClassName
{
background-color: #DEDEB8;
}
</style>
border-color css
<style>
span { border-color: #DEDEB8; }
span { border-color: rgb(222,222,184); }
td.TdClassName
{
border-color: #DEDEB8;
}
.TagClassName
{
border-color: #DEDEB8;
}
</style>