Shades of Maverick #D2ABC6
Tints of Maverick #D2ABC6
RGB
CMYK
RGB Variations
Color information
#D2ABC6 (or 0xD2ABC6) is known color: Maverick. HEX triplet: D2, AB and C6. RGB value is (210,171,198). Sum of RGB (Red+Green+Blue) = 210+171+198=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABC6 is #2D5439. Grayscale: #B9B9B9. Windows color (decimal): -2970682 or 13020114. OLE color: 13020114.
HSL color Cylindrical-coordinate representation of color #D2ABC6: hue angle of 318.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABC6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 198 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.18 |
| HSL | 318.46º | 0.3% | 0.75% | - |
| HSV(B) | 318.46º | 0.19% | 0.82% | - |
| XYZ | 51.33 | 46.9 | 59.77 | - |
| YUV | 185.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 198 | 0 | 0.19 | 0.06 | 0.18 | 318.46 | 0.3 | 0.75 |
| Hex | D2 | AB | C6 | 0 | 13 | 6 | 12 | 13E | 1E | 4B |
| Octal | 322 | 253 | 306 | 0 | 23 | 6 | 22 | 476 | 36 | 113 |
| Binary | 11010010 | 10101011 | 11000110 | 0 | 10011 | 110 | 10010 | 100111110 | 11110 | 1001011 |
Color Harmonies of #D2ABC6
Complementary color
Monochromatic Colors of #D2ABC6
Black with #D2ABC6
Text Example
Text Example
White with #D2ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABC6; }
p { color: rgb(210,171,198); }
H1.HeaderClassName
{
color: #D2ABC6;
}
.AnyTagClassName
{
color: #D2ABC6;
}
</style>
background-color css
<style>
a { background-color: #D2ABC6; }
a { background-color: rgb(210,171,198); }
div.DivClassName
{
background-color: #D2ABC6;
}
.BgClassName
{
background-color: #D2ABC6;
}
</style>
border-color css
<style>
span { border-color: #D2ABC6; }
span { border-color: rgb(210,171,198); }
td.TdClassName
{
border-color: #D2ABC6;
}
.TagClassName
{
border-color: #D2ABC6;
}
</style>