Shades of Mauve #D8AEEE
Tints of Mauve #D8AEEE
RGB
CMYK
RGB Variations
Color information
#D8AEEE (or 0xD8AEEE) is known color: Mauve. HEX triplet: D8, AE and EE. RGB value is (216,174,238). Sum of RGB (Red+Green+Blue) = 216+174+238=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEEE is #275111. Grayscale: #C1C1C1. Windows color (decimal): -2576658 or 15642328. OLE color: 15642328.
HSL color Cylindrical-coordinate representation of color #D8AEEE: hue angle of 279.38º degrees, saturation: 0.65, 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 #D8AEEE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 174 | 238 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.07 |
| HSL | 279.38º | 0.65% | 0.81% | - |
| HSV(B) | 279.38º | 0.27% | 0.93% | - |
| XYZ | 58.89 | 51.04 | 87.64 | - |
| YUV | 193.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 238 | 0.09 | 0.27 | 0 | 0.07 | 279.38 | 0.65 | 0.81 |
| Hex | D8 | AE | EE | 9 | 1B | 0 | 7 | 117 | 41 | 51 |
| Octal | 330 | 256 | 356 | 11 | 33 | 0 | 7 | 427 | 101 | 121 |
| Binary | 11011000 | 10101110 | 11101110 | 1001 | 11011 | 0 | 111 | 100010111 | 1000001 | 1010001 |
Color Harmonies of #D8AEEE
Complementary color
Monochromatic Colors of #D8AEEE
Black with #D8AEEE
Text Example
Text Example
White with #D8AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEEE; }
p { color: rgb(216,174,238); }
H1.HeaderClassName
{
color: #D8AEEE;
}
.AnyTagClassName
{
color: #D8AEEE;
}
</style>
background-color css
<style>
a { background-color: #D8AEEE; }
a { background-color: rgb(216,174,238); }
div.DivClassName
{
background-color: #D8AEEE;
}
.BgClassName
{
background-color: #D8AEEE;
}
</style>
border-color css
<style>
span { border-color: #D8AEEE; }
span { border-color: rgb(216,174,238); }
td.TdClassName
{
border-color: #D8AEEE;
}
.TagClassName
{
border-color: #D8AEEE;
}
</style>