Shades of Maverick #D1B7CB
Tints of Maverick #D1B7CB
RGB
CMYK
RGB Variations
Color information
#D1B7CB (or 0xD1B7CB) is known color: Maverick. HEX triplet: D1, B7 and CB. RGB value is (209,183,203). Sum of RGB (Red+Green+Blue) = 209+183+203=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7CB is #2E4834. Grayscale: #C1C1C1. Windows color (decimal): -3033141 or 13350865. OLE color: 13350865.
HSL color Cylindrical-coordinate representation of color #D1B7CB: hue angle of 313.85º 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 #D1B7CB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 203 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.18 |
| HSL | 313.85º | 0.22% | 0.77% | - |
| HSV(B) | 313.85º | 0.12% | 0.82% | - |
| XYZ | 54.01 | 51.73 | 63.64 | - |
| YUV | 193.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 203 | 0 | 0.12 | 0.03 | 0.18 | 313.85 | 0.22 | 0.77 |
| Hex | D1 | B7 | CB | 0 | C | 3 | 12 | 13A | 16 | 4D |
| Octal | 321 | 267 | 313 | 0 | 14 | 3 | 22 | 472 | 26 | 115 |
| Binary | 11010001 | 10110111 | 11001011 | 0 | 1100 | 11 | 10010 | 100111010 | 10110 | 1001101 |
Color Harmonies of #D1B7CB
Complementary color
Monochromatic Colors of #D1B7CB
Black with #D1B7CB
Text Example
Text Example
White with #D1B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7CB; }
p { color: rgb(209,183,203); }
H1.HeaderClassName
{
color: #D1B7CB;
}
.AnyTagClassName
{
color: #D1B7CB;
}
</style>
background-color css
<style>
a { background-color: #D1B7CB; }
a { background-color: rgb(209,183,203); }
div.DivClassName
{
background-color: #D1B7CB;
}
.BgClassName
{
background-color: #D1B7CB;
}
</style>
border-color css
<style>
span { border-color: #D1B7CB; }
span { border-color: rgb(209,183,203); }
td.TdClassName
{
border-color: #D1B7CB;
}
.TagClassName
{
border-color: #D1B7CB;
}
</style>