Shades of Maverick #D2B0CA
Tints of Maverick #D2B0CA
RGB
CMYK
RGB Variations
Color information
#D2B0CA (or 0xD2B0CA) is known color: Maverick. HEX triplet: D2, B0 and CA. RGB value is (210,176,202). Sum of RGB (Red+Green+Blue) = 210+176+202=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0CA is #2D4F35. Grayscale: #BDBDBD. Windows color (decimal): -2969398 or 13283538. OLE color: 13283538.
HSL color Cylindrical-coordinate representation of color #D2B0CA: hue angle of 314.12º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B0CA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 202 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.18 |
| HSL | 314.12º | 0.27% | 0.76% | - |
| HSV(B) | 314.12º | 0.16% | 0.82% | - |
| XYZ | 52.76 | 49.02 | 62.56 | - |
| YUV | 189.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 202 | 0 | 0.16 | 0.04 | 0.18 | 314.12 | 0.27 | 0.76 |
| Hex | D2 | B0 | CA | 0 | 10 | 4 | 12 | 13A | 1B | 4C |
| Octal | 322 | 260 | 312 | 0 | 20 | 4 | 22 | 472 | 33 | 114 |
| Binary | 11010010 | 10110000 | 11001010 | 0 | 10000 | 100 | 10010 | 100111010 | 11011 | 1001100 |
Color Harmonies of #D2B0CA
Complementary color
Monochromatic Colors of #D2B0CA
Black with #D2B0CA
Text Example
Text Example
White with #D2B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0CA; }
p { color: rgb(210,176,202); }
H1.HeaderClassName
{
color: #D2B0CA;
}
.AnyTagClassName
{
color: #D2B0CA;
}
</style>
background-color css
<style>
a { background-color: #D2B0CA; }
a { background-color: rgb(210,176,202); }
div.DivClassName
{
background-color: #D2B0CA;
}
.BgClassName
{
background-color: #D2B0CA;
}
</style>
border-color css
<style>
span { border-color: #D2B0CA; }
span { border-color: rgb(210,176,202); }
td.TdClassName
{
border-color: #D2B0CA;
}
.TagClassName
{
border-color: #D2B0CA;
}
</style>