Shades of Maverick #DBAAC8
Tints of Maverick #DBAAC8
RGB
CMYK
RGB Variations
Color information
#DBAAC8 (or 0xDBAAC8) is known color: Maverick. HEX triplet: DB, AA and C8. RGB value is (219,170,200). Sum of RGB (Red+Green+Blue) = 219+170+200=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC8 is #245537. Grayscale: #BCBCBC. Windows color (decimal): -2381112 or 13150939. OLE color: 13150939.
HSL color Cylindrical-coordinate representation of color #DBAAC8: hue angle of 323.27º 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 #DBAAC8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 200 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.14 |
| HSL | 323.27º | 0.4% | 0.76% | - |
| HSV(B) | 323.27º | 0.22% | 0.86% | - |
| XYZ | 54.01 | 47.98 | 61.06 | - |
| YUV | 188.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 200 | 0 | 0.22 | 0.09 | 0.14 | 323.27 | 0.4 | 0.76 |
| Hex | DB | AA | C8 | 0 | 16 | 9 | E | 143 | 28 | 4C |
| Octal | 333 | 252 | 310 | 0 | 26 | 11 | 16 | 503 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11001000 | 0 | 10110 | 1001 | 1110 | 101000011 | 101000 | 1001100 |
Color Harmonies of #DBAAC8
Complementary color
Monochromatic Colors of #DBAAC8
Black with #DBAAC8
Text Example
Text Example
White with #DBAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAC8; }
p { color: rgb(219,170,200); }
H1.HeaderClassName
{
color: #DBAAC8;
}
.AnyTagClassName
{
color: #DBAAC8;
}
</style>
background-color css
<style>
a { background-color: #DBAAC8; }
a { background-color: rgb(219,170,200); }
div.DivClassName
{
background-color: #DBAAC8;
}
.BgClassName
{
background-color: #DBAAC8;
}
</style>
border-color css
<style>
span { border-color: #DBAAC8; }
span { border-color: rgb(219,170,200); }
td.TdClassName
{
border-color: #DBAAC8;
}
.TagClassName
{
border-color: #DBAAC8;
}
</style>