Shades of Mauve #D9B5EF
Tints of Mauve #D9B5EF
RGB
CMYK
RGB Variations
Color information
#D9B5EF (or 0xD9B5EF) is known color: Mauve. HEX triplet: D9, B5 and EF. RGB value is (217,181,239). Sum of RGB (Red+Green+Blue) = 217+181+239=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5EF is #264A10. Grayscale: #C6C6C6. Windows color (decimal): -2509329 or 15709657. OLE color: 15709657.
HSL color Cylindrical-coordinate representation of color #D9B5EF: hue angle of 277.24º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9B5EF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 181 | 239 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.06 |
| HSL | 277.24º | 0.64% | 0.82% | - |
| HSV(B) | 277.24º | 0.24% | 0.94% | - |
| XYZ | 60.72 | 54.03 | 88.89 | - |
| YUV | 198.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 239 | 0.09 | 0.24 | 0 | 0.06 | 277.24 | 0.64 | 0.82 |
| Hex | D9 | B5 | EF | 9 | 18 | 0 | 6 | 115 | 40 | 52 |
| Octal | 331 | 265 | 357 | 11 | 30 | 0 | 6 | 425 | 100 | 122 |
| Binary | 11011001 | 10110101 | 11101111 | 1001 | 11000 | 0 | 110 | 100010101 | 1000000 | 1010010 |
Color Harmonies of #D9B5EF
Complementary color
Monochromatic Colors of #D9B5EF
Black with #D9B5EF
Text Example
Text Example
White with #D9B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5EF; }
p { color: rgb(217,181,239); }
H1.HeaderClassName
{
color: #D9B5EF;
}
.AnyTagClassName
{
color: #D9B5EF;
}
</style>
background-color css
<style>
a { background-color: #D9B5EF; }
a { background-color: rgb(217,181,239); }
div.DivClassName
{
background-color: #D9B5EF;
}
.BgClassName
{
background-color: #D9B5EF;
}
</style>
border-color css
<style>
span { border-color: #D9B5EF; }
span { border-color: rgb(217,181,239); }
td.TdClassName
{
border-color: #D9B5EF;
}
.TagClassName
{
border-color: #D9B5EF;
}
</style>