Shades of Mauve #D9B0EF
Tints of Mauve #D9B0EF
RGB
CMYK
RGB Variations
Color information
#D9B0EF (or 0xD9B0EF) is known color: Mauve. HEX triplet: D9, B0 and EF. RGB value is (217,176,239). Sum of RGB (Red+Green+Blue) = 217+176+239=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0EF is #264F10. Grayscale: #C3C3C3. Windows color (decimal): -2510609 or 15708377. OLE color: 15708377.
HSL color Cylindrical-coordinate representation of color #D9B0EF: hue angle of 279.05º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B0EF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 176 | 239 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.06 |
| HSL | 279.05º | 0.66% | 0.81% | - |
| HSV(B) | 279.05º | 0.26% | 0.94% | - |
| XYZ | 59.72 | 52.03 | 88.56 | - |
| YUV | 195.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 239 | 0.09 | 0.26 | 0 | 0.06 | 279.05 | 0.66 | 0.81 |
| Hex | D9 | B0 | EF | 9 | 1A | 0 | 6 | 117 | 42 | 51 |
| Octal | 331 | 260 | 357 | 11 | 32 | 0 | 6 | 427 | 102 | 121 |
| Binary | 11011001 | 10110000 | 11101111 | 1001 | 11010 | 0 | 110 | 100010111 | 1000010 | 1010001 |
Color Harmonies of #D9B0EF
Complementary color
Monochromatic Colors of #D9B0EF
Black with #D9B0EF
Text Example
Text Example
White with #D9B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0EF; }
p { color: rgb(217,176,239); }
H1.HeaderClassName
{
color: #D9B0EF;
}
.AnyTagClassName
{
color: #D9B0EF;
}
</style>
background-color css
<style>
a { background-color: #D9B0EF; }
a { background-color: rgb(217,176,239); }
div.DivClassName
{
background-color: #D9B0EF;
}
.BgClassName
{
background-color: #D9B0EF;
}
</style>
border-color css
<style>
span { border-color: #D9B0EF; }
span { border-color: rgb(217,176,239); }
td.TdClassName
{
border-color: #D9B0EF;
}
.TagClassName
{
border-color: #D9B0EF;
}
</style>