Shades of Maverick #D5ACC1
Tints of Maverick #D5ACC1
RGB
CMYK
RGB Variations
Color information
#D5ACC1 (or 0xD5ACC1) is known color: Maverick. HEX triplet: D5, AC and C1. RGB value is (213,172,193). Sum of RGB (Red+Green+Blue) = 213+172+193=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC1 is #2A533E. Grayscale: #BABABA. Windows color (decimal): -2773823 or 12692693. OLE color: 12692693.
HSL color Cylindrical-coordinate representation of color #D5ACC1: hue angle of 329.27º 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 #D5ACC1 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 172 | 193 | - |
CMYK | 0 | 0.19 | 0.09 | 0.16 |
HSL | 329.27º | 0.33% | 0.75% | - |
HSV(B) | 329.27º | 0.19% | 0.84% | - |
XYZ | 51.82 | 47.5 | 56.89 | - |
YUV | 186.65 | 131.58 | 146.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 172 | 193 | 0 | 0.19 | 0.09 | 0.16 | 329.27 | 0.33 | 0.75 |
Hex | D5 | AC | C1 | 0 | 13 | 9 | 10 | 149 | 21 | 4B |
Octal | 325 | 254 | 301 | 0 | 23 | 11 | 20 | 511 | 41 | 113 |
Binary | 11010101 | 10101100 | 11000001 | 0 | 10011 | 1001 | 10000 | 101001001 | 100001 | 1001011 |
Color Harmonies of #D5ACC1
Complementary color
Monochromatic Colors of #D5ACC1
Black with #D5ACC1
Text Example
Text Example
White with #D5ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACC1; }
p { color: rgb(213,172,193); }
H1.HeaderClassName
{
color: #D5ACC1;
}
.AnyTagClassName
{
color: #D5ACC1;
}
</style>
background-color css
<style>
a { background-color: #D5ACC1; }
a { background-color: rgb(213,172,193); }
div.DivClassName
{
background-color: #D5ACC1;
}
.BgClassName
{
background-color: #D5ACC1;
}
</style>
border-color css
<style>
span { border-color: #D5ACC1; }
span { border-color: rgb(213,172,193); }
td.TdClassName
{
border-color: #D5ACC1;
}
.TagClassName
{
border-color: #D5ACC1;
}
</style>