Shades of Maverick #D5ACC3
Tints of Maverick #D5ACC3
RGB
CMYK
RGB Variations
Color information
#D5ACC3 (or 0xD5ACC3) is known color: Maverick. HEX triplet: D5, AC and C3. RGB value is (213,172,195). Sum of RGB (Red+Green+Blue) = 213+172+195=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC3 is #2A533C. Grayscale: #BABABA. Windows color (decimal): -2773821 or 12823765. OLE color: 12823765.
HSL color Cylindrical-coordinate representation of color #D5ACC3: hue angle of 326.34º 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 #D5ACC3 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 195 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.16 |
| HSL | 326.34º | 0.33% | 0.75% | - |
| HSV(B) | 326.34º | 0.19% | 0.84% | - |
| XYZ | 52.04 | 47.59 | 58.07 | - |
| YUV | 186.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 195 | 0 | 0.19 | 0.08 | 0.16 | 326.34 | 0.33 | 0.75 |
| Hex | D5 | AC | C3 | 0 | 13 | 8 | 10 | 146 | 21 | 4B |
| Octal | 325 | 254 | 303 | 0 | 23 | 10 | 20 | 506 | 41 | 113 |
| Binary | 11010101 | 10101100 | 11000011 | 0 | 10011 | 1000 | 10000 | 101000110 | 100001 | 1001011 |
Color Harmonies of #D5ACC3
Complementary color
Monochromatic Colors of #D5ACC3
Black with #D5ACC3
Text Example
Text Example
White with #D5ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACC3; }
p { color: rgb(213,172,195); }
H1.HeaderClassName
{
color: #D5ACC3;
}
.AnyTagClassName
{
color: #D5ACC3;
}
</style>
background-color css
<style>
a { background-color: #D5ACC3; }
a { background-color: rgb(213,172,195); }
div.DivClassName
{
background-color: #D5ACC3;
}
.BgClassName
{
background-color: #D5ACC3;
}
</style>
border-color css
<style>
span { border-color: #D5ACC3; }
span { border-color: rgb(213,172,195); }
td.TdClassName
{
border-color: #D5ACC3;
}
.TagClassName
{
border-color: #D5ACC3;
}
</style>