Shades of Maverick #D6AAC8
Tints of Maverick #D6AAC8
RGB
CMYK
RGB Variations
Color information
#D6AAC8 (or 0xD6AAC8) is known color: Maverick. HEX triplet: D6, AA and C8. RGB value is (214,170,200). Sum of RGB (Red+Green+Blue) = 214+170+200=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAC8 is #295537. Grayscale: #BABABA. Windows color (decimal): -2708792 or 13150934. OLE color: 13150934.
HSL color Cylindrical-coordinate representation of color #D6AAC8: hue angle of 319.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAC8 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 200 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.16 |
| HSL | 319.09º | 0.35% | 0.75% | - |
| HSV(B) | 319.09º | 0.21% | 0.84% | - |
| XYZ | 52.53 | 47.22 | 60.99 | - |
| YUV | 186.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 200 | 0 | 0.21 | 0.07 | 0.16 | 319.09 | 0.35 | 0.75 |
| Hex | D6 | AA | C8 | 0 | 15 | 7 | 10 | 13F | 23 | 4B |
| Octal | 326 | 252 | 310 | 0 | 25 | 7 | 20 | 477 | 43 | 113 |
| Binary | 11010110 | 10101010 | 11001000 | 0 | 10101 | 111 | 10000 | 100111111 | 100011 | 1001011 |
Color Harmonies of #D6AAC8
Complementary color
Monochromatic Colors of #D6AAC8
Black with #D6AAC8
Text Example
Text Example
White with #D6AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAC8; }
p { color: rgb(214,170,200); }
H1.HeaderClassName
{
color: #D6AAC8;
}
.AnyTagClassName
{
color: #D6AAC8;
}
</style>
background-color css
<style>
a { background-color: #D6AAC8; }
a { background-color: rgb(214,170,200); }
div.DivClassName
{
background-color: #D6AAC8;
}
.BgClassName
{
background-color: #D6AAC8;
}
</style>
border-color css
<style>
span { border-color: #D6AAC8; }
span { border-color: rgb(214,170,200); }
td.TdClassName
{
border-color: #D6AAC8;
}
.TagClassName
{
border-color: #D6AAC8;
}
</style>