Shades of Maverick #D3AEC0
Tints of Maverick #D3AEC0
RGB
CMYK
RGB Variations
Color information
#D3AEC0 (or 0xD3AEC0) is known color: Maverick. HEX triplet: D3, AE and C0. RGB value is (211,174,192). Sum of RGB (Red+Green+Blue) = 211+174+192=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEC0 is #2C513F. Grayscale: #BBBBBB. Windows color (decimal): -2904384 or 12627667. OLE color: 12627667.
HSL color Cylindrical-coordinate representation of color #D3AEC0: hue angle of 330.81º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AEC0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 192 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.17 |
| HSL | 330.81º | 0.3% | 0.75% | - |
| HSV(B) | 330.81º | 0.18% | 0.83% | - |
| XYZ | 51.51 | 47.93 | 56.4 | - |
| YUV | 187.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 192 | 0 | 0.18 | 0.09 | 0.17 | 330.81 | 0.3 | 0.75 |
| Hex | D3 | AE | C0 | 0 | 12 | 9 | 11 | 14B | 1E | 4B |
| Octal | 323 | 256 | 300 | 0 | 22 | 11 | 21 | 513 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11000000 | 0 | 10010 | 1001 | 10001 | 101001011 | 11110 | 1001011 |
Color Harmonies of #D3AEC0
Complementary color
Monochromatic Colors of #D3AEC0
Black with #D3AEC0
Text Example
Text Example
White with #D3AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEC0; }
p { color: rgb(211,174,192); }
H1.HeaderClassName
{
color: #D3AEC0;
}
.AnyTagClassName
{
color: #D3AEC0;
}
</style>
background-color css
<style>
a { background-color: #D3AEC0; }
a { background-color: rgb(211,174,192); }
div.DivClassName
{
background-color: #D3AEC0;
}
.BgClassName
{
background-color: #D3AEC0;
}
</style>
border-color css
<style>
span { border-color: #D3AEC0; }
span { border-color: rgb(211,174,192); }
td.TdClassName
{
border-color: #D3AEC0;
}
.TagClassName
{
border-color: #D3AEC0;
}
</style>