Shades of Tusk #DAE8AB
Tints of Tusk #DAE8AB
RGB
CMYK
RGB Variations
Color information
#DAE8AB (or 0xDAE8AB) is known color: Tusk. HEX triplet: DA, E8 and AB. RGB value is (218,232,171). Sum of RGB (Red+Green+Blue) = 218+232+171=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8AB is #251754. Grayscale: #DDDDDD. Windows color (decimal): -2430805 or 11266266. OLE color: 11266266.
HSL color Cylindrical-coordinate representation of color #DAE8AB: hue angle of 73.77º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE8AB is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 171 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 73.77º | 0.57% | 0.79% | - |
| HSV(B) | 73.77º | 0.26% | 0.91% | - |
| XYZ | 65.12 | 75.56 | 49.68 | - |
| YUV | 220.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 171 | 0.06 | 0 | 0.26 | 0.09 | 73.77 | 0.57 | 0.79 |
| Hex | DA | E8 | AB | 6 | 0 | 1A | 9 | 4A | 39 | 4F |
| Octal | 332 | 350 | 253 | 6 | 0 | 32 | 11 | 112 | 71 | 117 |
| Binary | 11011010 | 11101000 | 10101011 | 110 | 0 | 11010 | 1001 | 1001010 | 111001 | 1001111 |
Color Harmonies of #DAE8AB
Complementary color
Monochromatic Colors of #DAE8AB
Black with #DAE8AB
Text Example
Text Example
White with #DAE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8AB; }
p { color: rgb(218,232,171); }
H1.HeaderClassName
{
color: #DAE8AB;
}
.AnyTagClassName
{
color: #DAE8AB;
}
</style>
background-color css
<style>
a { background-color: #DAE8AB; }
a { background-color: rgb(218,232,171); }
div.DivClassName
{
background-color: #DAE8AB;
}
.BgClassName
{
background-color: #DAE8AB;
}
</style>
border-color css
<style>
span { border-color: #DAE8AB; }
span { border-color: rgb(218,232,171); }
td.TdClassName
{
border-color: #DAE8AB;
}
.TagClassName
{
border-color: #DAE8AB;
}
</style>