Shades of Tusk #DBE8B5
Tints of Tusk #DBE8B5
RGB
CMYK
RGB Variations
Color information
#DBE8B5 (or 0xDBE8B5) is known color: Tusk. HEX triplet: DB, E8 and B5. RGB value is (219,232,181). Sum of RGB (Red+Green+Blue) = 219+232+181=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8B5 is #24174A. Grayscale: #DEDEDE. Windows color (decimal): -2365259 or 11921627. OLE color: 11921627.
HSL color Cylindrical-coordinate representation of color #DBE8B5: hue angle of 75.29º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE8B5 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 181 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.09 |
| HSL | 75.29º | 0.53% | 0.81% | - |
| HSV(B) | 75.29º | 0.22% | 0.91% | - |
| XYZ | 66.41 | 76.11 | 54.91 | - |
| YUV | 222.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 181 | 0.06 | 0 | 0.22 | 0.09 | 75.29 | 0.53 | 0.81 |
| Hex | DB | E8 | B5 | 6 | 0 | 16 | 9 | 4B | 35 | 51 |
| Octal | 333 | 350 | 265 | 6 | 0 | 26 | 11 | 113 | 65 | 121 |
| Binary | 11011011 | 11101000 | 10110101 | 110 | 0 | 10110 | 1001 | 1001011 | 110101 | 1010001 |
Color Harmonies of #DBE8B5
Complementary color
Monochromatic Colors of #DBE8B5
Black with #DBE8B5
Text Example
Text Example
White with #DBE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8B5; }
p { color: rgb(219,232,181); }
H1.HeaderClassName
{
color: #DBE8B5;
}
.AnyTagClassName
{
color: #DBE8B5;
}
</style>
background-color css
<style>
a { background-color: #DBE8B5; }
a { background-color: rgb(219,232,181); }
div.DivClassName
{
background-color: #DBE8B5;
}
.BgClassName
{
background-color: #DBE8B5;
}
</style>
border-color css
<style>
span { border-color: #DBE8B5; }
span { border-color: rgb(219,232,181); }
td.TdClassName
{
border-color: #DBE8B5;
}
.TagClassName
{
border-color: #DBE8B5;
}
</style>