Shades of Mauve #D6AEFC
Tints of Mauve #D6AEFC
RGB
CMYK
RGB Variations
Color information
#D6AEFC (or 0xD6AEFC) is known color: Mauve. HEX triplet: D6, AE and FC. RGB value is (214,174,252). Sum of RGB (Red+Green+Blue) = 214+174+252=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEFC is #295103. Grayscale: #C2C2C2. Windows color (decimal): -2707716 or 16559830. OLE color: 16559830.
HSL color Cylindrical-coordinate representation of color #D6AEFC: hue angle of 270.77º 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 #D6AEFC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 174 | 252 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.01 |
| HSL | 270.77º | 0.93% | 0.84% | - |
| HSV(B) | 270.77º | 0.31% | 0.99% | - |
| XYZ | 60.44 | 51.6 | 98.87 | - |
| YUV | 194.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 252 | 0.15 | 0.31 | 0 | 0.01 | 270.77 | 0.93 | 0.84 |
| Hex | D6 | AE | FC | F | 1F | 0 | 1 | 10F | 5D | 54 |
| Octal | 326 | 256 | 374 | 17 | 37 | 0 | 1 | 417 | 135 | 124 |
| Binary | 11010110 | 10101110 | 11111100 | 1111 | 11111 | 0 | 1 | 100001111 | 1011101 | 1010100 |
Color Harmonies of #D6AEFC
Complementary color
Monochromatic Colors of #D6AEFC
Black with #D6AEFC
Text Example
Text Example
White with #D6AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AEFC; }
p { color: rgb(214,174,252); }
H1.HeaderClassName
{
color: #D6AEFC;
}
.AnyTagClassName
{
color: #D6AEFC;
}
</style>
background-color css
<style>
a { background-color: #D6AEFC; }
a { background-color: rgb(214,174,252); }
div.DivClassName
{
background-color: #D6AEFC;
}
.BgClassName
{
background-color: #D6AEFC;
}
</style>
border-color css
<style>
span { border-color: #D6AEFC; }
span { border-color: rgb(214,174,252); }
td.TdClassName
{
border-color: #D6AEFC;
}
.TagClassName
{
border-color: #D6AEFC;
}
</style>