Shades of Maverick #D2ACC6
Tints of Maverick #D2ACC6
RGB
CMYK
RGB Variations
Color information
#D2ACC6 (or 0xD2ACC6) is known color: Maverick. HEX triplet: D2, AC and C6. RGB value is (210,172,198). Sum of RGB (Red+Green+Blue) = 210+172+198=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACC6 is #2D5339. Grayscale: #BABABA. Windows color (decimal): -2970426 or 13020370. OLE color: 13020370.
HSL color Cylindrical-coordinate representation of color #D2ACC6: hue angle of 318.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACC6 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 198 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.18 |
| HSL | 318.95º | 0.3% | 0.75% | - |
| HSV(B) | 318.95º | 0.18% | 0.82% | - |
| XYZ | 51.52 | 47.28 | 59.84 | - |
| YUV | 186.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 198 | 0 | 0.18 | 0.06 | 0.18 | 318.95 | 0.3 | 0.75 |
| Hex | D2 | AC | C6 | 0 | 12 | 6 | 12 | 13F | 1E | 4B |
| Octal | 322 | 254 | 306 | 0 | 22 | 6 | 22 | 477 | 36 | 113 |
| Binary | 11010010 | 10101100 | 11000110 | 0 | 10010 | 110 | 10010 | 100111111 | 11110 | 1001011 |
Color Harmonies of #D2ACC6
Complementary color
Monochromatic Colors of #D2ACC6
Black with #D2ACC6
Text Example
Text Example
White with #D2ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACC6; }
p { color: rgb(210,172,198); }
H1.HeaderClassName
{
color: #D2ACC6;
}
.AnyTagClassName
{
color: #D2ACC6;
}
</style>
background-color css
<style>
a { background-color: #D2ACC6; }
a { background-color: rgb(210,172,198); }
div.DivClassName
{
background-color: #D2ACC6;
}
.BgClassName
{
background-color: #D2ACC6;
}
</style>
border-color css
<style>
span { border-color: #D2ACC6; }
span { border-color: rgb(210,172,198); }
td.TdClassName
{
border-color: #D2ACC6;
}
.TagClassName
{
border-color: #D2ACC6;
}
</style>