Shades of Maverick #D3B7C8
Tints of Maverick #D3B7C8
RGB
CMYK
RGB Variations
Color information
#D3B7C8 (or 0xD3B7C8) is known color: Maverick. HEX triplet: D3, B7 and C8. RGB value is (211,183,200). Sum of RGB (Red+Green+Blue) = 211+183+200=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7C8 is #2C4837. Grayscale: #C1C1C1. Windows color (decimal): -2902072 or 13154259. OLE color: 13154259.
HSL color Cylindrical-coordinate representation of color #D3B7C8: hue angle of 323.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B7C8 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 200 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.17 |
| HSL | 323.57º | 0.24% | 0.77% | - |
| HSV(B) | 323.57º | 0.13% | 0.83% | - |
| XYZ | 54.22 | 51.89 | 61.8 | - |
| YUV | 193.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 200 | 0 | 0.13 | 0.05 | 0.17 | 323.57 | 0.24 | 0.77 |
| Hex | D3 | B7 | C8 | 0 | D | 5 | 11 | 144 | 18 | 4D |
| Octal | 323 | 267 | 310 | 0 | 15 | 5 | 21 | 504 | 30 | 115 |
| Binary | 11010011 | 10110111 | 11001000 | 0 | 1101 | 101 | 10001 | 101000100 | 11000 | 1001101 |
Color Harmonies of #D3B7C8
Complementary color
Monochromatic Colors of #D3B7C8
Black with #D3B7C8
Text Example
Text Example
White with #D3B7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7C8; }
p { color: rgb(211,183,200); }
H1.HeaderClassName
{
color: #D3B7C8;
}
.AnyTagClassName
{
color: #D3B7C8;
}
</style>
background-color css
<style>
a { background-color: #D3B7C8; }
a { background-color: rgb(211,183,200); }
div.DivClassName
{
background-color: #D3B7C8;
}
.BgClassName
{
background-color: #D3B7C8;
}
</style>
border-color css
<style>
span { border-color: #D3B7C8; }
span { border-color: rgb(211,183,200); }
td.TdClassName
{
border-color: #D3B7C8;
}
.TagClassName
{
border-color: #D3B7C8;
}
</style>