Shades of Maverick #D3ACBF
Tints of Maverick #D3ACBF
RGB
CMYK
RGB Variations
Color information
#D3ACBF (or 0xD3ACBF) is known color: Maverick. HEX triplet: D3, AC and BF. RGB value is (211,172,191). Sum of RGB (Red+Green+Blue) = 211+172+191=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBF is #2C5340. Grayscale: #B9B9B9. Windows color (decimal): -2904897 or 12561619. OLE color: 12561619.
HSL color Cylindrical-coordinate representation of color #D3ACBF: hue angle of 330.77º degrees, saturation: 0.31, 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 #D3ACBF is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 191 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.17 |
| HSL | 330.77º | 0.31% | 0.75% | - |
| HSV(B) | 330.77º | 0.18% | 0.83% | - |
| XYZ | 51.02 | 47.12 | 55.7 | - |
| YUV | 185.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 191 | 0 | 0.18 | 0.09 | 0.17 | 330.77 | 0.31 | 0.75 |
| Hex | D3 | AC | BF | 0 | 12 | 9 | 11 | 14B | 1F | 4B |
| Octal | 323 | 254 | 277 | 0 | 22 | 11 | 21 | 513 | 37 | 113 |
| Binary | 11010011 | 10101100 | 10111111 | 0 | 10010 | 1001 | 10001 | 101001011 | 11111 | 1001011 |
Color Harmonies of #D3ACBF
Complementary color
Monochromatic Colors of #D3ACBF
Black with #D3ACBF
Text Example
Text Example
White with #D3ACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACBF; }
p { color: rgb(211,172,191); }
H1.HeaderClassName
{
color: #D3ACBF;
}
.AnyTagClassName
{
color: #D3ACBF;
}
</style>
background-color css
<style>
a { background-color: #D3ACBF; }
a { background-color: rgb(211,172,191); }
div.DivClassName
{
background-color: #D3ACBF;
}
.BgClassName
{
background-color: #D3ACBF;
}
</style>
border-color css
<style>
span { border-color: #D3ACBF; }
span { border-color: rgb(211,172,191); }
td.TdClassName
{
border-color: #D3ACBF;
}
.TagClassName
{
border-color: #D3ACBF;
}
</style>