Shades of Mauve #D2ACEF
Tints of Mauve #D2ACEF
RGB
CMYK
RGB Variations
Color information
#D2ACEF (or 0xD2ACEF) is known color: Mauve. HEX triplet: D2, AC and EF. RGB value is (210,172,239). Sum of RGB (Red+Green+Blue) = 210+172+239=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACEF is #2D5310. Grayscale: #BEBEBE. Windows color (decimal): -2970385 or 15707346. OLE color: 15707346.
HSL color Cylindrical-coordinate representation of color #D2ACEF: hue angle of 274.03º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2ACEF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 172 | 239 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 274.03º | 0.68% | 0.81% | - |
| HSV(B) | 274.03º | 0.28% | 0.94% | - |
| XYZ | 56.91 | 49.44 | 88.2 | - |
| YUV | 191 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 239 | 0.12 | 0.28 | 0 | 0.06 | 274.03 | 0.68 | 0.81 |
| Hex | D2 | AC | EF | C | 1C | 0 | 6 | 112 | 44 | 51 |
| Octal | 322 | 254 | 357 | 14 | 34 | 0 | 6 | 422 | 104 | 121 |
| Binary | 11010010 | 10101100 | 11101111 | 1100 | 11100 | 0 | 110 | 100010010 | 1000100 | 1010001 |
Color Harmonies of #D2ACEF
Complementary color
Monochromatic Colors of #D2ACEF
Black with #D2ACEF
Text Example
Text Example
White with #D2ACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACEF; }
p { color: rgb(210,172,239); }
H1.HeaderClassName
{
color: #D2ACEF;
}
.AnyTagClassName
{
color: #D2ACEF;
}
</style>
background-color css
<style>
a { background-color: #D2ACEF; }
a { background-color: rgb(210,172,239); }
div.DivClassName
{
background-color: #D2ACEF;
}
.BgClassName
{
background-color: #D2ACEF;
}
</style>
border-color css
<style>
span { border-color: #D2ACEF; }
span { border-color: rgb(210,172,239); }
td.TdClassName
{
border-color: #D2ACEF;
}
.TagClassName
{
border-color: #D2ACEF;
}
</style>