Shades of Mauve #D2AEFC
Tints of Mauve #D2AEFC
RGB
CMYK
RGB Variations
Color information
#D2AEFC (or 0xD2AEFC) is known color: Mauve. HEX triplet: D2, AE and FC. RGB value is (210,174,252). Sum of RGB (Red+Green+Blue) = 210+174+252=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFC is #2D5103. Grayscale: #C1C1C1. Windows color (decimal): -2969860 or 16559826. OLE color: 16559826.
HSL color Cylindrical-coordinate representation of color #D2AEFC: hue angle of 267.69º degrees, saturation: 0.93, 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 #D2AEFC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 174 | 252 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 267.69º | 0.93% | 0.84% | - |
| HSV(B) | 267.69º | 0.31% | 0.99% | - |
| XYZ | 59.29 | 51 | 98.82 | - |
| YUV | 193.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 252 | 0.17 | 0.31 | 0 | 0.01 | 267.69 | 0.93 | 0.84 |
| Hex | D2 | AE | FC | 11 | 1F | 0 | 1 | 10C | 5D | 54 |
| Octal | 322 | 256 | 374 | 21 | 37 | 0 | 1 | 414 | 135 | 124 |
| Binary | 11010010 | 10101110 | 11111100 | 10001 | 11111 | 0 | 1 | 100001100 | 1011101 | 1010100 |
Color Harmonies of #D2AEFC
Complementary color
Monochromatic Colors of #D2AEFC
Black with #D2AEFC
Text Example
Text Example
White with #D2AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEFC; }
p { color: rgb(210,174,252); }
H1.HeaderClassName
{
color: #D2AEFC;
}
.AnyTagClassName
{
color: #D2AEFC;
}
</style>
background-color css
<style>
a { background-color: #D2AEFC; }
a { background-color: rgb(210,174,252); }
div.DivClassName
{
background-color: #D2AEFC;
}
.BgClassName
{
background-color: #D2AEFC;
}
</style>
border-color css
<style>
span { border-color: #D2AEFC; }
span { border-color: rgb(210,174,252); }
td.TdClassName
{
border-color: #D2AEFC;
}
.TagClassName
{
border-color: #D2AEFC;
}
</style>