Shades of Maverick #D2B8CB
Tints of Maverick #D2B8CB
RGB
CMYK
RGB Variations
Color information
#D2B8CB (or 0xD2B8CB) is known color: Maverick. HEX triplet: D2, B8 and CB. RGB value is (210,184,203). Sum of RGB (Red+Green+Blue) = 210+184+203=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8CB is #2D4734. Grayscale: #C1C1C1. Windows color (decimal): -2967349 or 13351122. OLE color: 13351122.
HSL color Cylindrical-coordinate representation of color #D2B8CB: 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 #D2B8CB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 203 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.18 |
| HSL | 316.15º | 0.22% | 0.77% | - |
| HSV(B) | 316.15º | 0.12% | 0.82% | - |
| XYZ | 54.5 | 52.29 | 63.72 | - |
| YUV | 193.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 203 | 0 | 0.12 | 0.03 | 0.18 | 316.15 | 0.22 | 0.77 |
| Hex | D2 | B8 | CB | 0 | C | 3 | 12 | 13C | 16 | 4D |
| Octal | 322 | 270 | 313 | 0 | 14 | 3 | 22 | 474 | 26 | 115 |
| Binary | 11010010 | 10111000 | 11001011 | 0 | 1100 | 11 | 10010 | 100111100 | 10110 | 1001101 |
Color Harmonies of #D2B8CB
Complementary color
Monochromatic Colors of #D2B8CB
Black with #D2B8CB
Text Example
Text Example
White with #D2B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8CB; }
p { color: rgb(210,184,203); }
H1.HeaderClassName
{
color: #D2B8CB;
}
.AnyTagClassName
{
color: #D2B8CB;
}
</style>
background-color css
<style>
a { background-color: #D2B8CB; }
a { background-color: rgb(210,184,203); }
div.DivClassName
{
background-color: #D2B8CB;
}
.BgClassName
{
background-color: #D2B8CB;
}
</style>
border-color css
<style>
span { border-color: #D2B8CB; }
span { border-color: rgb(210,184,203); }
td.TdClassName
{
border-color: #D2B8CB;
}
.TagClassName
{
border-color: #D2B8CB;
}
</style>