Shades of Maverick #D6B3CA
Tints of Maverick #D6B3CA
RGB
CMYK
RGB Variations
Color information
#D6B3CA (or 0xD6B3CA) is known color: Maverick. HEX triplet: D6, B3 and CA. RGB value is (214,179,202). Sum of RGB (Red+Green+Blue) = 214+179+202=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3CA is #294C35. Grayscale: #C0C0C0. Windows color (decimal): -2706486 or 13284310. OLE color: 13284310.
HSL color Cylindrical-coordinate representation of color #D6B3CA: hue angle of 320.57º 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 #D6B3CA is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 202 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.16 |
| HSL | 320.57º | 0.3% | 0.77% | - |
| HSV(B) | 320.57º | 0.16% | 0.84% | - |
| XYZ | 54.51 | 50.8 | 62.81 | - |
| YUV | 192.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 202 | 0 | 0.16 | 0.06 | 0.16 | 320.57 | 0.3 | 0.77 |
| Hex | D6 | B3 | CA | 0 | 10 | 6 | 10 | 141 | 1E | 4D |
| Octal | 326 | 263 | 312 | 0 | 20 | 6 | 20 | 501 | 36 | 115 |
| Binary | 11010110 | 10110011 | 11001010 | 0 | 10000 | 110 | 10000 | 101000001 | 11110 | 1001101 |
Color Harmonies of #D6B3CA
Complementary color
Monochromatic Colors of #D6B3CA
Black with #D6B3CA
Text Example
Text Example
White with #D6B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3CA; }
p { color: rgb(214,179,202); }
H1.HeaderClassName
{
color: #D6B3CA;
}
.AnyTagClassName
{
color: #D6B3CA;
}
</style>
background-color css
<style>
a { background-color: #D6B3CA; }
a { background-color: rgb(214,179,202); }
div.DivClassName
{
background-color: #D6B3CA;
}
.BgClassName
{
background-color: #D6B3CA;
}
</style>
border-color css
<style>
span { border-color: #D6B3CA; }
span { border-color: rgb(214,179,202); }
td.TdClassName
{
border-color: #D6B3CA;
}
.TagClassName
{
border-color: #D6B3CA;
}
</style>