Shades of Maverick #D1AFBE
Tints of Maverick #D1AFBE
RGB
CMYK
RGB Variations
Color information
#D1AFBE (or 0xD1AFBE) is known color: Maverick. HEX triplet: D1, AF and BE. RGB value is (209,175,190). Sum of RGB (Red+Green+Blue) = 209+175+190=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFBE is #2E5041. Grayscale: #BABABA. Windows color (decimal): -3035202 or 12496849. OLE color: 12496849.
HSL color Cylindrical-coordinate representation of color #D1AFBE: hue angle of 333.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFBE is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 190 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.18 |
| HSL | 333.53º | 0.27% | 0.75% | - |
| HSV(B) | 333.53º | 0.16% | 0.82% | - |
| XYZ | 50.92 | 47.93 | 55.28 | - |
| YUV | 186.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 190 | 0 | 0.16 | 0.09 | 0.18 | 333.53 | 0.27 | 0.75 |
| Hex | D1 | AF | BE | 0 | 10 | 9 | 12 | 14E | 1B | 4B |
| Octal | 321 | 257 | 276 | 0 | 20 | 11 | 22 | 516 | 33 | 113 |
| Binary | 11010001 | 10101111 | 10111110 | 0 | 10000 | 1001 | 10010 | 101001110 | 11011 | 1001011 |
Color Harmonies of #D1AFBE
Complementary color
Monochromatic Colors of #D1AFBE
Black with #D1AFBE
Text Example
Text Example
White with #D1AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFBE; }
p { color: rgb(209,175,190); }
H1.HeaderClassName
{
color: #D1AFBE;
}
.AnyTagClassName
{
color: #D1AFBE;
}
</style>
background-color css
<style>
a { background-color: #D1AFBE; }
a { background-color: rgb(209,175,190); }
div.DivClassName
{
background-color: #D1AFBE;
}
.BgClassName
{
background-color: #D1AFBE;
}
</style>
border-color css
<style>
span { border-color: #D1AFBE; }
span { border-color: rgb(209,175,190); }
td.TdClassName
{
border-color: #D1AFBE;
}
.TagClassName
{
border-color: #D1AFBE;
}
</style>