Shades of Mauve #D8B8EF
Tints of Mauve #D8B8EF
RGB
CMYK
RGB Variations
Color information
#D8B8EF (or 0xD8B8EF) is known color: Mauve. HEX triplet: D8, B8 and EF. RGB value is (216,184,239). Sum of RGB (Red+Green+Blue) = 216+184+239=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8B8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B8EF is #274710. Grayscale: #C7C7C7. Windows color (decimal): -2574097 or 15710424. OLE color: 15710424.
HSL color Cylindrical-coordinate representation of color #D8B8EF: hue angle of 274.91º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8B8EF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 184 | 239 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.06 |
| HSL | 274.91º | 0.63% | 0.83% | - |
| HSV(B) | 274.91º | 0.23% | 0.94% | - |
| XYZ | 61.04 | 55.11 | 89.08 | - |
| YUV | 199.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 239 | 0.10 | 0.23 | 0 | 0.06 | 274.91 | 0.63 | 0.83 |
| Hex | D8 | B8 | EF | A | 17 | 0 | 6 | 113 | 3F | 53 |
| Octal | 330 | 270 | 357 | 12 | 27 | 0 | 6 | 423 | 77 | 123 |
| Binary | 11011000 | 10111000 | 11101111 | 1010 | 10111 | 0 | 110 | 100010011 | 111111 | 1010011 |
Color Harmonies of #D8B8EF
Complementary color
Monochromatic Colors of #D8B8EF
Black with #D8B8EF
Text Example
Text Example
White with #D8B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8EF; }
p { color: rgb(216,184,239); }
H1.HeaderClassName
{
color: #D8B8EF;
}
.AnyTagClassName
{
color: #D8B8EF;
}
</style>
background-color css
<style>
a { background-color: #D8B8EF; }
a { background-color: rgb(216,184,239); }
div.DivClassName
{
background-color: #D8B8EF;
}
.BgClassName
{
background-color: #D8B8EF;
}
</style>
border-color css
<style>
span { border-color: #D8B8EF; }
span { border-color: rgb(216,184,239); }
td.TdClassName
{
border-color: #D8B8EF;
}
.TagClassName
{
border-color: #D8B8EF;
}
</style>