Shades of Maverick #D9ACC2
Tints of Maverick #D9ACC2
RGB
CMYK
RGB Variations
Color information
#D9ACC2 (or 0xD9ACC2) is known color: Maverick. HEX triplet: D9, AC and C2. RGB value is (217,172,194). Sum of RGB (Red+Green+Blue) = 217+172+194=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACC2 is #26533D. Grayscale: #BBBBBB. Windows color (decimal): -2511678 or 12758233. OLE color: 12758233.
HSL color Cylindrical-coordinate representation of color #D9ACC2: hue angle of 330.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACC2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 172 | 194 | - |
CMYK | 0 | 0.21 | 0.11 | 0.15 |
HSL | 330.67º | 0.37% | 0.76% | - |
HSV(B) | 330.67º | 0.21% | 0.85% | - |
XYZ | 53.11 | 48.15 | 57.53 | - |
YUV | 187.96 | 131.41 | 148.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 172 | 194 | 0 | 0.21 | 0.11 | 0.15 | 330.67 | 0.37 | 0.76 |
Hex | D9 | AC | C2 | 0 | 15 | B | F | 14B | 25 | 4C |
Octal | 331 | 254 | 302 | 0 | 25 | 13 | 17 | 513 | 45 | 114 |
Binary | 11011001 | 10101100 | 11000010 | 0 | 10101 | 1011 | 1111 | 101001011 | 100101 | 1001100 |
Color Harmonies of #D9ACC2
Complementary color
Monochromatic Colors of #D9ACC2
Black with #D9ACC2
Text Example
Text Example
White with #D9ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACC2; }
p { color: rgb(217,172,194); }
H1.HeaderClassName
{
color: #D9ACC2;
}
.AnyTagClassName
{
color: #D9ACC2;
}
</style>
background-color css
<style>
a { background-color: #D9ACC2; }
a { background-color: rgb(217,172,194); }
div.DivClassName
{
background-color: #D9ACC2;
}
.BgClassName
{
background-color: #D9ACC2;
}
</style>
border-color css
<style>
span { border-color: #D9ACC2; }
span { border-color: rgb(217,172,194); }
td.TdClassName
{
border-color: #D9ACC2;
}
.TagClassName
{
border-color: #D9ACC2;
}
</style>