Shades of Maverick #DAACC6
Tints of Maverick #DAACC6
RGB
CMYK
RGB Variations
Color information
#DAACC6 (or 0xDAACC6) is known color: Maverick. HEX triplet: DA, AC and C6. RGB value is (218,172,198). Sum of RGB (Red+Green+Blue) = 218+172+198=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC6 is #255339. Grayscale: #BCBCBC. Windows color (decimal): -2446138 or 13020378. OLE color: 13020378.
HSL color Cylindrical-coordinate representation of color #DAACC6: hue angle of 326.09º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACC6 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 198 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.15 |
| HSL | 326.09º | 0.38% | 0.76% | - |
| HSV(B) | 326.09º | 0.21% | 0.85% | - |
| XYZ | 53.86 | 48.49 | 59.95 | - |
| YUV | 188.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 198 | 0 | 0.21 | 0.09 | 0.15 | 326.09 | 0.38 | 0.76 |
| Hex | DA | AC | C6 | 0 | 15 | 9 | F | 146 | 26 | 4C |
| Octal | 332 | 254 | 306 | 0 | 25 | 11 | 17 | 506 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11000110 | 0 | 10101 | 1001 | 1111 | 101000110 | 100110 | 1001100 |
Color Harmonies of #DAACC6
Complementary color
Monochromatic Colors of #DAACC6
Black with #DAACC6
Text Example
Text Example
White with #DAACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACC6; }
p { color: rgb(218,172,198); }
H1.HeaderClassName
{
color: #DAACC6;
}
.AnyTagClassName
{
color: #DAACC6;
}
</style>
background-color css
<style>
a { background-color: #DAACC6; }
a { background-color: rgb(218,172,198); }
div.DivClassName
{
background-color: #DAACC6;
}
.BgClassName
{
background-color: #DAACC6;
}
</style>
border-color css
<style>
span { border-color: #DAACC6; }
span { border-color: rgb(218,172,198); }
td.TdClassName
{
border-color: #DAACC6;
}
.TagClassName
{
border-color: #DAACC6;
}
</style>