Shades of Maverick #DBAACC
Tints of Maverick #DBAACC
RGB
CMYK
RGB Variations
Color information
#DBAACC (or 0xDBAACC) is known color: Maverick. HEX triplet: DB, AA and CC. RGB value is (219,170,204). Sum of RGB (Red+Green+Blue) = 219+170+204=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACC is #245533. Grayscale: #BCBCBC. Windows color (decimal): -2381108 or 13413083. OLE color: 13413083.
HSL color Cylindrical-coordinate representation of color #DBAACC: hue angle of 318.37º 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 #DBAACC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 204 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.14 |
| HSL | 318.37º | 0.4% | 0.76% | - |
| HSV(B) | 318.37º | 0.22% | 0.86% | - |
| XYZ | 54.49 | 48.17 | 63.55 | - |
| YUV | 188.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 204 | 0 | 0.22 | 0.07 | 0.14 | 318.37 | 0.4 | 0.76 |
| Hex | DB | AA | CC | 0 | 16 | 7 | E | 13E | 28 | 4C |
| Octal | 333 | 252 | 314 | 0 | 26 | 7 | 16 | 476 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11001100 | 0 | 10110 | 111 | 1110 | 100111110 | 101000 | 1001100 |
Color Harmonies of #DBAACC
Complementary color
Monochromatic Colors of #DBAACC
Black with #DBAACC
Text Example
Text Example
White with #DBAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAACC; }
p { color: rgb(219,170,204); }
H1.HeaderClassName
{
color: #DBAACC;
}
.AnyTagClassName
{
color: #DBAACC;
}
</style>
background-color css
<style>
a { background-color: #DBAACC; }
a { background-color: rgb(219,170,204); }
div.DivClassName
{
background-color: #DBAACC;
}
.BgClassName
{
background-color: #DBAACC;
}
</style>
border-color css
<style>
span { border-color: #DBAACC; }
span { border-color: rgb(219,170,204); }
td.TdClassName
{
border-color: #DBAACC;
}
.TagClassName
{
border-color: #DBAACC;
}
</style>