Shades of Mauve #D8B3EF
Tints of Mauve #D8B3EF
RGB
CMYK
RGB Variations
Color information
#D8B3EF (or 0xD8B3EF) is known color: Mauve. HEX triplet: D8, B3 and EF. RGB value is (216,179,239). Sum of RGB (Red+Green+Blue) = 216+179+239=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B3EF is #274C10. Grayscale: #C4C4C4. Windows color (decimal): -2575377 or 15709144. OLE color: 15709144.
HSL color Cylindrical-coordinate representation of color #D8B3EF: hue angle of 277º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8B3EF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 179 | 239 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.06 |
| HSL | 277º | 0.65% | 0.82% | - |
| HSV(B) | 277º | 0.25% | 0.94% | - |
| XYZ | 60.02 | 53.07 | 88.74 | - |
| YUV | 196.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 239 | 0.10 | 0.25 | 0 | 0.06 | 277 | 0.65 | 0.82 |
| Hex | D8 | B3 | EF | A | 19 | 0 | 6 | 115 | 41 | 52 |
| Octal | 330 | 263 | 357 | 12 | 31 | 0 | 6 | 425 | 101 | 122 |
| Binary | 11011000 | 10110011 | 11101111 | 1010 | 11001 | 0 | 110 | 100010101 | 1000001 | 1010010 |
Color Harmonies of #D8B3EF
Complementary color
Monochromatic Colors of #D8B3EF
Black with #D8B3EF
Text Example
Text Example
White with #D8B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3EF; }
p { color: rgb(216,179,239); }
H1.HeaderClassName
{
color: #D8B3EF;
}
.AnyTagClassName
{
color: #D8B3EF;
}
</style>
background-color css
<style>
a { background-color: #D8B3EF; }
a { background-color: rgb(216,179,239); }
div.DivClassName
{
background-color: #D8B3EF;
}
.BgClassName
{
background-color: #D8B3EF;
}
</style>
border-color css
<style>
span { border-color: #D8B3EF; }
span { border-color: rgb(216,179,239); }
td.TdClassName
{
border-color: #D8B3EF;
}
.TagClassName
{
border-color: #D8B3EF;
}
</style>