Shades of Maverick #D1ABC5
Tints of Maverick #D1ABC5
RGB
CMYK
RGB Variations
Color information
#D1ABC5 (or 0xD1ABC5) is known color: Maverick. HEX triplet: D1, AB and C5. RGB value is (209,171,197). Sum of RGB (Red+Green+Blue) = 209+171+197=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABC5 is #2E543A. Grayscale: #B9B9B9. Windows color (decimal): -3036219 or 12954577. OLE color: 12954577.
HSL color Cylindrical-coordinate representation of color #D1ABC5: hue angle of 318.95º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABC5 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 197 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.18 |
| HSL | 318.95º | 0.29% | 0.75% | - |
| HSV(B) | 318.95º | 0.18% | 0.82% | - |
| XYZ | 50.94 | 46.71 | 59.16 | - |
| YUV | 185.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 197 | 0 | 0.18 | 0.06 | 0.18 | 318.95 | 0.29 | 0.75 |
| Hex | D1 | AB | C5 | 0 | 12 | 6 | 12 | 13F | 1D | 4B |
| Octal | 321 | 253 | 305 | 0 | 22 | 6 | 22 | 477 | 35 | 113 |
| Binary | 11010001 | 10101011 | 11000101 | 0 | 10010 | 110 | 10010 | 100111111 | 11101 | 1001011 |
Color Harmonies of #D1ABC5
Complementary color
Monochromatic Colors of #D1ABC5
Black with #D1ABC5
Text Example
Text Example
White with #D1ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABC5; }
p { color: rgb(209,171,197); }
H1.HeaderClassName
{
color: #D1ABC5;
}
.AnyTagClassName
{
color: #D1ABC5;
}
</style>
background-color css
<style>
a { background-color: #D1ABC5; }
a { background-color: rgb(209,171,197); }
div.DivClassName
{
background-color: #D1ABC5;
}
.BgClassName
{
background-color: #D1ABC5;
}
</style>
border-color css
<style>
span { border-color: #D1ABC5; }
span { border-color: rgb(209,171,197); }
td.TdClassName
{
border-color: #D1ABC5;
}
.TagClassName
{
border-color: #D1ABC5;
}
</style>