Shades of Maverick #DBABC7
Tints of Maverick #DBABC7
RGB
CMYK
RGB Variations
Color information
#DBABC7 (or 0xDBABC7) is known color: Maverick. HEX triplet: DB, AB and C7. RGB value is (219,171,199). Sum of RGB (Red+Green+Blue) = 219+171+199=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC7 is #245438. Grayscale: #BCBCBC. Windows color (decimal): -2380857 or 13085659. OLE color: 13085659.
HSL color Cylindrical-coordinate representation of color #DBABC7: hue angle of 325º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABC7 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 199 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.14 |
| HSL | 325º | 0.4% | 0.76% | - |
| HSV(B) | 325º | 0.22% | 0.86% | - |
| XYZ | 54.09 | 48.31 | 60.51 | - |
| YUV | 188.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 199 | 0 | 0.22 | 0.09 | 0.14 | 325 | 0.4 | 0.76 |
| Hex | DB | AB | C7 | 0 | 16 | 9 | E | 145 | 28 | 4C |
| Octal | 333 | 253 | 307 | 0 | 26 | 11 | 16 | 505 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11000111 | 0 | 10110 | 1001 | 1110 | 101000101 | 101000 | 1001100 |
Color Harmonies of #DBABC7
Complementary color
Monochromatic Colors of #DBABC7
Black with #DBABC7
Text Example
Text Example
White with #DBABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABC7; }
p { color: rgb(219,171,199); }
H1.HeaderClassName
{
color: #DBABC7;
}
.AnyTagClassName
{
color: #DBABC7;
}
</style>
background-color css
<style>
a { background-color: #DBABC7; }
a { background-color: rgb(219,171,199); }
div.DivClassName
{
background-color: #DBABC7;
}
.BgClassName
{
background-color: #DBABC7;
}
</style>
border-color css
<style>
span { border-color: #DBABC7; }
span { border-color: rgb(219,171,199); }
td.TdClassName
{
border-color: #DBABC7;
}
.TagClassName
{
border-color: #DBABC7;
}
</style>