Shades of Maverick #D0B9CB
Tints of Maverick #D0B9CB
RGB
CMYK
RGB Variations
Color information
#D0B9CB (or 0xD0B9CB) is known color: Maverick. HEX triplet: D0, B9 and CB. RGB value is (208,185,203). Sum of RGB (Red+Green+Blue) = 208+185+203=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B9CB is #2F4634. Grayscale: #C1C1C1. Windows color (decimal): -3098165 or 13351376. OLE color: 13351376.
HSL color Cylindrical-coordinate representation of color #D0B9CB: hue angle of 313.04º degrees, saturation: 0.2, 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 #D0B9CB is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 203 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 313.04º | 0.2% | 0.77% | - |
| HSV(B) | 313.04º | 0.11% | 0.82% | - |
| XYZ | 54.14 | 52.42 | 63.76 | - |
| YUV | 193.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 203 | 0 | 0.11 | 0.02 | 0.18 | 313.04 | 0.2 | 0.77 |
| Hex | D0 | B9 | CB | 0 | B | 2 | 12 | 139 | 14 | 4D |
| Octal | 320 | 271 | 313 | 0 | 13 | 2 | 22 | 471 | 24 | 115 |
| Binary | 11010000 | 10111001 | 11001011 | 0 | 1011 | 10 | 10010 | 100111001 | 10100 | 1001101 |
Color Harmonies of #D0B9CB
Complementary color
Monochromatic Colors of #D0B9CB
Black with #D0B9CB
Text Example
Text Example
White with #D0B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9CB; }
p { color: rgb(208,185,203); }
H1.HeaderClassName
{
color: #D0B9CB;
}
.AnyTagClassName
{
color: #D0B9CB;
}
</style>
background-color css
<style>
a { background-color: #D0B9CB; }
a { background-color: rgb(208,185,203); }
div.DivClassName
{
background-color: #D0B9CB;
}
.BgClassName
{
background-color: #D0B9CB;
}
</style>
border-color css
<style>
span { border-color: #D0B9CB; }
span { border-color: rgb(208,185,203); }
td.TdClassName
{
border-color: #D0B9CB;
}
.TagClassName
{
border-color: #D0B9CB;
}
</style>