Shades of Mauve #D9B8E9
Tints of Mauve #D9B8E9
RGB
CMYK
RGB Variations
Color information
#D9B8E9 (or 0xD9B8E9) is known color: Mauve. HEX triplet: D9, B8 and E9. RGB value is (217,184,233). Sum of RGB (Red+Green+Blue) = 217+184+233=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9B8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B8E9 is #264716. Grayscale: #C7C7C7. Windows color (decimal): -2508567 or 15317209. OLE color: 15317209.
HSL color Cylindrical-coordinate representation of color #D9B8E9: hue angle of 280.41º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B8E9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 184 | 233 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.09 |
| HSL | 280.41º | 0.53% | 0.82% | - |
| HSV(B) | 280.41º | 0.21% | 0.91% | - |
| XYZ | 60.46 | 54.92 | 84.5 | - |
| YUV | 199.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 184 | 233 | 0.07 | 0.21 | 0 | 0.09 | 280.41 | 0.53 | 0.82 |
| Hex | D9 | B8 | E9 | 7 | 15 | 0 | 9 | 118 | 35 | 52 |
| Octal | 331 | 270 | 351 | 7 | 25 | 0 | 11 | 430 | 65 | 122 |
| Binary | 11011001 | 10111000 | 11101001 | 111 | 10101 | 0 | 1001 | 100011000 | 110101 | 1010010 |
Color Harmonies of #D9B8E9
Complementary color
Monochromatic Colors of #D9B8E9
Black with #D9B8E9
Text Example
Text Example
White with #D9B8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B8E9; }
p { color: rgb(217,184,233); }
H1.HeaderClassName
{
color: #D9B8E9;
}
.AnyTagClassName
{
color: #D9B8E9;
}
</style>
background-color css
<style>
a { background-color: #D9B8E9; }
a { background-color: rgb(217,184,233); }
div.DivClassName
{
background-color: #D9B8E9;
}
.BgClassName
{
background-color: #D9B8E9;
}
</style>
border-color css
<style>
span { border-color: #D9B8E9; }
span { border-color: rgb(217,184,233); }
td.TdClassName
{
border-color: #D9B8E9;
}
.TagClassName
{
border-color: #D9B8E9;
}
</style>