Shades of Maverick #D6B3CB
Tints of Maverick #D6B3CB
RGB
CMYK
RGB Variations
Color information
#D6B3CB (or 0xD6B3CB) is known color: Maverick. HEX triplet: D6, B3 and CB. RGB value is (214,179,203). Sum of RGB (Red+Green+Blue) = 214+179+203=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3CB is #294C34. Grayscale: #C0C0C0. Windows color (decimal): -2706485 or 13349846. OLE color: 13349846.
HSL color Cylindrical-coordinate representation of color #D6B3CB: hue angle of 318.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B3CB is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 203 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.16 |
| HSL | 318.86º | 0.3% | 0.77% | - |
| HSV(B) | 318.86º | 0.16% | 0.84% | - |
| XYZ | 54.63 | 50.85 | 63.44 | - |
| YUV | 192.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 203 | 0 | 0.16 | 0.05 | 0.16 | 318.86 | 0.3 | 0.77 |
| Hex | D6 | B3 | CB | 0 | 10 | 5 | 10 | 13F | 1E | 4D |
| Octal | 326 | 263 | 313 | 0 | 20 | 5 | 20 | 477 | 36 | 115 |
| Binary | 11010110 | 10110011 | 11001011 | 0 | 10000 | 101 | 10000 | 100111111 | 11110 | 1001101 |
Color Harmonies of #D6B3CB
Complementary color
Monochromatic Colors of #D6B3CB
Black with #D6B3CB
Text Example
Text Example
White with #D6B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3CB; }
p { color: rgb(214,179,203); }
H1.HeaderClassName
{
color: #D6B3CB;
}
.AnyTagClassName
{
color: #D6B3CB;
}
</style>
background-color css
<style>
a { background-color: #D6B3CB; }
a { background-color: rgb(214,179,203); }
div.DivClassName
{
background-color: #D6B3CB;
}
.BgClassName
{
background-color: #D6B3CB;
}
</style>
border-color css
<style>
span { border-color: #D6B3CB; }
span { border-color: rgb(214,179,203); }
td.TdClassName
{
border-color: #D6B3CB;
}
.TagClassName
{
border-color: #D6B3CB;
}
</style>