Shades of Maverick #D1B7CA
Tints of Maverick #D1B7CA
RGB
CMYK
RGB Variations
Color information
#D1B7CA (or 0xD1B7CA) is known color: Maverick. HEX triplet: D1, B7 and CA. RGB value is (209,183,202). Sum of RGB (Red+Green+Blue) = 209+183+202=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7CA is #2E4835. Grayscale: #C0C0C0. Windows color (decimal): -3033142 or 13285329. OLE color: 13285329.
HSL color Cylindrical-coordinate representation of color #D1B7CA: hue angle of 316.15º 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 #D1B7CA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 202 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.18 |
| HSL | 316.15º | 0.22% | 0.77% | - |
| HSV(B) | 316.15º | 0.12% | 0.82% | - |
| XYZ | 53.89 | 51.69 | 63.01 | - |
| YUV | 192.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 202 | 0 | 0.12 | 0.03 | 0.18 | 316.15 | 0.22 | 0.77 |
| Hex | D1 | B7 | CA | 0 | C | 3 | 12 | 13C | 16 | 4D |
| Octal | 321 | 267 | 312 | 0 | 14 | 3 | 22 | 474 | 26 | 115 |
| Binary | 11010001 | 10110111 | 11001010 | 0 | 1100 | 11 | 10010 | 100111100 | 10110 | 1001101 |
Color Harmonies of #D1B7CA
Complementary color
Monochromatic Colors of #D1B7CA
Black with #D1B7CA
Text Example
Text Example
White with #D1B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7CA; }
p { color: rgb(209,183,202); }
H1.HeaderClassName
{
color: #D1B7CA;
}
.AnyTagClassName
{
color: #D1B7CA;
}
</style>
background-color css
<style>
a { background-color: #D1B7CA; }
a { background-color: rgb(209,183,202); }
div.DivClassName
{
background-color: #D1B7CA;
}
.BgClassName
{
background-color: #D1B7CA;
}
</style>
border-color css
<style>
span { border-color: #D1B7CA; }
span { border-color: rgb(209,183,202); }
td.TdClassName
{
border-color: #D1B7CA;
}
.TagClassName
{
border-color: #D1B7CA;
}
</style>