Shades of Tusk #DBE8B4
Tints of Tusk #DBE8B4
RGB
CMYK
RGB Variations
Color information
#DBE8B4 (or 0xDBE8B4) is known color: Tusk. HEX triplet: DB, E8 and B4. RGB value is (219,232,180). Sum of RGB (Red+Green+Blue) = 219+232+180=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8B4 is #24174B. Grayscale: #DEDEDE. Windows color (decimal): -2365260 or 11856091. OLE color: 11856091.
HSL color Cylindrical-coordinate representation of color #DBE8B4: hue angle of 75º 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 #DBE8B4 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 180 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.09 |
| HSL | 75º | 0.53% | 0.81% | - |
| HSV(B) | 75º | 0.22% | 0.91% | - |
| XYZ | 66.31 | 76.07 | 54.37 | - |
| YUV | 222.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 180 | 0.06 | 0 | 0.22 | 0.09 | 75 | 0.53 | 0.81 |
| Hex | DB | E8 | B4 | 6 | 0 | 16 | 9 | 4B | 35 | 51 |
| Octal | 333 | 350 | 264 | 6 | 0 | 26 | 11 | 113 | 65 | 121 |
| Binary | 11011011 | 11101000 | 10110100 | 110 | 0 | 10110 | 1001 | 1001011 | 110101 | 1010001 |
Color Harmonies of #DBE8B4
Complementary color
Monochromatic Colors of #DBE8B4
Black with #DBE8B4
Text Example
Text Example
White with #DBE8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8B4; }
p { color: rgb(219,232,180); }
H1.HeaderClassName
{
color: #DBE8B4;
}
.AnyTagClassName
{
color: #DBE8B4;
}
</style>
background-color css
<style>
a { background-color: #DBE8B4; }
a { background-color: rgb(219,232,180); }
div.DivClassName
{
background-color: #DBE8B4;
}
.BgClassName
{
background-color: #DBE8B4;
}
</style>
border-color css
<style>
span { border-color: #DBE8B4; }
span { border-color: rgb(219,232,180); }
td.TdClassName
{
border-color: #DBE8B4;
}
.TagClassName
{
border-color: #DBE8B4;
}
</style>