Shades of Mauve #D8B3EA
Tints of Mauve #D8B3EA
RGB
CMYK
RGB Variations
Color information
#D8B3EA (or 0xD8B3EA) is known color: Mauve. HEX triplet: D8, B3 and EA. RGB value is (216,179,234). Sum of RGB (Red+Green+Blue) = 216+179+234=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B3EA is #274C15. Grayscale: #C4C4C4. Windows color (decimal): -2575382 or 15381464. OLE color: 15381464.
HSL color Cylindrical-coordinate representation of color #D8B3EA: hue angle of 280.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8B3EA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 179 | 234 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.08 |
| HSL | 280.36º | 0.57% | 0.81% | - |
| HSV(B) | 280.36º | 0.24% | 0.92% | - |
| XYZ | 59.29 | 52.78 | 84.9 | - |
| YUV | 196.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 234 | 0.08 | 0.24 | 0 | 0.08 | 280.36 | 0.57 | 0.81 |
| Hex | D8 | B3 | EA | 8 | 18 | 0 | 8 | 118 | 39 | 51 |
| Octal | 330 | 263 | 352 | 10 | 30 | 0 | 10 | 430 | 71 | 121 |
| Binary | 11011000 | 10110011 | 11101010 | 1000 | 11000 | 0 | 1000 | 100011000 | 111001 | 1010001 |
Color Harmonies of #D8B3EA
Complementary color
Monochromatic Colors of #D8B3EA
Black with #D8B3EA
Text Example
Text Example
White with #D8B3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3EA; }
p { color: rgb(216,179,234); }
H1.HeaderClassName
{
color: #D8B3EA;
}
.AnyTagClassName
{
color: #D8B3EA;
}
</style>
background-color css
<style>
a { background-color: #D8B3EA; }
a { background-color: rgb(216,179,234); }
div.DivClassName
{
background-color: #D8B3EA;
}
.BgClassName
{
background-color: #D8B3EA;
}
</style>
border-color css
<style>
span { border-color: #D8B3EA; }
span { border-color: rgb(216,179,234); }
td.TdClassName
{
border-color: #D8B3EA;
}
.TagClassName
{
border-color: #D8B3EA;
}
</style>