Shades of Mauve #D9B5EE
Tints of Mauve #D9B5EE
RGB
CMYK
RGB Variations
Color information
#D9B5EE (or 0xD9B5EE) is known color: Mauve. HEX triplet: D9, B5 and EE. RGB value is (217,181,238). Sum of RGB (Red+Green+Blue) = 217+181+238=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5EE is #264A11. Grayscale: #C6C6C6. Windows color (decimal): -2509330 or 15644121. OLE color: 15644121.
HSL color Cylindrical-coordinate representation of color #D9B5EE: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9B5EE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 181 | 238 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.07 |
| HSL | 277.89º | 0.63% | 0.82% | - |
| HSV(B) | 277.89º | 0.24% | 0.93% | - |
| XYZ | 60.57 | 53.97 | 88.11 | - |
| YUV | 198.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 238 | 0.09 | 0.24 | 0 | 0.07 | 277.89 | 0.63 | 0.82 |
| Hex | D9 | B5 | EE | 9 | 18 | 0 | 7 | 116 | 3F | 52 |
| Octal | 331 | 265 | 356 | 11 | 30 | 0 | 7 | 426 | 77 | 122 |
| Binary | 11011001 | 10110101 | 11101110 | 1001 | 11000 | 0 | 111 | 100010110 | 111111 | 1010010 |
Color Harmonies of #D9B5EE
Complementary color
Monochromatic Colors of #D9B5EE
Black with #D9B5EE
Text Example
Text Example
White with #D9B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5EE; }
p { color: rgb(217,181,238); }
H1.HeaderClassName
{
color: #D9B5EE;
}
.AnyTagClassName
{
color: #D9B5EE;
}
</style>
background-color css
<style>
a { background-color: #D9B5EE; }
a { background-color: rgb(217,181,238); }
div.DivClassName
{
background-color: #D9B5EE;
}
.BgClassName
{
background-color: #D9B5EE;
}
</style>
border-color css
<style>
span { border-color: #D9B5EE; }
span { border-color: rgb(217,181,238); }
td.TdClassName
{
border-color: #D9B5EE;
}
.TagClassName
{
border-color: #D9B5EE;
}
</style>