Shades of Maverick #D5AABF
Tints of Maverick #D5AABF
RGB
CMYK
RGB Variations
Color information
#D5AABF (or 0xD5AABF) is known color: Maverick. HEX triplet: D5, AA and BF. RGB value is (213,170,191). Sum of RGB (Red+Green+Blue) = 213+170+191=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AABF is #2A5540. Grayscale: #B9B9B9. Windows color (decimal): -2774337 or 12561109. OLE color: 12561109.
HSL color Cylindrical-coordinate representation of color #D5AABF: hue angle of 330.7º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AABF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 191 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.16 |
| HSL | 330.7º | 0.34% | 0.75% | - |
| HSV(B) | 330.7º | 0.2% | 0.84% | - |
| XYZ | 51.22 | 46.66 | 55.6 | - |
| YUV | 185.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 191 | 0 | 0.20 | 0.10 | 0.16 | 330.7 | 0.34 | 0.75 |
| Hex | D5 | AA | BF | 0 | 14 | A | 10 | 14B | 22 | 4B |
| Octal | 325 | 252 | 277 | 0 | 24 | 12 | 20 | 513 | 42 | 113 |
| Binary | 11010101 | 10101010 | 10111111 | 0 | 10100 | 1010 | 10000 | 101001011 | 100010 | 1001011 |
Color Harmonies of #D5AABF
Complementary color
Monochromatic Colors of #D5AABF
Black with #D5AABF
Text Example
Text Example
White with #D5AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AABF; }
p { color: rgb(213,170,191); }
H1.HeaderClassName
{
color: #D5AABF;
}
.AnyTagClassName
{
color: #D5AABF;
}
</style>
background-color css
<style>
a { background-color: #D5AABF; }
a { background-color: rgb(213,170,191); }
div.DivClassName
{
background-color: #D5AABF;
}
.BgClassName
{
background-color: #D5AABF;
}
</style>
border-color css
<style>
span { border-color: #D5AABF; }
span { border-color: rgb(213,170,191); }
td.TdClassName
{
border-color: #D5AABF;
}
.TagClassName
{
border-color: #D5AABF;
}
</style>