Shades of Maverick #D9ABC3
Tints of Maverick #D9ABC3
RGB
CMYK
RGB Variations
Color information
#D9ABC3 (or 0xD9ABC3) is known color: Maverick. HEX triplet: D9, AB and C3. RGB value is (217,171,195). Sum of RGB (Red+Green+Blue) = 217+171+195=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC3 is #26543C. Grayscale: #BBBBBB. Windows color (decimal): -2511933 or 12823513. OLE color: 12823513.
HSL color Cylindrical-coordinate representation of color #D9ABC3: hue angle of 328.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ABC3 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 195 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.15 |
| HSL | 328.7º | 0.38% | 0.76% | - |
| HSV(B) | 328.7º | 0.21% | 0.85% | - |
| XYZ | 53.03 | 47.82 | 58.06 | - |
| YUV | 187.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 195 | 0 | 0.21 | 0.10 | 0.15 | 328.7 | 0.38 | 0.76 |
| Hex | D9 | AB | C3 | 0 | 15 | A | F | 149 | 26 | 4C |
| Octal | 331 | 253 | 303 | 0 | 25 | 12 | 17 | 511 | 46 | 114 |
| Binary | 11011001 | 10101011 | 11000011 | 0 | 10101 | 1010 | 1111 | 101001001 | 100110 | 1001100 |
Color Harmonies of #D9ABC3
Complementary color
Monochromatic Colors of #D9ABC3
Black with #D9ABC3
Text Example
Text Example
White with #D9ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABC3; }
p { color: rgb(217,171,195); }
H1.HeaderClassName
{
color: #D9ABC3;
}
.AnyTagClassName
{
color: #D9ABC3;
}
</style>
background-color css
<style>
a { background-color: #D9ABC3; }
a { background-color: rgb(217,171,195); }
div.DivClassName
{
background-color: #D9ABC3;
}
.BgClassName
{
background-color: #D9ABC3;
}
</style>
border-color css
<style>
span { border-color: #D9ABC3; }
span { border-color: rgb(217,171,195); }
td.TdClassName
{
border-color: #D9ABC3;
}
.TagClassName
{
border-color: #D9ABC3;
}
</style>