Shades of Maverick #D1B6C5
Tints of Maverick #D1B6C5
RGB
CMYK
RGB Variations
Color information
#D1B6C5 (or 0xD1B6C5) is known color: Maverick. HEX triplet: D1, B6 and C5. RGB value is (209,182,197). Sum of RGB (Red+Green+Blue) = 209+182+197=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6C5 is #2E493A. Grayscale: #BFBFBF. Windows color (decimal): -3033403 or 12957393. OLE color: 12957393.
HSL color Cylindrical-coordinate representation of color #D1B6C5: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B6C5 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 197 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.18 |
| HSL | 326.67º | 0.23% | 0.77% | - |
| HSV(B) | 326.67º | 0.13% | 0.82% | - |
| XYZ | 53.1 | 51.04 | 59.88 | - |
| YUV | 191.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 197 | 0 | 0.13 | 0.06 | 0.18 | 326.67 | 0.23 | 0.77 |
| Hex | D1 | B6 | C5 | 0 | D | 6 | 12 | 147 | 17 | 4D |
| Octal | 321 | 266 | 305 | 0 | 15 | 6 | 22 | 507 | 27 | 115 |
| Binary | 11010001 | 10110110 | 11000101 | 0 | 1101 | 110 | 10010 | 101000111 | 10111 | 1001101 |
Color Harmonies of #D1B6C5
Complementary color
Monochromatic Colors of #D1B6C5
Black with #D1B6C5
Text Example
Text Example
White with #D1B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B6C5; }
p { color: rgb(209,182,197); }
H1.HeaderClassName
{
color: #D1B6C5;
}
.AnyTagClassName
{
color: #D1B6C5;
}
</style>
background-color css
<style>
a { background-color: #D1B6C5; }
a { background-color: rgb(209,182,197); }
div.DivClassName
{
background-color: #D1B6C5;
}
.BgClassName
{
background-color: #D1B6C5;
}
</style>
border-color css
<style>
span { border-color: #D1B6C5; }
span { border-color: rgb(209,182,197); }
td.TdClassName
{
border-color: #D1B6C5;
}
.TagClassName
{
border-color: #D1B6C5;
}
</style>