Shades of Mauve #D2AEFF
Tints of Mauve #D2AEFF
RGB
CMYK
RGB Variations
Color information
#D2AEFF (or 0xD2AEFF) is known color: Mauve. HEX triplet: D2, AE and FF. RGB value is (210,174,255). Sum of RGB (Red+Green+Blue) = 210+174+255=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFF is #2D5100. Grayscale: #C1C1C1. Windows color (decimal): -2969857 or 16756434. OLE color: 16756434.
HSL color Cylindrical-coordinate representation of color #D2AEFF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AEFF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 174 | 255 | - |
| CMYK | 0.18 | 0.32 | 0 | 0 |
| HSL | 266.67º | 1% | 0.84% | - |
| HSV(B) | 266.67º | 0.32% | 1% | - |
| XYZ | 59.76 | 51.19 | 101.34 | - |
| YUV | 194 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 255 | 0.18 | 0.32 | 0 | 0 | 266.67 | 1 | 0.84 |
| Hex | D2 | AE | FF | 12 | 20 | 0 | 0 | 10B | 64 | 54 |
| Octal | 322 | 256 | 377 | 22 | 40 | 0 | 0 | 413 | 144 | 124 |
| Binary | 11010010 | 10101110 | 11111111 | 10010 | 100000 | 0 | 0 | 100001011 | 1100100 | 1010100 |
Color Harmonies of #D2AEFF
Complementary color
Monochromatic Colors of #D2AEFF
Black with #D2AEFF
Text Example
Text Example
White with #D2AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEFF; }
p { color: rgb(210,174,255); }
H1.HeaderClassName
{
color: #D2AEFF;
}
.AnyTagClassName
{
color: #D2AEFF;
}
</style>
background-color css
<style>
a { background-color: #D2AEFF; }
a { background-color: rgb(210,174,255); }
div.DivClassName
{
background-color: #D2AEFF;
}
.BgClassName
{
background-color: #D2AEFF;
}
</style>
border-color css
<style>
span { border-color: #D2AEFF; }
span { border-color: rgb(210,174,255); }
td.TdClassName
{
border-color: #D2AEFF;
}
.TagClassName
{
border-color: #D2AEFF;
}
</style>