Shades of Mauve #D2ACFE
Tints of Mauve #D2ACFE
RGB
CMYK
RGB Variations
Color information
#D2ACFE (or 0xD2ACFE) is known color: Mauve. HEX triplet: D2, AC and FE. RGB value is (210,172,254). Sum of RGB (Red+Green+Blue) = 210+172+254=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACFE is #2D5301. Grayscale: #C0C0C0. Windows color (decimal): -2970370 or 16690386. OLE color: 16690386.
HSL color Cylindrical-coordinate representation of color #D2ACFE: hue angle of 267.8º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2ACFE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 172 | 254 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.00 |
| HSL | 267.8º | 0.98% | 0.84% | - |
| HSV(B) | 267.8º | 0.32% | 1% | - |
| XYZ | 59.22 | 50.36 | 100.37 | - |
| YUV | 192.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 254 | 0.17 | 0.32 | 0 | 0.00 | 267.8 | 0.98 | 0.84 |
| Hex | D2 | AC | FE | 11 | 20 | 0 | 0 | 10C | 62 | 54 |
| Octal | 322 | 254 | 376 | 21 | 40 | 0 | 0 | 414 | 142 | 124 |
| Binary | 11010010 | 10101100 | 11111110 | 10001 | 100000 | 0 | 0 | 100001100 | 1100010 | 1010100 |
Color Harmonies of #D2ACFE
Complementary color
Monochromatic Colors of #D2ACFE
Black with #D2ACFE
Text Example
Text Example
White with #D2ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACFE; }
p { color: rgb(210,172,254); }
H1.HeaderClassName
{
color: #D2ACFE;
}
.AnyTagClassName
{
color: #D2ACFE;
}
</style>
background-color css
<style>
a { background-color: #D2ACFE; }
a { background-color: rgb(210,172,254); }
div.DivClassName
{
background-color: #D2ACFE;
}
.BgClassName
{
background-color: #D2ACFE;
}
</style>
border-color css
<style>
span { border-color: #D2ACFE; }
span { border-color: rgb(210,172,254); }
td.TdClassName
{
border-color: #D2ACFE;
}
.TagClassName
{
border-color: #D2ACFE;
}
</style>