Shades of Maverick #DBABCA
Tints of Maverick #DBABCA
RGB
CMYK
RGB Variations
Color information
#DBABCA (or 0xDBABCA) is known color: Maverick. HEX triplet: DB, AB and CA. RGB value is (219,171,202). Sum of RGB (Red+Green+Blue) = 219+171+202=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABCA is #245435. Grayscale: #BCBCBC. Windows color (decimal): -2380854 or 13282267. OLE color: 13282267.
HSL color Cylindrical-coordinate representation of color #DBABCA: hue angle of 321.25º 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 #DBABCA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 202 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.14 |
| HSL | 321.25º | 0.4% | 0.76% | - |
| HSV(B) | 321.25º | 0.22% | 0.86% | - |
| XYZ | 54.44 | 48.45 | 62.36 | - |
| YUV | 188.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 202 | 0 | 0.22 | 0.08 | 0.14 | 321.25 | 0.4 | 0.76 |
| Hex | DB | AB | CA | 0 | 16 | 8 | E | 141 | 28 | 4C |
| Octal | 333 | 253 | 312 | 0 | 26 | 10 | 16 | 501 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11001010 | 0 | 10110 | 1000 | 1110 | 101000001 | 101000 | 1001100 |
Color Harmonies of #DBABCA
Complementary color
Monochromatic Colors of #DBABCA
Black with #DBABCA
Text Example
Text Example
White with #DBABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABCA; }
p { color: rgb(219,171,202); }
H1.HeaderClassName
{
color: #DBABCA;
}
.AnyTagClassName
{
color: #DBABCA;
}
</style>
background-color css
<style>
a { background-color: #DBABCA; }
a { background-color: rgb(219,171,202); }
div.DivClassName
{
background-color: #DBABCA;
}
.BgClassName
{
background-color: #DBABCA;
}
</style>
border-color css
<style>
span { border-color: #DBABCA; }
span { border-color: rgb(219,171,202); }
td.TdClassName
{
border-color: #DBABCA;
}
.TagClassName
{
border-color: #DBABCA;
}
</style>