Shades of Maverick #D1B9CB
Tints of Maverick #D1B9CB
RGB
CMYK
RGB Variations
Color information
#D1B9CB (or 0xD1B9CB) is known color: Maverick. HEX triplet: D1, B9 and CB. RGB value is (209,185,203). Sum of RGB (Red+Green+Blue) = 209+185+203=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9CB is #2E4634. Grayscale: #C2C2C2. Windows color (decimal): -3032629 or 13351377. OLE color: 13351377.
HSL color Cylindrical-coordinate representation of color #D1B9CB: hue angle of 315º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1B9CB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 203 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.18 |
| HSL | 315º | 0.21% | 0.77% | - |
| HSV(B) | 315º | 0.11% | 0.82% | - |
| XYZ | 54.42 | 52.57 | 63.78 | - |
| YUV | 194.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 203 | 0 | 0.11 | 0.03 | 0.18 | 315 | 0.21 | 0.77 |
| Hex | D1 | B9 | CB | 0 | B | 3 | 12 | 13B | 15 | 4D |
| Octal | 321 | 271 | 313 | 0 | 13 | 3 | 22 | 473 | 25 | 115 |
| Binary | 11010001 | 10111001 | 11001011 | 0 | 1011 | 11 | 10010 | 100111011 | 10101 | 1001101 |
Color Harmonies of #D1B9CB
Complementary color
Monochromatic Colors of #D1B9CB
Black with #D1B9CB
Text Example
Text Example
White with #D1B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9CB; }
p { color: rgb(209,185,203); }
H1.HeaderClassName
{
color: #D1B9CB;
}
.AnyTagClassName
{
color: #D1B9CB;
}
</style>
background-color css
<style>
a { background-color: #D1B9CB; }
a { background-color: rgb(209,185,203); }
div.DivClassName
{
background-color: #D1B9CB;
}
.BgClassName
{
background-color: #D1B9CB;
}
</style>
border-color css
<style>
span { border-color: #D1B9CB; }
span { border-color: rgb(209,185,203); }
td.TdClassName
{
border-color: #D1B9CB;
}
.TagClassName
{
border-color: #D1B9CB;
}
</style>