Shades of Maverick #D3ABC6
Tints of Maverick #D3ABC6
RGB
CMYK
RGB Variations
Color information
#D3ABC6 (or 0xD3ABC6) is known color: Maverick. HEX triplet: D3, AB and C6. RGB value is (211,171,198). Sum of RGB (Red+Green+Blue) = 211+171+198=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABC6 is #2C5439. Grayscale: #B9B9B9. Windows color (decimal): -2905146 or 13020115. OLE color: 13020115.
HSL color Cylindrical-coordinate representation of color #D3ABC6: hue angle of 319.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3ABC6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 198 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.17 |
| HSL | 319.5º | 0.31% | 0.75% | - |
| HSV(B) | 319.5º | 0.19% | 0.83% | - |
| XYZ | 51.62 | 47.05 | 59.79 | - |
| YUV | 186.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 198 | 0 | 0.19 | 0.06 | 0.17 | 319.5 | 0.31 | 0.75 |
| Hex | D3 | AB | C6 | 0 | 13 | 6 | 11 | 140 | 1F | 4B |
| Octal | 323 | 253 | 306 | 0 | 23 | 6 | 21 | 500 | 37 | 113 |
| Binary | 11010011 | 10101011 | 11000110 | 0 | 10011 | 110 | 10001 | 101000000 | 11111 | 1001011 |
Color Harmonies of #D3ABC6
Complementary color
Monochromatic Colors of #D3ABC6
Black with #D3ABC6
Text Example
Text Example
White with #D3ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABC6; }
p { color: rgb(211,171,198); }
H1.HeaderClassName
{
color: #D3ABC6;
}
.AnyTagClassName
{
color: #D3ABC6;
}
</style>
background-color css
<style>
a { background-color: #D3ABC6; }
a { background-color: rgb(211,171,198); }
div.DivClassName
{
background-color: #D3ABC6;
}
.BgClassName
{
background-color: #D3ABC6;
}
</style>
border-color css
<style>
span { border-color: #D3ABC6; }
span { border-color: rgb(211,171,198); }
td.TdClassName
{
border-color: #D3ABC6;
}
.TagClassName
{
border-color: #D3ABC6;
}
</style>