Shades of Tusk #DADEAF
Tints of Tusk #DADEAF
RGB
CMYK
RGB Variations
Color information
#DADEAF (or 0xDADEAF) is known color: Tusk. HEX triplet: DA, DE and AF. RGB value is (218,222,175). Sum of RGB (Red+Green+Blue) = 218+222+175=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEAF is #252150. Grayscale: #D7D7D7. Windows color (decimal): -2433361 or 11525850. OLE color: 11525850.
HSL color Cylindrical-coordinate representation of color #DADEAF: hue angle of 65.11º degrees, saturation: 0.42, 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 #DADEAF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 175 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.13 |
| HSL | 65.11º | 0.42% | 0.78% | - |
| HSV(B) | 65.11º | 0.21% | 0.87% | - |
| XYZ | 62.77 | 70.24 | 50.81 | - |
| YUV | 215.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 175 | 0.02 | 0 | 0.21 | 0.13 | 65.11 | 0.42 | 0.78 |
| Hex | DA | DE | AF | 2 | 0 | 15 | D | 41 | 2A | 4E |
| Octal | 332 | 336 | 257 | 2 | 0 | 25 | 15 | 101 | 52 | 116 |
| Binary | 11011010 | 11011110 | 10101111 | 10 | 0 | 10101 | 1101 | 1000001 | 101010 | 1001110 |
Color Harmonies of #DADEAF
Complementary color
Monochromatic Colors of #DADEAF
Black with #DADEAF
Text Example
Text Example
White with #DADEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEAF; }
p { color: rgb(218,222,175); }
H1.HeaderClassName
{
color: #DADEAF;
}
.AnyTagClassName
{
color: #DADEAF;
}
</style>
background-color css
<style>
a { background-color: #DADEAF; }
a { background-color: rgb(218,222,175); }
div.DivClassName
{
background-color: #DADEAF;
}
.BgClassName
{
background-color: #DADEAF;
}
</style>
border-color css
<style>
span { border-color: #DADEAF; }
span { border-color: rgb(218,222,175); }
td.TdClassName
{
border-color: #DADEAF;
}
.TagClassName
{
border-color: #DADEAF;
}
</style>