Shades of Mauve #D9AFEB
Tints of Mauve #D9AFEB
RGB
CMYK
RGB Variations
Color information
#D9AFEB (or 0xD9AFEB) is known color: Mauve. HEX triplet: D9, AF and EB. RGB value is (217,175,235). Sum of RGB (Red+Green+Blue) = 217+175+235=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFEB is #265014. Grayscale: #C2C2C2. Windows color (decimal): -2510869 or 15445977. OLE color: 15445977.
HSL color Cylindrical-coordinate representation of color #D9AFEB: hue angle of 282º degrees, saturation: 0.6, 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 #D9AFEB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 175 | 235 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.08 |
| HSL | 282º | 0.6% | 0.8% | - |
| HSV(B) | 282º | 0.26% | 0.92% | - |
| XYZ | 58.94 | 51.41 | 85.41 | - |
| YUV | 194.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 235 | 0.08 | 0.26 | 0 | 0.08 | 282 | 0.6 | 0.8 |
| Hex | D9 | AF | EB | 8 | 1A | 0 | 8 | 11A | 3C | 50 |
| Octal | 331 | 257 | 353 | 10 | 32 | 0 | 10 | 432 | 74 | 120 |
| Binary | 11011001 | 10101111 | 11101011 | 1000 | 11010 | 0 | 1000 | 100011010 | 111100 | 1010000 |
Color Harmonies of #D9AFEB
Complementary color
Monochromatic Colors of #D9AFEB
Black with #D9AFEB
Text Example
Text Example
White with #D9AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFEB; }
p { color: rgb(217,175,235); }
H1.HeaderClassName
{
color: #D9AFEB;
}
.AnyTagClassName
{
color: #D9AFEB;
}
</style>
background-color css
<style>
a { background-color: #D9AFEB; }
a { background-color: rgb(217,175,235); }
div.DivClassName
{
background-color: #D9AFEB;
}
.BgClassName
{
background-color: #D9AFEB;
}
</style>
border-color css
<style>
span { border-color: #D9AFEB; }
span { border-color: rgb(217,175,235); }
td.TdClassName
{
border-color: #D9AFEB;
}
.TagClassName
{
border-color: #D9AFEB;
}
</style>