Shades of Maverick #D1B7C9
Tints of Maverick #D1B7C9
RGB
CMYK
RGB Variations
Color information
#D1B7C9 (or 0xD1B7C9) is known color: Maverick. HEX triplet: D1, B7 and C9. RGB value is (209,183,201). Sum of RGB (Red+Green+Blue) = 209+183+201=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7C9 is #2E4836. Grayscale: #C0C0C0. Windows color (decimal): -3033143 or 13219793. OLE color: 13219793.
HSL color Cylindrical-coordinate representation of color #D1B7C9: hue angle of 318.46º 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 #D1B7C9 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 201 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.18 |
| HSL | 318.46º | 0.22% | 0.77% | - |
| HSV(B) | 318.46º | 0.12% | 0.82% | - |
| XYZ | 53.77 | 51.64 | 62.39 | - |
| YUV | 192.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 201 | 0 | 0.12 | 0.04 | 0.18 | 318.46 | 0.22 | 0.77 |
| Hex | D1 | B7 | C9 | 0 | C | 4 | 12 | 13E | 16 | 4D |
| Octal | 321 | 267 | 311 | 0 | 14 | 4 | 22 | 476 | 26 | 115 |
| Binary | 11010001 | 10110111 | 11001001 | 0 | 1100 | 100 | 10010 | 100111110 | 10110 | 1001101 |
Color Harmonies of #D1B7C9
Complementary color
Monochromatic Colors of #D1B7C9
Black with #D1B7C9
Text Example
Text Example
White with #D1B7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7C9; }
p { color: rgb(209,183,201); }
H1.HeaderClassName
{
color: #D1B7C9;
}
.AnyTagClassName
{
color: #D1B7C9;
}
</style>
background-color css
<style>
a { background-color: #D1B7C9; }
a { background-color: rgb(209,183,201); }
div.DivClassName
{
background-color: #D1B7C9;
}
.BgClassName
{
background-color: #D1B7C9;
}
</style>
border-color css
<style>
span { border-color: #D1B7C9; }
span { border-color: rgb(209,183,201); }
td.TdClassName
{
border-color: #D1B7C9;
}
.TagClassName
{
border-color: #D1B7C9;
}
</style>