Shades of Tusk #DBE1B8
Tints of Tusk #DBE1B8
RGB
CMYK
RGB Variations
Color information
#DBE1B8 (or 0xDBE1B8) is known color: Tusk. HEX triplet: DB, E1 and B8. RGB value is (219,225,184). Sum of RGB (Red+Green+Blue) = 219+225+184=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1B8 is #241E47. Grayscale: #DADADA. Windows color (decimal): -2367048 or 12116443. OLE color: 12116443.
HSL color Cylindrical-coordinate representation of color #DBE1B8: hue angle of 68.78º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBE1B8 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 184 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.12 |
| HSL | 68.78º | 0.41% | 0.8% | - |
| HSV(B) | 68.78º | 0.18% | 0.88% | - |
| XYZ | 64.79 | 72.37 | 55.9 | - |
| YUV | 218.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 184 | 0.03 | 0 | 0.18 | 0.12 | 68.78 | 0.41 | 0.8 |
| Hex | DB | E1 | B8 | 3 | 0 | 12 | C | 45 | 29 | 50 |
| Octal | 333 | 341 | 270 | 3 | 0 | 22 | 14 | 105 | 51 | 120 |
| Binary | 11011011 | 11100001 | 10111000 | 11 | 0 | 10010 | 1100 | 1000101 | 101001 | 1010000 |
Color Harmonies of #DBE1B8
Complementary color
Monochromatic Colors of #DBE1B8
Black with #DBE1B8
Text Example
Text Example
White with #DBE1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1B8; }
p { color: rgb(219,225,184); }
H1.HeaderClassName
{
color: #DBE1B8;
}
.AnyTagClassName
{
color: #DBE1B8;
}
</style>
background-color css
<style>
a { background-color: #DBE1B8; }
a { background-color: rgb(219,225,184); }
div.DivClassName
{
background-color: #DBE1B8;
}
.BgClassName
{
background-color: #DBE1B8;
}
</style>
border-color css
<style>
span { border-color: #DBE1B8; }
span { border-color: rgb(219,225,184); }
td.TdClassName
{
border-color: #DBE1B8;
}
.TagClassName
{
border-color: #DBE1B8;
}
</style>