Shades of Maverick #D0AABD
Tints of Maverick #D0AABD
RGB
CMYK
RGB Variations
Color information
#D0AABD (or 0xD0AABD) is known color: Maverick. HEX triplet: D0, AA and BD. RGB value is (208,170,189). Sum of RGB (Red+Green+Blue) = 208+170+189=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AABD is #2F5542. Grayscale: #B7B7B7. Windows color (decimal): -3102019 or 12430032. OLE color: 12430032.
HSL color Cylindrical-coordinate representation of color #D0AABD: hue angle of 330º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AABD is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 189 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.18 |
| HSL | 330º | 0.29% | 0.74% | - |
| HSV(B) | 330º | 0.18% | 0.82% | - |
| XYZ | 49.57 | 45.83 | 54.38 | - |
| YUV | 183.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 189 | 0 | 0.18 | 0.09 | 0.18 | 330 | 0.29 | 0.74 |
| Hex | D0 | AA | BD | 0 | 12 | 9 | 12 | 14A | 1D | 4A |
| Octal | 320 | 252 | 275 | 0 | 22 | 11 | 22 | 512 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10111101 | 0 | 10010 | 1001 | 10010 | 101001010 | 11101 | 1001010 |
Color Harmonies of #D0AABD
Complementary color
Monochromatic Colors of #D0AABD
Black with #D0AABD
Text Example
Text Example
White with #D0AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AABD; }
p { color: rgb(208,170,189); }
H1.HeaderClassName
{
color: #D0AABD;
}
.AnyTagClassName
{
color: #D0AABD;
}
</style>
background-color css
<style>
a { background-color: #D0AABD; }
a { background-color: rgb(208,170,189); }
div.DivClassName
{
background-color: #D0AABD;
}
.BgClassName
{
background-color: #D0AABD;
}
</style>
border-color css
<style>
span { border-color: #D0AABD; }
span { border-color: rgb(208,170,189); }
td.TdClassName
{
border-color: #D0AABD;
}
.TagClassName
{
border-color: #D0AABD;
}
</style>