Shades of Mauve #D9AFEC
Tints of Mauve #D9AFEC
RGB
CMYK
RGB Variations
Color information
#D9AFEC (or 0xD9AFEC) is known color: Mauve. HEX triplet: D9, AF and EC. RGB value is (217,175,236). Sum of RGB (Red+Green+Blue) = 217+175+236=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFEC is #265013. Grayscale: #C2C2C2. Windows color (decimal): -2510868 or 15511513. OLE color: 15511513.
HSL color Cylindrical-coordinate representation of color #D9AFEC: hue angle of 281.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9AFEC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 175 | 236 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.07 |
| HSL | 281.31º | 0.62% | 0.81% | - |
| HSV(B) | 281.31º | 0.26% | 0.93% | - |
| XYZ | 59.09 | 51.47 | 86.18 | - |
| YUV | 194.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 236 | 0.08 | 0.26 | 0 | 0.07 | 281.31 | 0.62 | 0.81 |
| Hex | D9 | AF | EC | 8 | 1A | 0 | 7 | 119 | 3E | 51 |
| Octal | 331 | 257 | 354 | 10 | 32 | 0 | 7 | 431 | 76 | 121 |
| Binary | 11011001 | 10101111 | 11101100 | 1000 | 11010 | 0 | 111 | 100011001 | 111110 | 1010001 |
Color Harmonies of #D9AFEC
Complementary color
Monochromatic Colors of #D9AFEC
Black with #D9AFEC
Text Example
Text Example
White with #D9AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFEC; }
p { color: rgb(217,175,236); }
H1.HeaderClassName
{
color: #D9AFEC;
}
.AnyTagClassName
{
color: #D9AFEC;
}
</style>
background-color css
<style>
a { background-color: #D9AFEC; }
a { background-color: rgb(217,175,236); }
div.DivClassName
{
background-color: #D9AFEC;
}
.BgClassName
{
background-color: #D9AFEC;
}
</style>
border-color css
<style>
span { border-color: #D9AFEC; }
span { border-color: rgb(217,175,236); }
td.TdClassName
{
border-color: #D9AFEC;
}
.TagClassName
{
border-color: #D9AFEC;
}
</style>