Shades of Tusk #DADEB2
Tints of Tusk #DADEB2
RGB
CMYK
RGB Variations
Color information
#DADEB2 (or 0xDADEB2) is known color: Tusk. HEX triplet: DA, DE and B2. RGB value is (218,222,178). Sum of RGB (Red+Green+Blue) = 218+222+178=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEB2 is #25214D. Grayscale: #D7D7D7. Windows color (decimal): -2433358 or 11722458. OLE color: 11722458.
HSL color Cylindrical-coordinate representation of color #DADEB2: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DADEB2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 178 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.13 |
| HSL | 65.45º | 0.4% | 0.78% | - |
| HSV(B) | 65.45º | 0.2% | 0.87% | - |
| XYZ | 63.07 | 70.36 | 52.38 | - |
| YUV | 215.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 178 | 0.02 | 0 | 0.20 | 0.13 | 65.45 | 0.4 | 0.78 |
| Hex | DA | DE | B2 | 2 | 0 | 14 | D | 41 | 28 | 4E |
| Octal | 332 | 336 | 262 | 2 | 0 | 24 | 15 | 101 | 50 | 116 |
| Binary | 11011010 | 11011110 | 10110010 | 10 | 0 | 10100 | 1101 | 1000001 | 101000 | 1001110 |
Color Harmonies of #DADEB2
Complementary color
Monochromatic Colors of #DADEB2
Black with #DADEB2
Text Example
Text Example
White with #DADEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEB2; }
p { color: rgb(218,222,178); }
H1.HeaderClassName
{
color: #DADEB2;
}
.AnyTagClassName
{
color: #DADEB2;
}
</style>
background-color css
<style>
a { background-color: #DADEB2; }
a { background-color: rgb(218,222,178); }
div.DivClassName
{
background-color: #DADEB2;
}
.BgClassName
{
background-color: #DADEB2;
}
</style>
border-color css
<style>
span { border-color: #DADEB2; }
span { border-color: rgb(218,222,178); }
td.TdClassName
{
border-color: #DADEB2;
}
.TagClassName
{
border-color: #DADEB2;
}
</style>