Shades of Mauve #D5ACF7
Tints of Mauve #D5ACF7
RGB
CMYK
RGB Variations
Color information
#D5ACF7 (or 0xD5ACF7) is known color: Mauve. HEX triplet: D5, AC and F7. RGB value is (213,172,247). Sum of RGB (Red+Green+Blue) = 213+172+247=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACF7 is #2A5308. Grayscale: #C0C0C0. Windows color (decimal): -2773769 or 16231637. OLE color: 16231637.
HSL color Cylindrical-coordinate representation of color #D5ACF7: hue angle of 272.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5ACF7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 172 | 247 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.03 |
| HSL | 272.8º | 0.82% | 0.82% | - |
| HSV(B) | 272.8º | 0.3% | 0.97% | - |
| XYZ | 58.98 | 50.37 | 94.61 | - |
| YUV | 192.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 247 | 0.14 | 0.30 | 0 | 0.03 | 272.8 | 0.82 | 0.82 |
| Hex | D5 | AC | F7 | E | 1E | 0 | 3 | 111 | 52 | 52 |
| Octal | 325 | 254 | 367 | 16 | 36 | 0 | 3 | 421 | 122 | 122 |
| Binary | 11010101 | 10101100 | 11110111 | 1110 | 11110 | 0 | 11 | 100010001 | 1010010 | 1010010 |
Color Harmonies of #D5ACF7
Complementary color
Monochromatic Colors of #D5ACF7
Black with #D5ACF7
Text Example
Text Example
White with #D5ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACF7; }
p { color: rgb(213,172,247); }
H1.HeaderClassName
{
color: #D5ACF7;
}
.AnyTagClassName
{
color: #D5ACF7;
}
</style>
background-color css
<style>
a { background-color: #D5ACF7; }
a { background-color: rgb(213,172,247); }
div.DivClassName
{
background-color: #D5ACF7;
}
.BgClassName
{
background-color: #D5ACF7;
}
</style>
border-color css
<style>
span { border-color: #D5ACF7; }
span { border-color: rgb(213,172,247); }
td.TdClassName
{
border-color: #D5ACF7;
}
.TagClassName
{
border-color: #D5ACF7;
}
</style>