Shades of Maverick #D2B4CA
Tints of Maverick #D2B4CA
RGB
CMYK
RGB Variations
Color information
#D2B4CA (or 0xD2B4CA) is known color: Maverick. HEX triplet: D2, B4 and CA. RGB value is (210,180,202). Sum of RGB (Red+Green+Blue) = 210+180+202=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4CA is #2D4B35. Grayscale: #BFBFBF. Windows color (decimal): -2968374 or 13284562. OLE color: 13284562.
HSL color Cylindrical-coordinate representation of color #D2B4CA: hue angle of 316º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B4CA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 202 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.18 |
| HSL | 316º | 0.25% | 0.76% | - |
| HSV(B) | 316º | 0.14% | 0.82% | - |
| XYZ | 53.56 | 50.61 | 62.82 | - |
| YUV | 191.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 202 | 0 | 0.14 | 0.04 | 0.18 | 316 | 0.25 | 0.76 |
| Hex | D2 | B4 | CA | 0 | E | 4 | 12 | 13C | 19 | 4C |
| Octal | 322 | 264 | 312 | 0 | 16 | 4 | 22 | 474 | 31 | 114 |
| Binary | 11010010 | 10110100 | 11001010 | 0 | 1110 | 100 | 10010 | 100111100 | 11001 | 1001100 |
Color Harmonies of #D2B4CA
Complementary color
Monochromatic Colors of #D2B4CA
Black with #D2B4CA
Text Example
Text Example
White with #D2B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B4CA; }
p { color: rgb(210,180,202); }
H1.HeaderClassName
{
color: #D2B4CA;
}
.AnyTagClassName
{
color: #D2B4CA;
}
</style>
background-color css
<style>
a { background-color: #D2B4CA; }
a { background-color: rgb(210,180,202); }
div.DivClassName
{
background-color: #D2B4CA;
}
.BgClassName
{
background-color: #D2B4CA;
}
</style>
border-color css
<style>
span { border-color: #D2B4CA; }
span { border-color: rgb(210,180,202); }
td.TdClassName
{
border-color: #D2B4CA;
}
.TagClassName
{
border-color: #D2B4CA;
}
</style>