Shades of Mauve #D5ACFF
Tints of Mauve #D5ACFF
RGB
CMYK
RGB Variations
Color information
#D5ACFF (or 0xD5ACFF) is known color: Mauve. HEX triplet: D5, AC and FF. RGB value is (213,172,255). Sum of RGB (Red+Green+Blue) = 213+172+255=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACFF is #2A5300. Grayscale: #C1C1C1. Windows color (decimal): -2773761 or 16755925. OLE color: 16755925.
HSL color Cylindrical-coordinate representation of color #D5ACFF: hue angle of 269.64º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5ACFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 172 | 255 | - |
| CMYK | 0.16 | 0.33 | 0 | 0 |
| HSL | 269.64º | 1% | 0.84% | - |
| HSV(B) | 269.64º | 0.33% | 1% | - |
| XYZ | 60.24 | 50.87 | 101.25 | - |
| YUV | 193.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 255 | 0.16 | 0.33 | 0 | 0 | 269.64 | 1 | 0.84 |
| Hex | D5 | AC | FF | 10 | 21 | 0 | 0 | 10E | 64 | 54 |
| Octal | 325 | 254 | 377 | 20 | 41 | 0 | 0 | 416 | 144 | 124 |
| Binary | 11010101 | 10101100 | 11111111 | 10000 | 100001 | 0 | 0 | 100001110 | 1100100 | 1010100 |
Color Harmonies of #D5ACFF
Complementary color
Monochromatic Colors of #D5ACFF
Black with #D5ACFF
Text Example
Text Example
White with #D5ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACFF; }
p { color: rgb(213,172,255); }
H1.HeaderClassName
{
color: #D5ACFF;
}
.AnyTagClassName
{
color: #D5ACFF;
}
</style>
background-color css
<style>
a { background-color: #D5ACFF; }
a { background-color: rgb(213,172,255); }
div.DivClassName
{
background-color: #D5ACFF;
}
.BgClassName
{
background-color: #D5ACFF;
}
</style>
border-color css
<style>
span { border-color: #D5ACFF; }
span { border-color: rgb(213,172,255); }
td.TdClassName
{
border-color: #D5ACFF;
}
.TagClassName
{
border-color: #D5ACFF;
}
</style>