Shades of Tusk #DBE4B5
Tints of Tusk #DBE4B5
RGB
CMYK
RGB Variations
Color information
#DBE4B5 (or 0xDBE4B5) is known color: Tusk. HEX triplet: DB, E4 and B5. RGB value is (219,228,181). Sum of RGB (Red+Green+Blue) = 219+228+181=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4B5 is #241B4A. Grayscale: #DCDCDC. Windows color (decimal): -2366283 or 11920603. OLE color: 11920603.
HSL color Cylindrical-coordinate representation of color #DBE4B5: hue angle of 71.49º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBE4B5 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 181 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.11 |
| HSL | 71.49º | 0.47% | 0.8% | - |
| HSV(B) | 71.49º | 0.21% | 0.89% | - |
| XYZ | 65.3 | 73.88 | 54.54 | - |
| YUV | 219.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 181 | 0.04 | 0 | 0.21 | 0.11 | 71.49 | 0.47 | 0.8 |
| Hex | DB | E4 | B5 | 4 | 0 | 15 | B | 47 | 2F | 50 |
| Octal | 333 | 344 | 265 | 4 | 0 | 25 | 13 | 107 | 57 | 120 |
| Binary | 11011011 | 11100100 | 10110101 | 100 | 0 | 10101 | 1011 | 1000111 | 101111 | 1010000 |
Color Harmonies of #DBE4B5
Complementary color
Monochromatic Colors of #DBE4B5
Black with #DBE4B5
Text Example
Text Example
White with #DBE4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4B5; }
p { color: rgb(219,228,181); }
H1.HeaderClassName
{
color: #DBE4B5;
}
.AnyTagClassName
{
color: #DBE4B5;
}
</style>
background-color css
<style>
a { background-color: #DBE4B5; }
a { background-color: rgb(219,228,181); }
div.DivClassName
{
background-color: #DBE4B5;
}
.BgClassName
{
background-color: #DBE4B5;
}
</style>
border-color css
<style>
span { border-color: #DBE4B5; }
span { border-color: rgb(219,228,181); }
td.TdClassName
{
border-color: #DBE4B5;
}
.TagClassName
{
border-color: #DBE4B5;
}
</style>