Shades of Maverick #D2B8CA
Tints of Maverick #D2B8CA
RGB
CMYK
RGB Variations
Color information
#D2B8CA (or 0xD2B8CA) is known color: Maverick. HEX triplet: D2, B8 and CA. RGB value is (210,184,202). Sum of RGB (Red+Green+Blue) = 210+184+202=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8CA is #2D4735. Grayscale: #C1C1C1. Windows color (decimal): -2967350 or 13285586. OLE color: 13285586.
HSL color Cylindrical-coordinate representation of color #D2B8CA: hue angle of 318.46º 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 #D2B8CA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 202 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.18 |
| HSL | 318.46º | 0.22% | 0.77% | - |
| HSV(B) | 318.46º | 0.12% | 0.82% | - |
| XYZ | 54.38 | 52.25 | 63.1 | - |
| YUV | 193.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 202 | 0 | 0.12 | 0.04 | 0.18 | 318.46 | 0.22 | 0.77 |
| Hex | D2 | B8 | CA | 0 | C | 4 | 12 | 13E | 16 | 4D |
| Octal | 322 | 270 | 312 | 0 | 14 | 4 | 22 | 476 | 26 | 115 |
| Binary | 11010010 | 10111000 | 11001010 | 0 | 1100 | 100 | 10010 | 100111110 | 10110 | 1001101 |
Color Harmonies of #D2B8CA
Complementary color
Monochromatic Colors of #D2B8CA
Black with #D2B8CA
Text Example
Text Example
White with #D2B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8CA; }
p { color: rgb(210,184,202); }
H1.HeaderClassName
{
color: #D2B8CA;
}
.AnyTagClassName
{
color: #D2B8CA;
}
</style>
background-color css
<style>
a { background-color: #D2B8CA; }
a { background-color: rgb(210,184,202); }
div.DivClassName
{
background-color: #D2B8CA;
}
.BgClassName
{
background-color: #D2B8CA;
}
</style>
border-color css
<style>
span { border-color: #D2B8CA; }
span { border-color: rgb(210,184,202); }
td.TdClassName
{
border-color: #D2B8CA;
}
.TagClassName
{
border-color: #D2B8CA;
}
</style>