Shades of Maverick #D2AAC6
Tints of Maverick #D2AAC6
RGB
CMYK
RGB Variations
Color information
#D2AAC6 (or 0xD2AAC6) is known color: Maverick. HEX triplet: D2, AA and C6. RGB value is (210,170,198). Sum of RGB (Red+Green+Blue) = 210+170+198=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAC6 is #2D5539. Grayscale: #B9B9B9. Windows color (decimal): -2970938 or 13019858. OLE color: 13019858.
HSL color Cylindrical-coordinate representation of color #D2AAC6: hue angle of 318º degrees, saturation: 0.31, 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 #D2AAC6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 198 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.18 |
| HSL | 318º | 0.31% | 0.75% | - |
| HSV(B) | 318º | 0.19% | 0.82% | - |
| XYZ | 51.15 | 46.53 | 59.71 | - |
| YUV | 185.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 198 | 0 | 0.19 | 0.06 | 0.18 | 318 | 0.31 | 0.75 |
| Hex | D2 | AA | C6 | 0 | 13 | 6 | 12 | 13E | 1F | 4B |
| Octal | 322 | 252 | 306 | 0 | 23 | 6 | 22 | 476 | 37 | 113 |
| Binary | 11010010 | 10101010 | 11000110 | 0 | 10011 | 110 | 10010 | 100111110 | 11111 | 1001011 |
Color Harmonies of #D2AAC6
Complementary color
Monochromatic Colors of #D2AAC6
Black with #D2AAC6
Text Example
Text Example
White with #D2AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAC6; }
p { color: rgb(210,170,198); }
H1.HeaderClassName
{
color: #D2AAC6;
}
.AnyTagClassName
{
color: #D2AAC6;
}
</style>
background-color css
<style>
a { background-color: #D2AAC6; }
a { background-color: rgb(210,170,198); }
div.DivClassName
{
background-color: #D2AAC6;
}
.BgClassName
{
background-color: #D2AAC6;
}
</style>
border-color css
<style>
span { border-color: #D2AAC6; }
span { border-color: rgb(210,170,198); }
td.TdClassName
{
border-color: #D2AAC6;
}
.TagClassName
{
border-color: #D2AAC6;
}
</style>