Shades of Maverick #D1B0CB
Tints of Maverick #D1B0CB
RGB
CMYK
RGB Variations
Color information
#D1B0CB (or 0xD1B0CB) is known color: Maverick. HEX triplet: D1, B0 and CB. RGB value is (209,176,203). Sum of RGB (Red+Green+Blue) = 209+176+203=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0CB is #2E4F34. Grayscale: #BCBCBC. Windows color (decimal): -3034933 or 13349073. OLE color: 13349073.
HSL color Cylindrical-coordinate representation of color #D1B0CB: hue angle of 310.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B0CB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 203 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.18 |
| HSL | 310.91º | 0.26% | 0.75% | - |
| HSV(B) | 310.91º | 0.16% | 0.82% | - |
| XYZ | 52.6 | 48.92 | 63.17 | - |
| YUV | 188.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 203 | 0 | 0.16 | 0.03 | 0.18 | 310.91 | 0.26 | 0.75 |
| Hex | D1 | B0 | CB | 0 | 10 | 3 | 12 | 137 | 1A | 4B |
| Octal | 321 | 260 | 313 | 0 | 20 | 3 | 22 | 467 | 32 | 113 |
| Binary | 11010001 | 10110000 | 11001011 | 0 | 10000 | 11 | 10010 | 100110111 | 11010 | 1001011 |
Color Harmonies of #D1B0CB
Complementary color
Monochromatic Colors of #D1B0CB
Black with #D1B0CB
Text Example
Text Example
White with #D1B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0CB; }
p { color: rgb(209,176,203); }
H1.HeaderClassName
{
color: #D1B0CB;
}
.AnyTagClassName
{
color: #D1B0CB;
}
</style>
background-color css
<style>
a { background-color: #D1B0CB; }
a { background-color: rgb(209,176,203); }
div.DivClassName
{
background-color: #D1B0CB;
}
.BgClassName
{
background-color: #D1B0CB;
}
</style>
border-color css
<style>
span { border-color: #D1B0CB; }
span { border-color: rgb(209,176,203); }
td.TdClassName
{
border-color: #D1B0CB;
}
.TagClassName
{
border-color: #D1B0CB;
}
</style>