Shades of Tusk #DAE8B3
Tints of Tusk #DAE8B3
RGB
CMYK
RGB Variations
Color information
#DAE8B3 (or 0xDAE8B3) is known color: Tusk. HEX triplet: DA, E8 and B3. RGB value is (218,232,179). Sum of RGB (Red+Green+Blue) = 218+232+179=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8B3 is #25174C. Grayscale: #DDDDDD. Windows color (decimal): -2430797 or 11790554. OLE color: 11790554.
HSL color Cylindrical-coordinate representation of color #DAE8B3: hue angle of 75.85º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAE8B3 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 179 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.09 |
| HSL | 75.85º | 0.54% | 0.81% | - |
| HSV(B) | 75.85º | 0.23% | 0.91% | - |
| XYZ | 65.91 | 75.87 | 53.82 | - |
| YUV | 221.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 179 | 0.06 | 0 | 0.23 | 0.09 | 75.85 | 0.54 | 0.81 |
| Hex | DA | E8 | B3 | 6 | 0 | 17 | 9 | 4C | 36 | 51 |
| Octal | 332 | 350 | 263 | 6 | 0 | 27 | 11 | 114 | 66 | 121 |
| Binary | 11011010 | 11101000 | 10110011 | 110 | 0 | 10111 | 1001 | 1001100 | 110110 | 1010001 |
Color Harmonies of #DAE8B3
Complementary color
Monochromatic Colors of #DAE8B3
Black with #DAE8B3
Text Example
Text Example
White with #DAE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8B3; }
p { color: rgb(218,232,179); }
H1.HeaderClassName
{
color: #DAE8B3;
}
.AnyTagClassName
{
color: #DAE8B3;
}
</style>
background-color css
<style>
a { background-color: #DAE8B3; }
a { background-color: rgb(218,232,179); }
div.DivClassName
{
background-color: #DAE8B3;
}
.BgClassName
{
background-color: #DAE8B3;
}
</style>
border-color css
<style>
span { border-color: #DAE8B3; }
span { border-color: rgb(218,232,179); }
td.TdClassName
{
border-color: #DAE8B3;
}
.TagClassName
{
border-color: #DAE8B3;
}
</style>