Shades of Tusk #DEDEB6
Tints of Tusk #DEDEB6
RGB
CMYK
RGB Variations
Color information
#DEDEB6 (or 0xDEDEB6) is known color: Tusk. HEX triplet: DE, DE and B6. RGB value is (222,222,182). Sum of RGB (Red+Green+Blue) = 222+222+182=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEB6 is #212149. Grayscale: #D9D9D9. Windows color (decimal): -2171210 or 11984606. OLE color: 11984606.
HSL color Cylindrical-coordinate representation of color #DEDEB6: hue angle of 60º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEDEB6 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 182 | - |
| CMYK | 0 | 0 | 0.18 | 0.13 |
| HSL | 60º | 0.38% | 0.79% | - |
| HSV(B) | 60º | 0.18% | 0.87% | - |
| XYZ | 64.69 | 71.15 | 54.58 | - |
| YUV | 217.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 182 | 0 | 0 | 0.18 | 0.13 | 60 | 0.38 | 0.79 |
| Hex | DE | DE | B6 | 0 | 0 | 12 | D | 3C | 26 | 4F |
| Octal | 336 | 336 | 266 | 0 | 0 | 22 | 15 | 74 | 46 | 117 |
| Binary | 11011110 | 11011110 | 10110110 | 0 | 0 | 10010 | 1101 | 111100 | 100110 | 1001111 |
Color Harmonies of #DEDEB6
Complementary color
Monochromatic Colors of #DEDEB6
Black with #DEDEB6
Text Example
Text Example
White with #DEDEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEB6; }
p { color: rgb(222,222,182); }
H1.HeaderClassName
{
color: #DEDEB6;
}
.AnyTagClassName
{
color: #DEDEB6;
}
</style>
background-color css
<style>
a { background-color: #DEDEB6; }
a { background-color: rgb(222,222,182); }
div.DivClassName
{
background-color: #DEDEB6;
}
.BgClassName
{
background-color: #DEDEB6;
}
</style>
border-color css
<style>
span { border-color: #DEDEB6; }
span { border-color: rgb(222,222,182); }
td.TdClassName
{
border-color: #DEDEB6;
}
.TagClassName
{
border-color: #DEDEB6;
}
</style>