Shades of Mauve #D4ACF2
Tints of Mauve #D4ACF2
RGB
CMYK
RGB Variations
Color information
#D4ACF2 (or 0xD4ACF2) is known color: Mauve. HEX triplet: D4, AC and F2. RGB value is (212,172,242). Sum of RGB (Red+Green+Blue) = 212+172+242=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACF2 is #2B530D. Grayscale: #BFBFBF. Windows color (decimal): -2839310 or 15903956. OLE color: 15903956.
HSL color Cylindrical-coordinate representation of color #D4ACF2: hue angle of 274.29º degrees, saturation: 0.73, 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 #D4ACF2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 172 | 242 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 274.29º | 0.73% | 0.81% | - |
| HSV(B) | 274.29º | 0.29% | 0.95% | - |
| XYZ | 57.93 | 49.91 | 90.59 | - |
| YUV | 191.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 242 | 0.12 | 0.29 | 0 | 0.05 | 274.29 | 0.73 | 0.81 |
| Hex | D4 | AC | F2 | C | 1D | 0 | 5 | 112 | 49 | 51 |
| Octal | 324 | 254 | 362 | 14 | 35 | 0 | 5 | 422 | 111 | 121 |
| Binary | 11010100 | 10101100 | 11110010 | 1100 | 11101 | 0 | 101 | 100010010 | 1001001 | 1010001 |
Color Harmonies of #D4ACF2
Complementary color
Monochromatic Colors of #D4ACF2
Black with #D4ACF2
Text Example
Text Example
White with #D4ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACF2; }
p { color: rgb(212,172,242); }
H1.HeaderClassName
{
color: #D4ACF2;
}
.AnyTagClassName
{
color: #D4ACF2;
}
</style>
background-color css
<style>
a { background-color: #D4ACF2; }
a { background-color: rgb(212,172,242); }
div.DivClassName
{
background-color: #D4ACF2;
}
.BgClassName
{
background-color: #D4ACF2;
}
</style>
border-color css
<style>
span { border-color: #D4ACF2; }
span { border-color: rgb(212,172,242); }
td.TdClassName
{
border-color: #D4ACF2;
}
.TagClassName
{
border-color: #D4ACF2;
}
</style>