Shades of Maverick #D3B4CA
Tints of Maverick #D3B4CA
RGB
CMYK
RGB Variations
Color information
#D3B4CA (or 0xD3B4CA) is known color: Maverick. HEX triplet: D3, B4 and CA. RGB value is (211,180,202). Sum of RGB (Red+Green+Blue) = 211+180+202=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4CA is #2C4B35. Grayscale: #BFBFBF. Windows color (decimal): -2902838 or 13284563. OLE color: 13284563.
HSL color Cylindrical-coordinate representation of color #D3B4CA: hue angle of 317.42º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B4CA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 202 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.17 |
| HSL | 317.42º | 0.26% | 0.77% | - |
| HSV(B) | 317.42º | 0.15% | 0.83% | - |
| XYZ | 53.85 | 50.76 | 62.84 | - |
| YUV | 191.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 202 | 0 | 0.15 | 0.04 | 0.17 | 317.42 | 0.26 | 0.77 |
| Hex | D3 | B4 | CA | 0 | F | 4 | 11 | 13D | 1A | 4D |
| Octal | 323 | 264 | 312 | 0 | 17 | 4 | 21 | 475 | 32 | 115 |
| Binary | 11010011 | 10110100 | 11001010 | 0 | 1111 | 100 | 10001 | 100111101 | 11010 | 1001101 |
Color Harmonies of #D3B4CA
Complementary color
Monochromatic Colors of #D3B4CA
Black with #D3B4CA
Text Example
Text Example
White with #D3B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4CA; }
p { color: rgb(211,180,202); }
H1.HeaderClassName
{
color: #D3B4CA;
}
.AnyTagClassName
{
color: #D3B4CA;
}
</style>
background-color css
<style>
a { background-color: #D3B4CA; }
a { background-color: rgb(211,180,202); }
div.DivClassName
{
background-color: #D3B4CA;
}
.BgClassName
{
background-color: #D3B4CA;
}
</style>
border-color css
<style>
span { border-color: #D3B4CA; }
span { border-color: rgb(211,180,202); }
td.TdClassName
{
border-color: #D3B4CA;
}
.TagClassName
{
border-color: #D3B4CA;
}
</style>