Shades of Mauve #D2AEED
Tints of Mauve #D2AEED
RGB
CMYK
RGB Variations
Color information
#D2AEED (or 0xD2AEED) is known color: Mauve. HEX triplet: D2, AE and ED. RGB value is (210,174,237). Sum of RGB (Red+Green+Blue) = 210+174+237=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEED is #2D5112. Grayscale: #BFBFBF. Windows color (decimal): -2969875 or 15576786. OLE color: 15576786.
HSL color Cylindrical-coordinate representation of color #D2AEED: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2AEED is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 174 | 237 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.07 |
| HSL | 274.29º | 0.64% | 0.81% | - |
| HSV(B) | 274.29º | 0.27% | 0.93% | - |
| XYZ | 57 | 50.09 | 86.78 | - |
| YUV | 191.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 237 | 0.11 | 0.27 | 0 | 0.07 | 274.29 | 0.64 | 0.81 |
| Hex | D2 | AE | ED | B | 1B | 0 | 7 | 112 | 40 | 51 |
| Octal | 322 | 256 | 355 | 13 | 33 | 0 | 7 | 422 | 100 | 121 |
| Binary | 11010010 | 10101110 | 11101101 | 1011 | 11011 | 0 | 111 | 100010010 | 1000000 | 1010001 |
Color Harmonies of #D2AEED
Complementary color
Monochromatic Colors of #D2AEED
Black with #D2AEED
Text Example
Text Example
White with #D2AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEED; }
p { color: rgb(210,174,237); }
H1.HeaderClassName
{
color: #D2AEED;
}
.AnyTagClassName
{
color: #D2AEED;
}
</style>
background-color css
<style>
a { background-color: #D2AEED; }
a { background-color: rgb(210,174,237); }
div.DivClassName
{
background-color: #D2AEED;
}
.BgClassName
{
background-color: #D2AEED;
}
</style>
border-color css
<style>
span { border-color: #D2AEED; }
span { border-color: rgb(210,174,237); }
td.TdClassName
{
border-color: #D2AEED;
}
.TagClassName
{
border-color: #D2AEED;
}
</style>