Shades of Maverick #DBAACB
Tints of Maverick #DBAACB
RGB
CMYK
RGB Variations
Color information
#DBAACB (or 0xDBAACB) is known color: Maverick. HEX triplet: DB, AA and CB. RGB value is (219,170,203). Sum of RGB (Red+Green+Blue) = 219+170+203=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACB is #245534. Grayscale: #BCBCBC. Windows color (decimal): -2381109 or 13347547. OLE color: 13347547.
HSL color Cylindrical-coordinate representation of color #DBAACB: hue angle of 319.59º 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 #DBAACB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 203 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.14 |
| HSL | 319.59º | 0.4% | 0.76% | - |
| HSV(B) | 319.59º | 0.22% | 0.86% | - |
| XYZ | 54.37 | 48.12 | 62.92 | - |
| YUV | 188.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 203 | 0 | 0.22 | 0.07 | 0.14 | 319.59 | 0.4 | 0.76 |
| Hex | DB | AA | CB | 0 | 16 | 7 | E | 140 | 28 | 4C |
| Octal | 333 | 252 | 313 | 0 | 26 | 7 | 16 | 500 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11001011 | 0 | 10110 | 111 | 1110 | 101000000 | 101000 | 1001100 |
Color Harmonies of #DBAACB
Complementary color
Monochromatic Colors of #DBAACB
Black with #DBAACB
Text Example
Text Example
White with #DBAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAACB; }
p { color: rgb(219,170,203); }
H1.HeaderClassName
{
color: #DBAACB;
}
.AnyTagClassName
{
color: #DBAACB;
}
</style>
background-color css
<style>
a { background-color: #DBAACB; }
a { background-color: rgb(219,170,203); }
div.DivClassName
{
background-color: #DBAACB;
}
.BgClassName
{
background-color: #DBAACB;
}
</style>
border-color css
<style>
span { border-color: #DBAACB; }
span { border-color: rgb(219,170,203); }
td.TdClassName
{
border-color: #DBAACB;
}
.TagClassName
{
border-color: #DBAACB;
}
</style>