Shades of Tusk #DBE7A8
Tints of Tusk #DBE7A8
RGB
CMYK
RGB Variations
Color information
#DBE7A8 (or 0xDBE7A8) is known color: Tusk. HEX triplet: DB, E7 and A8. RGB value is (219,231,168). Sum of RGB (Red+Green+Blue) = 219+231+168=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7A8 is #241857. Grayscale: #DCDCDC. Windows color (decimal): -2365528 or 11069403. OLE color: 11069403.
HSL color Cylindrical-coordinate representation of color #DBE7A8: hue angle of 71.43º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE7A8 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 168 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.09 |
| HSL | 71.43º | 0.57% | 0.78% | - |
| HSV(B) | 71.43º | 0.27% | 0.91% | - |
| XYZ | 64.86 | 75.04 | 48.11 | - |
| YUV | 220.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 168 | 0.05 | 0 | 0.27 | 0.09 | 71.43 | 0.57 | 0.78 |
| Hex | DB | E7 | A8 | 5 | 0 | 1B | 9 | 47 | 39 | 4E |
| Octal | 333 | 347 | 250 | 5 | 0 | 33 | 11 | 107 | 71 | 116 |
| Binary | 11011011 | 11100111 | 10101000 | 101 | 0 | 11011 | 1001 | 1000111 | 111001 | 1001110 |
Color Harmonies of #DBE7A8
Complementary color
Monochromatic Colors of #DBE7A8
Black with #DBE7A8
Text Example
Text Example
White with #DBE7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7A8; }
p { color: rgb(219,231,168); }
H1.HeaderClassName
{
color: #DBE7A8;
}
.AnyTagClassName
{
color: #DBE7A8;
}
</style>
background-color css
<style>
a { background-color: #DBE7A8; }
a { background-color: rgb(219,231,168); }
div.DivClassName
{
background-color: #DBE7A8;
}
.BgClassName
{
background-color: #DBE7A8;
}
</style>
border-color css
<style>
span { border-color: #DBE7A8; }
span { border-color: rgb(219,231,168); }
td.TdClassName
{
border-color: #DBE7A8;
}
.TagClassName
{
border-color: #DBE7A8;
}
</style>