Shades of Maverick #DBABC8
Tints of Maverick #DBABC8
RGB
CMYK
RGB Variations
Color information
#DBABC8 (or 0xDBABC8) is known color: Maverick. HEX triplet: DB, AB and C8. RGB value is (219,171,200). Sum of RGB (Red+Green+Blue) = 219+171+200=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC8 is #245437. Grayscale: #BCBCBC. Windows color (decimal): -2380856 or 13151195. OLE color: 13151195.
HSL color Cylindrical-coordinate representation of color #DBABC8: hue angle of 323.75º 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 #DBABC8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 200 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.14 |
| HSL | 323.75º | 0.4% | 0.76% | - |
| HSV(B) | 323.75º | 0.22% | 0.86% | - |
| XYZ | 54.2 | 48.36 | 61.12 | - |
| YUV | 188.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 200 | 0 | 0.22 | 0.09 | 0.14 | 323.75 | 0.4 | 0.76 |
| Hex | DB | AB | C8 | 0 | 16 | 9 | E | 144 | 28 | 4C |
| Octal | 333 | 253 | 310 | 0 | 26 | 11 | 16 | 504 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11001000 | 0 | 10110 | 1001 | 1110 | 101000100 | 101000 | 1001100 |
Color Harmonies of #DBABC8
Complementary color
Monochromatic Colors of #DBABC8
Black with #DBABC8
Text Example
Text Example
White with #DBABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABC8; }
p { color: rgb(219,171,200); }
H1.HeaderClassName
{
color: #DBABC8;
}
.AnyTagClassName
{
color: #DBABC8;
}
</style>
background-color css
<style>
a { background-color: #DBABC8; }
a { background-color: rgb(219,171,200); }
div.DivClassName
{
background-color: #DBABC8;
}
.BgClassName
{
background-color: #DBABC8;
}
</style>
border-color css
<style>
span { border-color: #DBABC8; }
span { border-color: rgb(219,171,200); }
td.TdClassName
{
border-color: #DBABC8;
}
.TagClassName
{
border-color: #DBABC8;
}
</style>