Shades of Maverick #D9ACCB
Tints of Maverick #D9ACCB
RGB
CMYK
RGB Variations
Color information
#D9ACCB (or 0xD9ACCB) is known color: Maverick. HEX triplet: D9, AC and CB. RGB value is (217,172,203). Sum of RGB (Red+Green+Blue) = 217+172+203=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACCB is #265334. Grayscale: #BCBCBC. Windows color (decimal): -2511669 or 13348057. OLE color: 13348057.
HSL color Cylindrical-coordinate representation of color #D9ACCB: hue angle of 318.67º degrees, saturation: 0.37, 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 #D9ACCB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 203 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.15 |
| HSL | 318.67º | 0.37% | 0.76% | - |
| HSV(B) | 318.67º | 0.21% | 0.85% | - |
| XYZ | 54.15 | 48.57 | 63.02 | - |
| YUV | 188.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 203 | 0 | 0.21 | 0.06 | 0.15 | 318.67 | 0.37 | 0.76 |
| Hex | D9 | AC | CB | 0 | 15 | 6 | F | 13F | 25 | 4C |
| Octal | 331 | 254 | 313 | 0 | 25 | 6 | 17 | 477 | 45 | 114 |
| Binary | 11011001 | 10101100 | 11001011 | 0 | 10101 | 110 | 1111 | 100111111 | 100101 | 1001100 |
Color Harmonies of #D9ACCB
Complementary color
Monochromatic Colors of #D9ACCB
Black with #D9ACCB
Text Example
Text Example
White with #D9ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACCB; }
p { color: rgb(217,172,203); }
H1.HeaderClassName
{
color: #D9ACCB;
}
.AnyTagClassName
{
color: #D9ACCB;
}
</style>
background-color css
<style>
a { background-color: #D9ACCB; }
a { background-color: rgb(217,172,203); }
div.DivClassName
{
background-color: #D9ACCB;
}
.BgClassName
{
background-color: #D9ACCB;
}
</style>
border-color css
<style>
span { border-color: #D9ACCB; }
span { border-color: rgb(217,172,203); }
td.TdClassName
{
border-color: #D9ACCB;
}
.TagClassName
{
border-color: #D9ACCB;
}
</style>