Shades of Maverick #D3B2CB
Tints of Maverick #D3B2CB
RGB
CMYK
RGB Variations
Color information
#D3B2CB (or 0xD3B2CB) is known color: Maverick. HEX triplet: D3, B2 and CB. RGB value is (211,178,203). Sum of RGB (Red+Green+Blue) = 211+178+203=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2CB is #2C4D34. Grayscale: #BEBEBE. Windows color (decimal): -2903349 or 13349587. OLE color: 13349587.
HSL color Cylindrical-coordinate representation of color #D3B2CB: hue angle of 314.55º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B2CB is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 178 | 203 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.17 |
| HSL | 314.55º | 0.27% | 0.76% | - |
| HSV(B) | 314.55º | 0.16% | 0.83% | - |
| XYZ | 53.56 | 50 | 63.33 | - |
| YUV | 190.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 203 | 0 | 0.16 | 0.04 | 0.17 | 314.55 | 0.27 | 0.76 |
| Hex | D3 | B2 | CB | 0 | 10 | 4 | 11 | 13B | 1B | 4C |
| Octal | 323 | 262 | 313 | 0 | 20 | 4 | 21 | 473 | 33 | 114 |
| Binary | 11010011 | 10110010 | 11001011 | 0 | 10000 | 100 | 10001 | 100111011 | 11011 | 1001100 |
Color Harmonies of #D3B2CB
Complementary color
Monochromatic Colors of #D3B2CB
Black with #D3B2CB
Text Example
Text Example
White with #D3B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B2CB; }
p { color: rgb(211,178,203); }
H1.HeaderClassName
{
color: #D3B2CB;
}
.AnyTagClassName
{
color: #D3B2CB;
}
</style>
background-color css
<style>
a { background-color: #D3B2CB; }
a { background-color: rgb(211,178,203); }
div.DivClassName
{
background-color: #D3B2CB;
}
.BgClassName
{
background-color: #D3B2CB;
}
</style>
border-color css
<style>
span { border-color: #D3B2CB; }
span { border-color: rgb(211,178,203); }
td.TdClassName
{
border-color: #D3B2CB;
}
.TagClassName
{
border-color: #D3B2CB;
}
</style>