Shades of Maverick #D2AFBF
Tints of Maverick #D2AFBF
RGB
CMYK
RGB Variations
Color information
#D2AFBF (or 0xD2AFBF) is known color: Maverick. HEX triplet: D2, AF and BF. RGB value is (210,175,191). Sum of RGB (Red+Green+Blue) = 210+175+191=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBF is #2D5040. Grayscale: #BBBBBB. Windows color (decimal): -2969665 or 12562386. OLE color: 12562386.
HSL color Cylindrical-coordinate representation of color #D2AFBF: hue angle of 332.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFBF is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 191 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.18 |
| HSL | 332.57º | 0.28% | 0.75% | - |
| HSV(B) | 332.57º | 0.17% | 0.82% | - |
| XYZ | 51.31 | 48.12 | 55.87 | - |
| YUV | 187.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 191 | 0 | 0.17 | 0.09 | 0.18 | 332.57 | 0.28 | 0.75 |
| Hex | D2 | AF | BF | 0 | 11 | 9 | 12 | 14D | 1C | 4B |
| Octal | 322 | 257 | 277 | 0 | 21 | 11 | 22 | 515 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10111111 | 0 | 10001 | 1001 | 10010 | 101001101 | 11100 | 1001011 |
Color Harmonies of #D2AFBF
Complementary color
Monochromatic Colors of #D2AFBF
Black with #D2AFBF
Text Example
Text Example
White with #D2AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFBF; }
p { color: rgb(210,175,191); }
H1.HeaderClassName
{
color: #D2AFBF;
}
.AnyTagClassName
{
color: #D2AFBF;
}
</style>
background-color css
<style>
a { background-color: #D2AFBF; }
a { background-color: rgb(210,175,191); }
div.DivClassName
{
background-color: #D2AFBF;
}
.BgClassName
{
background-color: #D2AFBF;
}
</style>
border-color css
<style>
span { border-color: #D2AFBF; }
span { border-color: rgb(210,175,191); }
td.TdClassName
{
border-color: #D2AFBF;
}
.TagClassName
{
border-color: #D2AFBF;
}
</style>