Shades of Mauve #D2AEEC
Tints of Mauve #D2AEEC
RGB
CMYK
RGB Variations
Color information
#D2AEEC (or 0xD2AEEC) is known color: Mauve. HEX triplet: D2, AE and EC. RGB value is (210,174,236). Sum of RGB (Red+Green+Blue) = 210+174+236=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEEC is #2D5113. Grayscale: #BFBFBF. Windows color (decimal): -2969876 or 15511250. OLE color: 15511250.
HSL color Cylindrical-coordinate representation of color #D2AEEC: hue angle of 274.84º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2AEEC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 174 | 236 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.07 |
| HSL | 274.84º | 0.62% | 0.8% | - |
| HSV(B) | 274.84º | 0.26% | 0.93% | - |
| XYZ | 56.85 | 50.03 | 86.02 | - |
| YUV | 191.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 236 | 0.11 | 0.26 | 0 | 0.07 | 274.84 | 0.62 | 0.8 |
| Hex | D2 | AE | EC | B | 1A | 0 | 7 | 113 | 3E | 50 |
| Octal | 322 | 256 | 354 | 13 | 32 | 0 | 7 | 423 | 76 | 120 |
| Binary | 11010010 | 10101110 | 11101100 | 1011 | 11010 | 0 | 111 | 100010011 | 111110 | 1010000 |
Color Harmonies of #D2AEEC
Complementary color
Monochromatic Colors of #D2AEEC
Black with #D2AEEC
Text Example
Text Example
White with #D2AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEEC; }
p { color: rgb(210,174,236); }
H1.HeaderClassName
{
color: #D2AEEC;
}
.AnyTagClassName
{
color: #D2AEEC;
}
</style>
background-color css
<style>
a { background-color: #D2AEEC; }
a { background-color: rgb(210,174,236); }
div.DivClassName
{
background-color: #D2AEEC;
}
.BgClassName
{
background-color: #D2AEEC;
}
</style>
border-color css
<style>
span { border-color: #D2AEEC; }
span { border-color: rgb(210,174,236); }
td.TdClassName
{
border-color: #D2AEEC;
}
.TagClassName
{
border-color: #D2AEEC;
}
</style>