Shades of Mauve #D8AEEA
Tints of Mauve #D8AEEA
RGB
CMYK
RGB Variations
Color information
#D8AEEA (or 0xD8AEEA) is known color: Mauve. HEX triplet: D8, AE and EA. RGB value is (216,174,234). Sum of RGB (Red+Green+Blue) = 216+174+234=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEEA is #275115. Grayscale: #C1C1C1. Windows color (decimal): -2576662 or 15380184. OLE color: 15380184.
HSL color Cylindrical-coordinate representation of color #D8AEEA: hue angle of 282º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8AEEA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 174 | 234 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.08 |
| HSL | 282º | 0.59% | 0.8% | - |
| HSV(B) | 282º | 0.26% | 0.92% | - |
| XYZ | 58.31 | 50.81 | 84.58 | - |
| YUV | 193.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 234 | 0.08 | 0.26 | 0 | 0.08 | 282 | 0.59 | 0.8 |
| Hex | D8 | AE | EA | 8 | 1A | 0 | 8 | 11A | 3B | 50 |
| Octal | 330 | 256 | 352 | 10 | 32 | 0 | 10 | 432 | 73 | 120 |
| Binary | 11011000 | 10101110 | 11101010 | 1000 | 11010 | 0 | 1000 | 100011010 | 111011 | 1010000 |
Color Harmonies of #D8AEEA
Complementary color
Monochromatic Colors of #D8AEEA
Black with #D8AEEA
Text Example
Text Example
White with #D8AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEEA; }
p { color: rgb(216,174,234); }
H1.HeaderClassName
{
color: #D8AEEA;
}
.AnyTagClassName
{
color: #D8AEEA;
}
</style>
background-color css
<style>
a { background-color: #D8AEEA; }
a { background-color: rgb(216,174,234); }
div.DivClassName
{
background-color: #D8AEEA;
}
.BgClassName
{
background-color: #D8AEEA;
}
</style>
border-color css
<style>
span { border-color: #D8AEEA; }
span { border-color: rgb(216,174,234); }
td.TdClassName
{
border-color: #D8AEEA;
}
.TagClassName
{
border-color: #D8AEEA;
}
</style>