Shades of Mauve #D6AEED
Tints of Mauve #D6AEED
RGB
CMYK
RGB Variations
Color information
#D6AEED (or 0xD6AEED) is known color: Mauve. HEX triplet: D6, AE and ED. RGB value is (214,174,237). Sum of RGB (Red+Green+Blue) = 214+174+237=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEED is #295112. Grayscale: #C0C0C0. Windows color (decimal): -2707731 or 15576790. OLE color: 15576790.
HSL color Cylindrical-coordinate representation of color #D6AEED: hue angle of 278.1º 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 #D6AEED is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 174 | 237 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.07 |
| HSL | 278.1º | 0.64% | 0.81% | - |
| HSV(B) | 278.1º | 0.27% | 0.93% | - |
| XYZ | 58.15 | 50.68 | 86.84 | - |
| YUV | 193.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 237 | 0.10 | 0.27 | 0 | 0.07 | 278.1 | 0.64 | 0.81 |
| Hex | D6 | AE | ED | A | 1B | 0 | 7 | 116 | 40 | 51 |
| Octal | 326 | 256 | 355 | 12 | 33 | 0 | 7 | 426 | 100 | 121 |
| Binary | 11010110 | 10101110 | 11101101 | 1010 | 11011 | 0 | 111 | 100010110 | 1000000 | 1010001 |
Color Harmonies of #D6AEED
Complementary color
Monochromatic Colors of #D6AEED
Black with #D6AEED
Text Example
Text Example
White with #D6AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AEED; }
p { color: rgb(214,174,237); }
H1.HeaderClassName
{
color: #D6AEED;
}
.AnyTagClassName
{
color: #D6AEED;
}
</style>
background-color css
<style>
a { background-color: #D6AEED; }
a { background-color: rgb(214,174,237); }
div.DivClassName
{
background-color: #D6AEED;
}
.BgClassName
{
background-color: #D6AEED;
}
</style>
border-color css
<style>
span { border-color: #D6AEED; }
span { border-color: rgb(214,174,237); }
td.TdClassName
{
border-color: #D6AEED;
}
.TagClassName
{
border-color: #D6AEED;
}
</style>