Shades of Maverick #DBACCC
Tints of Maverick #DBACCC
RGB
CMYK
RGB Variations
Color information
#DBACCC (or 0xDBACCC) is known color: Maverick. HEX triplet: DB, AC and CC. RGB value is (219,172,204). Sum of RGB (Red+Green+Blue) = 219+172+204=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCC is #245333. Grayscale: #BDBDBD. Windows color (decimal): -2380596 or 13413595. OLE color: 13413595.
HSL color Cylindrical-coordinate representation of color #DBACCC: hue angle of 319.15º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACCC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 204 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.14 |
| HSL | 319.15º | 0.39% | 0.77% | - |
| HSV(B) | 319.15º | 0.21% | 0.86% | - |
| XYZ | 54.87 | 48.92 | 63.68 | - |
| YUV | 189.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 204 | 0 | 0.21 | 0.07 | 0.14 | 319.15 | 0.39 | 0.77 |
| Hex | DB | AC | CC | 0 | 15 | 7 | E | 13F | 27 | 4D |
| Octal | 333 | 254 | 314 | 0 | 25 | 7 | 16 | 477 | 47 | 115 |
| Binary | 11011011 | 10101100 | 11001100 | 0 | 10101 | 111 | 1110 | 100111111 | 100111 | 1001101 |
Color Harmonies of #DBACCC
Complementary color
Monochromatic Colors of #DBACCC
Black with #DBACCC
Text Example
Text Example
White with #DBACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACCC; }
p { color: rgb(219,172,204); }
H1.HeaderClassName
{
color: #DBACCC;
}
.AnyTagClassName
{
color: #DBACCC;
}
</style>
background-color css
<style>
a { background-color: #DBACCC; }
a { background-color: rgb(219,172,204); }
div.DivClassName
{
background-color: #DBACCC;
}
.BgClassName
{
background-color: #DBACCC;
}
</style>
border-color css
<style>
span { border-color: #DBACCC; }
span { border-color: rgb(219,172,204); }
td.TdClassName
{
border-color: #DBACCC;
}
.TagClassName
{
border-color: #DBACCC;
}
</style>