Shades of Mauve #D2A8EF
Tints of Mauve #D2A8EF
RGB
CMYK
RGB Variations
Color information
#D2A8EF (or 0xD2A8EF) is known color: Mauve. HEX triplet: D2, A8 and EF. RGB value is (210,168,239). Sum of RGB (Red+Green+Blue) = 210+168+239=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8EF is #2D5710. Grayscale: #BCBCBC. Windows color (decimal): -2971409 or 15706322. OLE color: 15706322.
HSL color Cylindrical-coordinate representation of color #D2A8EF: hue angle of 275.49º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A8EF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 168 | 239 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.06 |
| HSL | 275.49º | 0.69% | 0.8% | - |
| HSV(B) | 275.49º | 0.3% | 0.94% | - |
| XYZ | 56.16 | 47.94 | 87.95 | - |
| YUV | 188.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 239 | 0.12 | 0.30 | 0 | 0.06 | 275.49 | 0.69 | 0.8 |
| Hex | D2 | A8 | EF | C | 1E | 0 | 6 | 113 | 45 | 50 |
| Octal | 322 | 250 | 357 | 14 | 36 | 0 | 6 | 423 | 105 | 120 |
| Binary | 11010010 | 10101000 | 11101111 | 1100 | 11110 | 0 | 110 | 100010011 | 1000101 | 1010000 |
Color Harmonies of #D2A8EF
Complementary color
Monochromatic Colors of #D2A8EF
Black with #D2A8EF
Text Example
Text Example
White with #D2A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8EF; }
p { color: rgb(210,168,239); }
H1.HeaderClassName
{
color: #D2A8EF;
}
.AnyTagClassName
{
color: #D2A8EF;
}
</style>
background-color css
<style>
a { background-color: #D2A8EF; }
a { background-color: rgb(210,168,239); }
div.DivClassName
{
background-color: #D2A8EF;
}
.BgClassName
{
background-color: #D2A8EF;
}
</style>
border-color css
<style>
span { border-color: #D2A8EF; }
span { border-color: rgb(210,168,239); }
td.TdClassName
{
border-color: #D2A8EF;
}
.TagClassName
{
border-color: #D2A8EF;
}
</style>