Shades of Mauve #D2AEFD
Tints of Mauve #D2AEFD
RGB
CMYK
RGB Variations
Color information
#D2AEFD (or 0xD2AEFD) is known color: Mauve. HEX triplet: D2, AE and FD. RGB value is (210,174,253). Sum of RGB (Red+Green+Blue) = 210+174+253=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFD is #2D5102. Grayscale: #C1C1C1. Windows color (decimal): -2969859 or 16625362. OLE color: 16625362.
HSL color Cylindrical-coordinate representation of color #D2AEFD: hue angle of 267.34º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2AEFD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 174 | 253 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 267.34º | 0.95% | 0.84% | - |
| HSV(B) | 267.34º | 0.31% | 0.99% | - |
| XYZ | 59.44 | 51.07 | 99.65 | - |
| YUV | 193.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 253 | 0.17 | 0.31 | 0 | 0.01 | 267.34 | 0.95 | 0.84 |
| Hex | D2 | AE | FD | 11 | 1F | 0 | 1 | 10B | 5F | 54 |
| Octal | 322 | 256 | 375 | 21 | 37 | 0 | 1 | 413 | 137 | 124 |
| Binary | 11010010 | 10101110 | 11111101 | 10001 | 11111 | 0 | 1 | 100001011 | 1011111 | 1010100 |
Color Harmonies of #D2AEFD
Complementary color
Monochromatic Colors of #D2AEFD
Black with #D2AEFD
Text Example
Text Example
White with #D2AEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEFD; }
p { color: rgb(210,174,253); }
H1.HeaderClassName
{
color: #D2AEFD;
}
.AnyTagClassName
{
color: #D2AEFD;
}
</style>
background-color css
<style>
a { background-color: #D2AEFD; }
a { background-color: rgb(210,174,253); }
div.DivClassName
{
background-color: #D2AEFD;
}
.BgClassName
{
background-color: #D2AEFD;
}
</style>
border-color css
<style>
span { border-color: #D2AEFD; }
span { border-color: rgb(210,174,253); }
td.TdClassName
{
border-color: #D2AEFD;
}
.TagClassName
{
border-color: #D2AEFD;
}
</style>