Shades of Tusk #DADEB5
Tints of Tusk #DADEB5
RGB
CMYK
RGB Variations
Color information
#DADEB5 (or 0xDADEB5) is known color: Tusk. HEX triplet: DA, DE and B5. RGB value is (218,222,181). Sum of RGB (Red+Green+Blue) = 218+222+181=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEB5 is #25214A. Grayscale: #D8D8D8. Windows color (decimal): -2433355 or 11919066. OLE color: 11919066.
HSL color Cylindrical-coordinate representation of color #DADEB5: hue angle of 65.85º 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 #DADEB5 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 181 | - |
CMYK | 0.02 | 0 | 0.18 | 0.13 |
HSL | 65.85º | 0.38% | 0.79% | - |
HSV(B) | 65.85º | 0.18% | 0.87% | - |
XYZ | 63.38 | 70.48 | 53.98 | - |
YUV | 216.13 | 108.17 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 181 | 0.02 | 0 | 0.18 | 0.13 | 65.85 | 0.38 | 0.79 |
Hex | DA | DE | B5 | 2 | 0 | 12 | D | 42 | 26 | 4F |
Octal | 332 | 336 | 265 | 2 | 0 | 22 | 15 | 102 | 46 | 117 |
Binary | 11011010 | 11011110 | 10110101 | 10 | 0 | 10010 | 1101 | 1000010 | 100110 | 1001111 |
Color Harmonies of #DADEB5
Complementary color
Monochromatic Colors of #DADEB5
Black with #DADEB5
Text Example
Text Example
White with #DADEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEB5; }
p { color: rgb(218,222,181); }
H1.HeaderClassName
{
color: #DADEB5;
}
.AnyTagClassName
{
color: #DADEB5;
}
</style>
background-color css
<style>
a { background-color: #DADEB5; }
a { background-color: rgb(218,222,181); }
div.DivClassName
{
background-color: #DADEB5;
}
.BgClassName
{
background-color: #DADEB5;
}
</style>
border-color css
<style>
span { border-color: #DADEB5; }
span { border-color: rgb(218,222,181); }
td.TdClassName
{
border-color: #DADEB5;
}
.TagClassName
{
border-color: #DADEB5;
}
</style>