Shades of Maverick #D6ACC8
Tints of Maverick #D6ACC8
RGB
CMYK
RGB Variations
Color information
#D6ACC8 (or 0xD6ACC8) is known color: Maverick. HEX triplet: D6, AC and C8. RGB value is (214,172,200). Sum of RGB (Red+Green+Blue) = 214+172+200=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACC8 is #295337. Grayscale: #BBBBBB. Windows color (decimal): -2708280 or 13151446. OLE color: 13151446.
HSL color Cylindrical-coordinate representation of color #D6ACC8: hue angle of 320º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACC8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 200 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.16 |
| HSL | 320º | 0.34% | 0.76% | - |
| HSV(B) | 320º | 0.2% | 0.84% | - |
| XYZ | 52.91 | 47.97 | 61.11 | - |
| YUV | 187.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 200 | 0 | 0.20 | 0.07 | 0.16 | 320 | 0.34 | 0.76 |
| Hex | D6 | AC | C8 | 0 | 14 | 7 | 10 | 140 | 22 | 4C |
| Octal | 326 | 254 | 310 | 0 | 24 | 7 | 20 | 500 | 42 | 114 |
| Binary | 11010110 | 10101100 | 11001000 | 0 | 10100 | 111 | 10000 | 101000000 | 100010 | 1001100 |
Color Harmonies of #D6ACC8
Complementary color
Monochromatic Colors of #D6ACC8
Black with #D6ACC8
Text Example
Text Example
White with #D6ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACC8; }
p { color: rgb(214,172,200); }
H1.HeaderClassName
{
color: #D6ACC8;
}
.AnyTagClassName
{
color: #D6ACC8;
}
</style>
background-color css
<style>
a { background-color: #D6ACC8; }
a { background-color: rgb(214,172,200); }
div.DivClassName
{
background-color: #D6ACC8;
}
.BgClassName
{
background-color: #D6ACC8;
}
</style>
border-color css
<style>
span { border-color: #D6ACC8; }
span { border-color: rgb(214,172,200); }
td.TdClassName
{
border-color: #D6ACC8;
}
.TagClassName
{
border-color: #D6ACC8;
}
</style>