Shades of Maverick #D6ACC3
Tints of Maverick #D6ACC3
RGB
CMYK
RGB Variations
Color information
#D6ACC3 (or 0xD6ACC3) is known color: Maverick. HEX triplet: D6, AC and C3. RGB value is (214,172,195). Sum of RGB (Red+Green+Blue) = 214+172+195=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACC3 is #29533C. Grayscale: #BBBBBB. Windows color (decimal): -2708285 or 12823766. OLE color: 12823766.
HSL color Cylindrical-coordinate representation of color #D6ACC3: hue angle of 327.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACC3 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 195 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.16 |
| HSL | 327.14º | 0.34% | 0.76% | - |
| HSV(B) | 327.14º | 0.2% | 0.84% | - |
| XYZ | 52.33 | 47.74 | 58.09 | - |
| YUV | 187.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 195 | 0 | 0.20 | 0.09 | 0.16 | 327.14 | 0.34 | 0.76 |
| Hex | D6 | AC | C3 | 0 | 14 | 9 | 10 | 147 | 22 | 4C |
| Octal | 326 | 254 | 303 | 0 | 24 | 11 | 20 | 507 | 42 | 114 |
| Binary | 11010110 | 10101100 | 11000011 | 0 | 10100 | 1001 | 10000 | 101000111 | 100010 | 1001100 |
Color Harmonies of #D6ACC3
Complementary color
Monochromatic Colors of #D6ACC3
Black with #D6ACC3
Text Example
Text Example
White with #D6ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACC3; }
p { color: rgb(214,172,195); }
H1.HeaderClassName
{
color: #D6ACC3;
}
.AnyTagClassName
{
color: #D6ACC3;
}
</style>
background-color css
<style>
a { background-color: #D6ACC3; }
a { background-color: rgb(214,172,195); }
div.DivClassName
{
background-color: #D6ACC3;
}
.BgClassName
{
background-color: #D6ACC3;
}
</style>
border-color css
<style>
span { border-color: #D6ACC3; }
span { border-color: rgb(214,172,195); }
td.TdClassName
{
border-color: #D6ACC3;
}
.TagClassName
{
border-color: #D6ACC3;
}
</style>