Shades of Mauve #D8B0EF
Tints of Mauve #D8B0EF
RGB
CMYK
RGB Variations
Color information
#D8B0EF (or 0xD8B0EF) is known color: Mauve. HEX triplet: D8, B0 and EF. RGB value is (216,176,239). Sum of RGB (Red+Green+Blue) = 216+176+239=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B0EF is #274F10. Grayscale: #C2C2C2. Windows color (decimal): -2576145 or 15708376. OLE color: 15708376.
HSL color Cylindrical-coordinate representation of color #D8B0EF: hue angle of 278.1º 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 #D8B0EF is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 176 | 239 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.06 |
| HSL | 278.1º | 0.66% | 0.81% | - |
| HSV(B) | 278.1º | 0.26% | 0.94% | - |
| XYZ | 59.42 | 51.88 | 88.54 | - |
| YUV | 195.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 239 | 0.10 | 0.26 | 0 | 0.06 | 278.1 | 0.66 | 0.81 |
| Hex | D8 | B0 | EF | A | 1A | 0 | 6 | 116 | 42 | 51 |
| Octal | 330 | 260 | 357 | 12 | 32 | 0 | 6 | 426 | 102 | 121 |
| Binary | 11011000 | 10110000 | 11101111 | 1010 | 11010 | 0 | 110 | 100010110 | 1000010 | 1010001 |
Color Harmonies of #D8B0EF
Complementary color
Monochromatic Colors of #D8B0EF
Black with #D8B0EF
Text Example
Text Example
White with #D8B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0EF; }
p { color: rgb(216,176,239); }
H1.HeaderClassName
{
color: #D8B0EF;
}
.AnyTagClassName
{
color: #D8B0EF;
}
</style>
background-color css
<style>
a { background-color: #D8B0EF; }
a { background-color: rgb(216,176,239); }
div.DivClassName
{
background-color: #D8B0EF;
}
.BgClassName
{
background-color: #D8B0EF;
}
</style>
border-color css
<style>
span { border-color: #D8B0EF; }
span { border-color: rgb(216,176,239); }
td.TdClassName
{
border-color: #D8B0EF;
}
.TagClassName
{
border-color: #D8B0EF;
}
</style>