Shades of Maverick #D5ACC5
Tints of Maverick #D5ACC5
RGB
CMYK
RGB Variations
Color information
#D5ACC5 (or 0xD5ACC5) is known color: Maverick. HEX triplet: D5, AC and C5. RGB value is (213,172,197). Sum of RGB (Red+Green+Blue) = 213+172+197=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC5 is #2A533A. Grayscale: #BBBBBB. Windows color (decimal): -2773819 or 12954837. OLE color: 12954837.
HSL color Cylindrical-coordinate representation of color #D5ACC5: hue angle of 323.41º 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 #D5ACC5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 172 | 197 | - |
CMYK | 0 | 0.19 | 0.08 | 0.16 |
HSL | 323.41º | 0.33% | 0.75% | - |
HSV(B) | 323.41º | 0.19% | 0.84% | - |
XYZ | 52.27 | 47.68 | 59.27 | - |
YUV | 187.11 | 133.58 | 146.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 172 | 197 | 0 | 0.19 | 0.08 | 0.16 | 323.41 | 0.33 | 0.75 |
Hex | D5 | AC | C5 | 0 | 13 | 8 | 10 | 143 | 21 | 4B |
Octal | 325 | 254 | 305 | 0 | 23 | 10 | 20 | 503 | 41 | 113 |
Binary | 11010101 | 10101100 | 11000101 | 0 | 10011 | 1000 | 10000 | 101000011 | 100001 | 1001011 |
Color Harmonies of #D5ACC5
Complementary color
Monochromatic Colors of #D5ACC5
Black with #D5ACC5
Text Example
Text Example
White with #D5ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACC5; }
p { color: rgb(213,172,197); }
H1.HeaderClassName
{
color: #D5ACC5;
}
.AnyTagClassName
{
color: #D5ACC5;
}
</style>
background-color css
<style>
a { background-color: #D5ACC5; }
a { background-color: rgb(213,172,197); }
div.DivClassName
{
background-color: #D5ACC5;
}
.BgClassName
{
background-color: #D5ACC5;
}
</style>
border-color css
<style>
span { border-color: #D5ACC5; }
span { border-color: rgb(213,172,197); }
td.TdClassName
{
border-color: #D5ACC5;
}
.TagClassName
{
border-color: #D5ACC5;
}
</style>