Shades of Maverick #D0ABBD
Tints of Maverick #D0ABBD
RGB
CMYK
RGB Variations
Color information
#D0ABBD (or 0xD0ABBD) is known color: Maverick. HEX triplet: D0, AB and BD. RGB value is (208,171,189). Sum of RGB (Red+Green+Blue) = 208+171+189=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABBD is #2F5442. Grayscale: #B8B8B8. Windows color (decimal): -3101763 or 12430288. OLE color: 12430288.
HSL color Cylindrical-coordinate representation of color #D0ABBD: hue angle of 330.81º degrees, saturation: 0.28, 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 #D0ABBD is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 189 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.18 |
| HSL | 330.81º | 0.28% | 0.74% | - |
| HSV(B) | 330.81º | 0.18% | 0.82% | - |
| XYZ | 49.76 | 46.21 | 54.44 | - |
| YUV | 184.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 189 | 0 | 0.18 | 0.09 | 0.18 | 330.81 | 0.28 | 0.74 |
| Hex | D0 | AB | BD | 0 | 12 | 9 | 12 | 14B | 1C | 4A |
| Octal | 320 | 253 | 275 | 0 | 22 | 11 | 22 | 513 | 34 | 112 |
| Binary | 11010000 | 10101011 | 10111101 | 0 | 10010 | 1001 | 10010 | 101001011 | 11100 | 1001010 |
Color Harmonies of #D0ABBD
Complementary color
Monochromatic Colors of #D0ABBD
Black with #D0ABBD
Text Example
Text Example
White with #D0ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABBD; }
p { color: rgb(208,171,189); }
H1.HeaderClassName
{
color: #D0ABBD;
}
.AnyTagClassName
{
color: #D0ABBD;
}
</style>
background-color css
<style>
a { background-color: #D0ABBD; }
a { background-color: rgb(208,171,189); }
div.DivClassName
{
background-color: #D0ABBD;
}
.BgClassName
{
background-color: #D0ABBD;
}
</style>
border-color css
<style>
span { border-color: #D0ABBD; }
span { border-color: rgb(208,171,189); }
td.TdClassName
{
border-color: #D0ABBD;
}
.TagClassName
{
border-color: #D0ABBD;
}
</style>