Shades of Maverick #D1B0BE
Tints of Maverick #D1B0BE
RGB
CMYK
RGB Variations
Color information
#D1B0BE (or 0xD1B0BE) is known color: Maverick. HEX triplet: D1, B0 and BE. RGB value is (209,176,190). Sum of RGB (Red+Green+Blue) = 209+176+190=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0BE is #2E4F41. Grayscale: #BBBBBB. Windows color (decimal): -3034946 or 12497105. OLE color: 12497105.
HSL color Cylindrical-coordinate representation of color #D1B0BE: hue angle of 334.55º degrees, saturation: 0.26, 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 #D1B0BE is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 190 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.18 |
| HSL | 334.55º | 0.26% | 0.75% | - |
| HSV(B) | 334.55º | 0.16% | 0.82% | - |
| XYZ | 51.11 | 48.32 | 55.35 | - |
| YUV | 187.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 190 | 0 | 0.16 | 0.09 | 0.18 | 334.55 | 0.26 | 0.75 |
| Hex | D1 | B0 | BE | 0 | 10 | 9 | 12 | 14F | 1A | 4B |
| Octal | 321 | 260 | 276 | 0 | 20 | 11 | 22 | 517 | 32 | 113 |
| Binary | 11010001 | 10110000 | 10111110 | 0 | 10000 | 1001 | 10010 | 101001111 | 11010 | 1001011 |
Color Harmonies of #D1B0BE
Complementary color
Monochromatic Colors of #D1B0BE
Black with #D1B0BE
Text Example
Text Example
White with #D1B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0BE; }
p { color: rgb(209,176,190); }
H1.HeaderClassName
{
color: #D1B0BE;
}
.AnyTagClassName
{
color: #D1B0BE;
}
</style>
background-color css
<style>
a { background-color: #D1B0BE; }
a { background-color: rgb(209,176,190); }
div.DivClassName
{
background-color: #D1B0BE;
}
.BgClassName
{
background-color: #D1B0BE;
}
</style>
border-color css
<style>
span { border-color: #D1B0BE; }
span { border-color: rgb(209,176,190); }
td.TdClassName
{
border-color: #D1B0BE;
}
.TagClassName
{
border-color: #D1B0BE;
}
</style>