Shades of Maverick #D1B7C6
Tints of Maverick #D1B7C6
RGB
CMYK
RGB Variations
Color information
#D1B7C6 (or 0xD1B7C6) is known color: Maverick. HEX triplet: D1, B7 and C6. RGB value is (209,183,198). Sum of RGB (Red+Green+Blue) = 209+183+198=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7C6 is #2E4839. Grayscale: #C0C0C0. Windows color (decimal): -3033146 or 13023185. OLE color: 13023185.
HSL color Cylindrical-coordinate representation of color #D1B7C6: hue angle of 325.38º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B7C6 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 198 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.18 |
| HSL | 325.38º | 0.22% | 0.77% | - |
| HSV(B) | 325.38º | 0.12% | 0.82% | - |
| XYZ | 53.42 | 51.5 | 60.55 | - |
| YUV | 192.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 198 | 0 | 0.12 | 0.05 | 0.18 | 325.38 | 0.22 | 0.77 |
| Hex | D1 | B7 | C6 | 0 | C | 5 | 12 | 145 | 16 | 4D |
| Octal | 321 | 267 | 306 | 0 | 14 | 5 | 22 | 505 | 26 | 115 |
| Binary | 11010001 | 10110111 | 11000110 | 0 | 1100 | 101 | 10010 | 101000101 | 10110 | 1001101 |
Color Harmonies of #D1B7C6
Complementary color
Monochromatic Colors of #D1B7C6
Black with #D1B7C6
Text Example
Text Example
White with #D1B7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7C6; }
p { color: rgb(209,183,198); }
H1.HeaderClassName
{
color: #D1B7C6;
}
.AnyTagClassName
{
color: #D1B7C6;
}
</style>
background-color css
<style>
a { background-color: #D1B7C6; }
a { background-color: rgb(209,183,198); }
div.DivClassName
{
background-color: #D1B7C6;
}
.BgClassName
{
background-color: #D1B7C6;
}
</style>
border-color css
<style>
span { border-color: #D1B7C6; }
span { border-color: rgb(209,183,198); }
td.TdClassName
{
border-color: #D1B7C6;
}
.TagClassName
{
border-color: #D1B7C6;
}
</style>