Shades of Mauve #D2AAEF
Tints of Mauve #D2AAEF
RGB
CMYK
RGB Variations
Color information
#D2AAEF (or 0xD2AAEF) is known color: Mauve. HEX triplet: D2, AA and EF. RGB value is (210,170,239). Sum of RGB (Red+Green+Blue) = 210+170+239=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAEF is #2D5510. Grayscale: #BDBDBD. Windows color (decimal): -2970897 or 15706834. OLE color: 15706834.
HSL color Cylindrical-coordinate representation of color #D2AAEF: hue angle of 274.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AAEF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 170 | 239 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.06 |
| HSL | 274.78º | 0.68% | 0.8% | - |
| HSV(B) | 274.78º | 0.29% | 0.94% | - |
| XYZ | 56.53 | 48.68 | 88.08 | - |
| YUV | 189.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 239 | 0.12 | 0.29 | 0 | 0.06 | 274.78 | 0.68 | 0.8 |
| Hex | D2 | AA | EF | C | 1D | 0 | 6 | 113 | 44 | 50 |
| Octal | 322 | 252 | 357 | 14 | 35 | 0 | 6 | 423 | 104 | 120 |
| Binary | 11010010 | 10101010 | 11101111 | 1100 | 11101 | 0 | 110 | 100010011 | 1000100 | 1010000 |
Color Harmonies of #D2AAEF
Complementary color
Monochromatic Colors of #D2AAEF
Black with #D2AAEF
Text Example
Text Example
White with #D2AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAEF; }
p { color: rgb(210,170,239); }
H1.HeaderClassName
{
color: #D2AAEF;
}
.AnyTagClassName
{
color: #D2AAEF;
}
</style>
background-color css
<style>
a { background-color: #D2AAEF; }
a { background-color: rgb(210,170,239); }
div.DivClassName
{
background-color: #D2AAEF;
}
.BgClassName
{
background-color: #D2AAEF;
}
</style>
border-color css
<style>
span { border-color: #D2AAEF; }
span { border-color: rgb(210,170,239); }
td.TdClassName
{
border-color: #D2AAEF;
}
.TagClassName
{
border-color: #D2AAEF;
}
</style>