Shades of Maverick #DBAAC6
Tints of Maverick #DBAAC6
RGB
CMYK
RGB Variations
Color information
#DBAAC6 (or 0xDBAAC6) is known color: Maverick. HEX triplet: DB, AA and C6. RGB value is (219,170,198). Sum of RGB (Red+Green+Blue) = 219+170+198=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC6 is #245539. Grayscale: #BBBBBB. Windows color (decimal): -2381114 or 13019867. OLE color: 13019867.
HSL color Cylindrical-coordinate representation of color #DBAAC6: hue angle of 325.71º 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 #DBAAC6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 198 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.14 |
| HSL | 325.71º | 0.4% | 0.76% | - |
| HSV(B) | 325.71º | 0.22% | 0.86% | - |
| XYZ | 53.78 | 47.89 | 59.83 | - |
| YUV | 187.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 198 | 0 | 0.22 | 0.10 | 0.14 | 325.71 | 0.4 | 0.76 |
| Hex | DB | AA | C6 | 0 | 16 | A | E | 146 | 28 | 4C |
| Octal | 333 | 252 | 306 | 0 | 26 | 12 | 16 | 506 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11000110 | 0 | 10110 | 1010 | 1110 | 101000110 | 101000 | 1001100 |
Color Harmonies of #DBAAC6
Complementary color
Monochromatic Colors of #DBAAC6
Black with #DBAAC6
Text Example
Text Example
White with #DBAAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAC6; }
p { color: rgb(219,170,198); }
H1.HeaderClassName
{
color: #DBAAC6;
}
.AnyTagClassName
{
color: #DBAAC6;
}
</style>
background-color css
<style>
a { background-color: #DBAAC6; }
a { background-color: rgb(219,170,198); }
div.DivClassName
{
background-color: #DBAAC6;
}
.BgClassName
{
background-color: #DBAAC6;
}
</style>
border-color css
<style>
span { border-color: #DBAAC6; }
span { border-color: rgb(219,170,198); }
td.TdClassName
{
border-color: #DBAAC6;
}
.TagClassName
{
border-color: #DBAAC6;
}
</style>