Shades of Tusk #DBE8AB
Tints of Tusk #DBE8AB
RGB
CMYK
RGB Variations
Color information
#DBE8AB (or 0xDBE8AB) is known color: Tusk. HEX triplet: DB, E8 and AB. RGB value is (219,232,171). Sum of RGB (Red+Green+Blue) = 219+232+171=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8AB is #241754. Grayscale: #DDDDDD. Windows color (decimal): -2365269 or 11266267. OLE color: 11266267.
HSL color Cylindrical-coordinate representation of color #DBE8AB: hue angle of 72.79º 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 #DBE8AB is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 171 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 72.79º | 0.57% | 0.79% | - |
| HSV(B) | 72.79º | 0.26% | 0.91% | - |
| XYZ | 65.42 | 75.71 | 49.69 | - |
| YUV | 221.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 171 | 0.06 | 0 | 0.26 | 0.09 | 72.79 | 0.57 | 0.79 |
| Hex | DB | E8 | AB | 6 | 0 | 1A | 9 | 49 | 39 | 4F |
| Octal | 333 | 350 | 253 | 6 | 0 | 32 | 11 | 111 | 71 | 117 |
| Binary | 11011011 | 11101000 | 10101011 | 110 | 0 | 11010 | 1001 | 1001001 | 111001 | 1001111 |
Color Harmonies of #DBE8AB
Complementary color
Monochromatic Colors of #DBE8AB
Black with #DBE8AB
Text Example
Text Example
White with #DBE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8AB; }
p { color: rgb(219,232,171); }
H1.HeaderClassName
{
color: #DBE8AB;
}
.AnyTagClassName
{
color: #DBE8AB;
}
</style>
background-color css
<style>
a { background-color: #DBE8AB; }
a { background-color: rgb(219,232,171); }
div.DivClassName
{
background-color: #DBE8AB;
}
.BgClassName
{
background-color: #DBE8AB;
}
</style>
border-color css
<style>
span { border-color: #DBE8AB; }
span { border-color: rgb(219,232,171); }
td.TdClassName
{
border-color: #DBE8AB;
}
.TagClassName
{
border-color: #DBE8AB;
}
</style>