Shades of Tusk #D8E2AA
Tints of Tusk #D8E2AA
RGB
CMYK
RGB Variations
Color information
#D8E2AA (or 0xD8E2AA) is known color: Tusk. HEX triplet: D8, E2 and AA. RGB value is (216,226,170). Sum of RGB (Red+Green+Blue) = 216+226+170=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E2AA is #271D55. Grayscale: #D8D8D8. Windows color (decimal): -2563414 or 11199192. OLE color: 11199192.
HSL color Cylindrical-coordinate representation of color #D8E2AA: hue angle of 70.71º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8E2AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 170 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 70.71º | 0.49% | 0.78% | - |
| HSV(B) | 70.71º | 0.25% | 0.89% | - |
| XYZ | 62.77 | 71.89 | 48.6 | - |
| YUV | 216.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 170 | 0.04 | 0 | 0.25 | 0.11 | 70.71 | 0.49 | 0.78 |
| Hex | D8 | E2 | AA | 4 | 0 | 19 | B | 47 | 31 | 4E |
| Octal | 330 | 342 | 252 | 4 | 0 | 31 | 13 | 107 | 61 | 116 |
| Binary | 11011000 | 11100010 | 10101010 | 100 | 0 | 11001 | 1011 | 1000111 | 110001 | 1001110 |
Color Harmonies of #D8E2AA
Complementary color
Monochromatic Colors of #D8E2AA
Black with #D8E2AA
Text Example
Text Example
White with #D8E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2AA; }
p { color: rgb(216,226,170); }
H1.HeaderClassName
{
color: #D8E2AA;
}
.AnyTagClassName
{
color: #D8E2AA;
}
</style>
background-color css
<style>
a { background-color: #D8E2AA; }
a { background-color: rgb(216,226,170); }
div.DivClassName
{
background-color: #D8E2AA;
}
.BgClassName
{
background-color: #D8E2AA;
}
</style>
border-color css
<style>
span { border-color: #D8E2AA; }
span { border-color: rgb(216,226,170); }
td.TdClassName
{
border-color: #D8E2AA;
}
.TagClassName
{
border-color: #D8E2AA;
}
</style>