Shades of Maverick #DBAAC9
Tints of Maverick #DBAAC9
RGB
CMYK
RGB Variations
Color information
#DBAAC9 (or 0xDBAAC9) is known color: Maverick. HEX triplet: DB, AA and C9. RGB value is (219,170,201). Sum of RGB (Red+Green+Blue) = 219+170+201=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC9 is #245536. Grayscale: #BCBCBC. Windows color (decimal): -2381111 or 13216475. OLE color: 13216475.
HSL color Cylindrical-coordinate representation of color #DBAAC9: hue angle of 322.04º 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 #DBAAC9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 201 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.14 |
| HSL | 322.04º | 0.4% | 0.76% | - |
| HSV(B) | 322.04º | 0.22% | 0.86% | - |
| XYZ | 54.13 | 48.03 | 61.68 | - |
| YUV | 188.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 201 | 0 | 0.22 | 0.08 | 0.14 | 322.04 | 0.4 | 0.76 |
| Hex | DB | AA | C9 | 0 | 16 | 8 | E | 142 | 28 | 4C |
| Octal | 333 | 252 | 311 | 0 | 26 | 10 | 16 | 502 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11001001 | 0 | 10110 | 1000 | 1110 | 101000010 | 101000 | 1001100 |
Color Harmonies of #DBAAC9
Complementary color
Monochromatic Colors of #DBAAC9
Black with #DBAAC9
Text Example
Text Example
White with #DBAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAC9; }
p { color: rgb(219,170,201); }
H1.HeaderClassName
{
color: #DBAAC9;
}
.AnyTagClassName
{
color: #DBAAC9;
}
</style>
background-color css
<style>
a { background-color: #DBAAC9; }
a { background-color: rgb(219,170,201); }
div.DivClassName
{
background-color: #DBAAC9;
}
.BgClassName
{
background-color: #DBAAC9;
}
</style>
border-color css
<style>
span { border-color: #DBAAC9; }
span { border-color: rgb(219,170,201); }
td.TdClassName
{
border-color: #DBAAC9;
}
.TagClassName
{
border-color: #DBAAC9;
}
</style>