Shades of Tusk #DADEB0
Tints of Tusk #DADEB0
RGB
CMYK
RGB Variations
Color information
#DADEB0 (or 0xDADEB0) is known color: Tusk. HEX triplet: DA, DE and B0. RGB value is (218,222,176). Sum of RGB (Red+Green+Blue) = 218+222+176=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEB0 is #25214F. Grayscale: #D7D7D7. Windows color (decimal): -2433360 or 11591386. OLE color: 11591386.
HSL color Cylindrical-coordinate representation of color #DADEB0: hue angle of 65.22º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DADEB0 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 176 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.13 |
| HSL | 65.22º | 0.41% | 0.78% | - |
| HSV(B) | 65.22º | 0.21% | 0.87% | - |
| XYZ | 62.87 | 70.28 | 51.33 | - |
| YUV | 215.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 176 | 0.02 | 0 | 0.21 | 0.13 | 65.22 | 0.41 | 0.78 |
| Hex | DA | DE | B0 | 2 | 0 | 15 | D | 41 | 29 | 4E |
| Octal | 332 | 336 | 260 | 2 | 0 | 25 | 15 | 101 | 51 | 116 |
| Binary | 11011010 | 11011110 | 10110000 | 10 | 0 | 10101 | 1101 | 1000001 | 101001 | 1001110 |
Color Harmonies of #DADEB0
Complementary color
Monochromatic Colors of #DADEB0
Black with #DADEB0
Text Example
Text Example
White with #DADEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEB0; }
p { color: rgb(218,222,176); }
H1.HeaderClassName
{
color: #DADEB0;
}
.AnyTagClassName
{
color: #DADEB0;
}
</style>
background-color css
<style>
a { background-color: #DADEB0; }
a { background-color: rgb(218,222,176); }
div.DivClassName
{
background-color: #DADEB0;
}
.BgClassName
{
background-color: #DADEB0;
}
</style>
border-color css
<style>
span { border-color: #DADEB0; }
span { border-color: rgb(218,222,176); }
td.TdClassName
{
border-color: #DADEB0;
}
.TagClassName
{
border-color: #DADEB0;
}
</style>