Shades of Maverick #DBAAC5
Tints of Maverick #DBAAC5
RGB
CMYK
RGB Variations
Color information
#DBAAC5 (or 0xDBAAC5) is known color: Maverick. HEX triplet: DB, AA and C5. RGB value is (219,170,197). Sum of RGB (Red+Green+Blue) = 219+170+197=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC5 is #24553A. Grayscale: #BBBBBB. Windows color (decimal): -2381115 or 12954331. OLE color: 12954331.
HSL color Cylindrical-coordinate representation of color #DBAAC5: hue angle of 326.94º 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 #DBAAC5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 197 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.14 |
| HSL | 326.94º | 0.4% | 0.76% | - |
| HSV(B) | 326.94º | 0.22% | 0.86% | - |
| XYZ | 53.67 | 47.84 | 59.23 | - |
| YUV | 187.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 197 | 0 | 0.22 | 0.10 | 0.14 | 326.94 | 0.4 | 0.76 |
| Hex | DB | AA | C5 | 0 | 16 | A | E | 147 | 28 | 4C |
| Octal | 333 | 252 | 305 | 0 | 26 | 12 | 16 | 507 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11000101 | 0 | 10110 | 1010 | 1110 | 101000111 | 101000 | 1001100 |
Color Harmonies of #DBAAC5
Complementary color
Monochromatic Colors of #DBAAC5
Black with #DBAAC5
Text Example
Text Example
White with #DBAAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAC5; }
p { color: rgb(219,170,197); }
H1.HeaderClassName
{
color: #DBAAC5;
}
.AnyTagClassName
{
color: #DBAAC5;
}
</style>
background-color css
<style>
a { background-color: #DBAAC5; }
a { background-color: rgb(219,170,197); }
div.DivClassName
{
background-color: #DBAAC5;
}
.BgClassName
{
background-color: #DBAAC5;
}
</style>
border-color css
<style>
span { border-color: #DBAAC5; }
span { border-color: rgb(219,170,197); }
td.TdClassName
{
border-color: #DBAAC5;
}
.TagClassName
{
border-color: #DBAAC5;
}
</style>