Shades of Maverick #D5ACC6
Tints of Maverick #D5ACC6
RGB
CMYK
RGB Variations
Color information
#D5ACC6 (or 0xD5ACC6) is known color: Maverick. HEX triplet: D5, AC and C6. RGB value is (213,172,198). Sum of RGB (Red+Green+Blue) = 213+172+198=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC6 is #2A5339. Grayscale: #BBBBBB. Windows color (decimal): -2773818 or 13020373. OLE color: 13020373.
HSL color Cylindrical-coordinate representation of color #D5ACC6: hue angle of 321.95º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACC6 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 198 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.16 |
| HSL | 321.95º | 0.33% | 0.75% | - |
| HSV(B) | 321.95º | 0.19% | 0.84% | - |
| XYZ | 52.39 | 47.73 | 59.88 | - |
| YUV | 187.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 198 | 0 | 0.19 | 0.07 | 0.16 | 321.95 | 0.33 | 0.75 |
| Hex | D5 | AC | C6 | 0 | 13 | 7 | 10 | 142 | 21 | 4B |
| Octal | 325 | 254 | 306 | 0 | 23 | 7 | 20 | 502 | 41 | 113 |
| Binary | 11010101 | 10101100 | 11000110 | 0 | 10011 | 111 | 10000 | 101000010 | 100001 | 1001011 |
Color Harmonies of #D5ACC6
Complementary color
Monochromatic Colors of #D5ACC6
Black with #D5ACC6
Text Example
Text Example
White with #D5ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACC6; }
p { color: rgb(213,172,198); }
H1.HeaderClassName
{
color: #D5ACC6;
}
.AnyTagClassName
{
color: #D5ACC6;
}
</style>
background-color css
<style>
a { background-color: #D5ACC6; }
a { background-color: rgb(213,172,198); }
div.DivClassName
{
background-color: #D5ACC6;
}
.BgClassName
{
background-color: #D5ACC6;
}
</style>
border-color css
<style>
span { border-color: #D5ACC6; }
span { border-color: rgb(213,172,198); }
td.TdClassName
{
border-color: #D5ACC6;
}
.TagClassName
{
border-color: #D5ACC6;
}
</style>