Shades of Tusk #DADEB8
Tints of Tusk #DADEB8
RGB
CMYK
RGB Variations
Color information
#DADEB8 (or 0xDADEB8) is known color: Tusk. HEX triplet: DA, DE and B8. RGB value is (218,222,184). Sum of RGB (Red+Green+Blue) = 218+222+184=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEB8 is #252147. Grayscale: #D8D8D8. Windows color (decimal): -2433352 or 12115674. OLE color: 12115674.
HSL color Cylindrical-coordinate representation of color #DADEB8: hue angle of 66.32º 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 #DADEB8 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 184 | - |
CMYK | 0.02 | 0 | 0.17 | 0.13 |
HSL | 66.32º | 0.37% | 0.8% | - |
HSV(B) | 66.32º | 0.17% | 0.87% | - |
XYZ | 63.69 | 70.61 | 55.62 | - |
YUV | 216.47 | 109.67 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 184 | 0.02 | 0 | 0.17 | 0.13 | 66.32 | 0.37 | 0.8 |
Hex | DA | DE | B8 | 2 | 0 | 11 | D | 42 | 25 | 50 |
Octal | 332 | 336 | 270 | 2 | 0 | 21 | 15 | 102 | 45 | 120 |
Binary | 11011010 | 11011110 | 10111000 | 10 | 0 | 10001 | 1101 | 1000010 | 100101 | 1010000 |
Color Harmonies of #DADEB8
Complementary color
Monochromatic Colors of #DADEB8
Black with #DADEB8
Text Example
Text Example
White with #DADEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEB8; }
p { color: rgb(218,222,184); }
H1.HeaderClassName
{
color: #DADEB8;
}
.AnyTagClassName
{
color: #DADEB8;
}
</style>
background-color css
<style>
a { background-color: #DADEB8; }
a { background-color: rgb(218,222,184); }
div.DivClassName
{
background-color: #DADEB8;
}
.BgClassName
{
background-color: #DADEB8;
}
</style>
border-color css
<style>
span { border-color: #DADEB8; }
span { border-color: rgb(218,222,184); }
td.TdClassName
{
border-color: #DADEB8;
}
.TagClassName
{
border-color: #DADEB8;
}
</style>