Shades of Mauve #D9AEEE
Tints of Mauve #D9AEEE
RGB
CMYK
RGB Variations
Color information
#D9AEEE (or 0xD9AEEE) is known color: Mauve. HEX triplet: D9, AE and EE. RGB value is (217,174,238). Sum of RGB (Red+Green+Blue) = 217+174+238=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEEE is #265111. Grayscale: #C1C1C1. Windows color (decimal): -2511122 or 15642329. OLE color: 15642329.
HSL color Cylindrical-coordinate representation of color #D9AEEE: hue angle of 280.31º 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 #D9AEEE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 174 | 238 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.07 |
| HSL | 280.31º | 0.65% | 0.81% | - |
| HSV(B) | 280.31º | 0.27% | 0.93% | - |
| XYZ | 59.18 | 51.2 | 87.65 | - |
| YUV | 194.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 238 | 0.09 | 0.27 | 0 | 0.07 | 280.31 | 0.65 | 0.81 |
| Hex | D9 | AE | EE | 9 | 1B | 0 | 7 | 118 | 41 | 51 |
| Octal | 331 | 256 | 356 | 11 | 33 | 0 | 7 | 430 | 101 | 121 |
| Binary | 11011001 | 10101110 | 11101110 | 1001 | 11011 | 0 | 111 | 100011000 | 1000001 | 1010001 |
Color Harmonies of #D9AEEE
Complementary color
Monochromatic Colors of #D9AEEE
Black with #D9AEEE
Text Example
Text Example
White with #D9AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AEEE; }
p { color: rgb(217,174,238); }
H1.HeaderClassName
{
color: #D9AEEE;
}
.AnyTagClassName
{
color: #D9AEEE;
}
</style>
background-color css
<style>
a { background-color: #D9AEEE; }
a { background-color: rgb(217,174,238); }
div.DivClassName
{
background-color: #D9AEEE;
}
.BgClassName
{
background-color: #D9AEEE;
}
</style>
border-color css
<style>
span { border-color: #D9AEEE; }
span { border-color: rgb(217,174,238); }
td.TdClassName
{
border-color: #D9AEEE;
}
.TagClassName
{
border-color: #D9AEEE;
}
</style>