Shades of Tusk #DBE8B3
Tints of Tusk #DBE8B3
RGB
CMYK
RGB Variations
Color information
#DBE8B3 (or 0xDBE8B3) is known color: Tusk. HEX triplet: DB, E8 and B3. RGB value is (219,232,179). Sum of RGB (Red+Green+Blue) = 219+232+179=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8B3 is #24174C. Grayscale: #DEDEDE. Windows color (decimal): -2365261 or 11790555. OLE color: 11790555.
HSL color Cylindrical-coordinate representation of color #DBE8B3: hue angle of 74.72º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBE8B3 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 179 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.09 |
| HSL | 74.72º | 0.54% | 0.81% | - |
| HSV(B) | 74.72º | 0.23% | 0.91% | - |
| XYZ | 66.21 | 76.03 | 53.83 | - |
| YUV | 222.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 179 | 0.06 | 0 | 0.23 | 0.09 | 74.72 | 0.54 | 0.81 |
| Hex | DB | E8 | B3 | 6 | 0 | 17 | 9 | 4B | 36 | 51 |
| Octal | 333 | 350 | 263 | 6 | 0 | 27 | 11 | 113 | 66 | 121 |
| Binary | 11011011 | 11101000 | 10110011 | 110 | 0 | 10111 | 1001 | 1001011 | 110110 | 1010001 |
Color Harmonies of #DBE8B3
Complementary color
Monochromatic Colors of #DBE8B3
Black with #DBE8B3
Text Example
Text Example
White with #DBE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8B3; }
p { color: rgb(219,232,179); }
H1.HeaderClassName
{
color: #DBE8B3;
}
.AnyTagClassName
{
color: #DBE8B3;
}
</style>
background-color css
<style>
a { background-color: #DBE8B3; }
a { background-color: rgb(219,232,179); }
div.DivClassName
{
background-color: #DBE8B3;
}
.BgClassName
{
background-color: #DBE8B3;
}
</style>
border-color css
<style>
span { border-color: #DBE8B3; }
span { border-color: rgb(219,232,179); }
td.TdClassName
{
border-color: #DBE8B3;
}
.TagClassName
{
border-color: #DBE8B3;
}
</style>