Shades of Tusk #DBEAB5
Tints of Tusk #DBEAB5
RGB
CMYK
RGB Variations
Color information
#DBEAB5 (or 0xDBEAB5) is known color: Tusk. HEX triplet: DB, EA and B5. RGB value is (219,234,181). Sum of RGB (Red+Green+Blue) = 219+234+181=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB5 is #24154A. Grayscale: #DFDFDF. Windows color (decimal): -2364747 or 11922139. OLE color: 11922139.
HSL color Cylindrical-coordinate representation of color #DBEAB5: hue angle of 76.98º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEAB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 181 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 76.98º | 0.56% | 0.81% | - |
| HSV(B) | 76.98º | 0.23% | 0.92% | - |
| XYZ | 66.98 | 77.24 | 55.1 | - |
| YUV | 223.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 181 | 0.06 | 0 | 0.23 | 0.08 | 76.98 | 0.56 | 0.81 |
| Hex | DB | EA | B5 | 6 | 0 | 17 | 8 | 4D | 38 | 51 |
| Octal | 333 | 352 | 265 | 6 | 0 | 27 | 10 | 115 | 70 | 121 |
| Binary | 11011011 | 11101010 | 10110101 | 110 | 0 | 10111 | 1000 | 1001101 | 111000 | 1010001 |
Color Harmonies of #DBEAB5
Complementary color
Monochromatic Colors of #DBEAB5
Black with #DBEAB5
Text Example
Text Example
White with #DBEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAB5; }
p { color: rgb(219,234,181); }
H1.HeaderClassName
{
color: #DBEAB5;
}
.AnyTagClassName
{
color: #DBEAB5;
}
</style>
background-color css
<style>
a { background-color: #DBEAB5; }
a { background-color: rgb(219,234,181); }
div.DivClassName
{
background-color: #DBEAB5;
}
.BgClassName
{
background-color: #DBEAB5;
}
</style>
border-color css
<style>
span { border-color: #DBEAB5; }
span { border-color: rgb(219,234,181); }
td.TdClassName
{
border-color: #DBEAB5;
}
.TagClassName
{
border-color: #DBEAB5;
}
</style>