Shades of Maverick #D1ABBE
Tints of Maverick #D1ABBE
RGB
CMYK
RGB Variations
Color information
#D1ABBE (or 0xD1ABBE) is known color: Maverick. HEX triplet: D1, AB and BE. RGB value is (209,171,190). Sum of RGB (Red+Green+Blue) = 209+171+190=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBE is #2E5441. Grayscale: #B8B8B8. Windows color (decimal): -3036226 or 12495825. OLE color: 12495825.
HSL color Cylindrical-coordinate representation of color #D1ABBE: hue angle of 330º 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 #D1ABBE is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 190 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.18 |
| HSL | 330º | 0.29% | 0.75% | - |
| HSV(B) | 330º | 0.18% | 0.82% | - |
| XYZ | 50.15 | 46.4 | 55.03 | - |
| YUV | 184.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 190 | 0 | 0.18 | 0.09 | 0.18 | 330 | 0.29 | 0.75 |
| Hex | D1 | AB | BE | 0 | 12 | 9 | 12 | 14A | 1D | 4B |
| Octal | 321 | 253 | 276 | 0 | 22 | 11 | 22 | 512 | 35 | 113 |
| Binary | 11010001 | 10101011 | 10111110 | 0 | 10010 | 1001 | 10010 | 101001010 | 11101 | 1001011 |
Color Harmonies of #D1ABBE
Complementary color
Monochromatic Colors of #D1ABBE
Black with #D1ABBE
Text Example
Text Example
White with #D1ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABBE; }
p { color: rgb(209,171,190); }
H1.HeaderClassName
{
color: #D1ABBE;
}
.AnyTagClassName
{
color: #D1ABBE;
}
</style>
background-color css
<style>
a { background-color: #D1ABBE; }
a { background-color: rgb(209,171,190); }
div.DivClassName
{
background-color: #D1ABBE;
}
.BgClassName
{
background-color: #D1ABBE;
}
</style>
border-color css
<style>
span { border-color: #D1ABBE; }
span { border-color: rgb(209,171,190); }
td.TdClassName
{
border-color: #D1ABBE;
}
.TagClassName
{
border-color: #D1ABBE;
}
</style>