Shades of Maverick #D3B5CB
Tints of Maverick #D3B5CB
RGB
CMYK
RGB Variations
Color information
#D3B5CB (or 0xD3B5CB) is known color: Maverick. HEX triplet: D3, B5 and CB. RGB value is (211,181,203). Sum of RGB (Red+Green+Blue) = 211+181+203=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5CB is #2C4A34. Grayscale: #C0C0C0. Windows color (decimal): -2902581 or 13350355. OLE color: 13350355.
HSL color Cylindrical-coordinate representation of color #D3B5CB: hue angle of 316º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3B5CB is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 203 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.17 |
| HSL | 316º | 0.25% | 0.77% | - |
| HSV(B) | 316º | 0.14% | 0.83% | - |
| XYZ | 54.17 | 51.21 | 63.53 | - |
| YUV | 192.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 203 | 0 | 0.14 | 0.04 | 0.17 | 316 | 0.25 | 0.77 |
| Hex | D3 | B5 | CB | 0 | E | 4 | 11 | 13C | 19 | 4D |
| Octal | 323 | 265 | 313 | 0 | 16 | 4 | 21 | 474 | 31 | 115 |
| Binary | 11010011 | 10110101 | 11001011 | 0 | 1110 | 100 | 10001 | 100111100 | 11001 | 1001101 |
Color Harmonies of #D3B5CB
Complementary color
Monochromatic Colors of #D3B5CB
Black with #D3B5CB
Text Example
Text Example
White with #D3B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5CB; }
p { color: rgb(211,181,203); }
H1.HeaderClassName
{
color: #D3B5CB;
}
.AnyTagClassName
{
color: #D3B5CB;
}
</style>
background-color css
<style>
a { background-color: #D3B5CB; }
a { background-color: rgb(211,181,203); }
div.DivClassName
{
background-color: #D3B5CB;
}
.BgClassName
{
background-color: #D3B5CB;
}
</style>
border-color css
<style>
span { border-color: #D3B5CB; }
span { border-color: rgb(211,181,203); }
td.TdClassName
{
border-color: #D3B5CB;
}
.TagClassName
{
border-color: #D3B5CB;
}
</style>