Shades of Maverick #D1B8CB
Tints of Maverick #D1B8CB
RGB
CMYK
RGB Variations
Color information
#D1B8CB (or 0xD1B8CB) is known color: Maverick. HEX triplet: D1, B8 and CB. RGB value is (209,184,203). Sum of RGB (Red+Green+Blue) = 209+184+203=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8CB is #2E4734. Grayscale: #C1C1C1. Windows color (decimal): -3032885 or 13351121. OLE color: 13351121.
HSL color Cylindrical-coordinate representation of color #D1B8CB: hue angle of 314.4º degrees, saturation: 0.21, 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 #D1B8CB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 203 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.18 |
| HSL | 314.4º | 0.21% | 0.77% | - |
| HSV(B) | 314.4º | 0.12% | 0.82% | - |
| XYZ | 54.21 | 52.15 | 63.71 | - |
| YUV | 193.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 203 | 0 | 0.12 | 0.03 | 0.18 | 314.4 | 0.21 | 0.77 |
| Hex | D1 | B8 | CB | 0 | C | 3 | 12 | 13A | 15 | 4D |
| Octal | 321 | 270 | 313 | 0 | 14 | 3 | 22 | 472 | 25 | 115 |
| Binary | 11010001 | 10111000 | 11001011 | 0 | 1100 | 11 | 10010 | 100111010 | 10101 | 1001101 |
Color Harmonies of #D1B8CB
Complementary color
Monochromatic Colors of #D1B8CB
Black with #D1B8CB
Text Example
Text Example
White with #D1B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8CB; }
p { color: rgb(209,184,203); }
H1.HeaderClassName
{
color: #D1B8CB;
}
.AnyTagClassName
{
color: #D1B8CB;
}
</style>
background-color css
<style>
a { background-color: #D1B8CB; }
a { background-color: rgb(209,184,203); }
div.DivClassName
{
background-color: #D1B8CB;
}
.BgClassName
{
background-color: #D1B8CB;
}
</style>
border-color css
<style>
span { border-color: #D1B8CB; }
span { border-color: rgb(209,184,203); }
td.TdClassName
{
border-color: #D1B8CB;
}
.TagClassName
{
border-color: #D1B8CB;
}
</style>