Shades of Maverick #D1AABC
Tints of Maverick #D1AABC
RGB
CMYK
RGB Variations
Color information
#D1AABC (or 0xD1AABC) is known color: Maverick. HEX triplet: D1, AA and BC. RGB value is (209,170,188). Sum of RGB (Red+Green+Blue) = 209+170+188=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AABC is #2E5543. Grayscale: #B7B7B7. Windows color (decimal): -3036484 or 12364497. OLE color: 12364497.
HSL color Cylindrical-coordinate representation of color #D1AABC: hue angle of 332.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AABC is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 188 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.18 |
| HSL | 332.31º | 0.3% | 0.74% | - |
| HSV(B) | 332.31º | 0.19% | 0.82% | - |
| XYZ | 49.75 | 45.94 | 53.82 | - |
| YUV | 183.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 188 | 0 | 0.19 | 0.10 | 0.18 | 332.31 | 0.3 | 0.74 |
| Hex | D1 | AA | BC | 0 | 13 | A | 12 | 14C | 1E | 4A |
| Octal | 321 | 252 | 274 | 0 | 23 | 12 | 22 | 514 | 36 | 112 |
| Binary | 11010001 | 10101010 | 10111100 | 0 | 10011 | 1010 | 10010 | 101001100 | 11110 | 1001010 |
Color Harmonies of #D1AABC
Complementary color
Monochromatic Colors of #D1AABC
Black with #D1AABC
Text Example
Text Example
White with #D1AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AABC; }
p { color: rgb(209,170,188); }
H1.HeaderClassName
{
color: #D1AABC;
}
.AnyTagClassName
{
color: #D1AABC;
}
</style>
background-color css
<style>
a { background-color: #D1AABC; }
a { background-color: rgb(209,170,188); }
div.DivClassName
{
background-color: #D1AABC;
}
.BgClassName
{
background-color: #D1AABC;
}
</style>
border-color css
<style>
span { border-color: #D1AABC; }
span { border-color: rgb(209,170,188); }
td.TdClassName
{
border-color: #D1AABC;
}
.TagClassName
{
border-color: #D1AABC;
}
</style>