Shades of Mauve #D1ACF3
Tints of Mauve #D1ACF3
RGB
CMYK
RGB Variations
Color information
#D1ACF3 (or 0xD1ACF3) is known color: Mauve. HEX triplet: D1, AC and F3. RGB value is (209,172,243). Sum of RGB (Red+Green+Blue) = 209+172+243=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACF3 is #2E530C. Grayscale: #BEBEBE. Windows color (decimal): -3035917 or 15969489. OLE color: 15969489.
HSL color Cylindrical-coordinate representation of color #D1ACF3: hue angle of 271.27º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1ACF3 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 172 | 243 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.05 |
| HSL | 271.27º | 0.75% | 0.81% | - |
| HSV(B) | 271.27º | 0.29% | 0.95% | - |
| XYZ | 57.22 | 49.53 | 91.34 | - |
| YUV | 191.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 243 | 0.14 | 0.29 | 0 | 0.05 | 271.27 | 0.75 | 0.81 |
| Hex | D1 | AC | F3 | E | 1D | 0 | 5 | 10F | 4B | 51 |
| Octal | 321 | 254 | 363 | 16 | 35 | 0 | 5 | 417 | 113 | 121 |
| Binary | 11010001 | 10101100 | 11110011 | 1110 | 11101 | 0 | 101 | 100001111 | 1001011 | 1010001 |
Color Harmonies of #D1ACF3
Complementary color
Monochromatic Colors of #D1ACF3
Black with #D1ACF3
Text Example
Text Example
White with #D1ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACF3; }
p { color: rgb(209,172,243); }
H1.HeaderClassName
{
color: #D1ACF3;
}
.AnyTagClassName
{
color: #D1ACF3;
}
</style>
background-color css
<style>
a { background-color: #D1ACF3; }
a { background-color: rgb(209,172,243); }
div.DivClassName
{
background-color: #D1ACF3;
}
.BgClassName
{
background-color: #D1ACF3;
}
</style>
border-color css
<style>
span { border-color: #D1ACF3; }
span { border-color: rgb(209,172,243); }
td.TdClassName
{
border-color: #D1ACF3;
}
.TagClassName
{
border-color: #D1ACF3;
}
</style>