Shades of Mauve #DEB8EF
Tints of Mauve #DEB8EF
RGB
CMYK
RGB Variations
Color information
#DEB8EF (or 0xDEB8EF) is known color: Mauve. HEX triplet: DE, B8 and EF. RGB value is (222,184,239). Sum of RGB (Red+Green+Blue) = 222+184+239=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8EF is #214710. Grayscale: #C9C9C9. Windows color (decimal): -2180881 or 15710430. OLE color: 15710430.
HSL color Cylindrical-coordinate representation of color #DEB8EF: hue angle of 281.45º 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 #DEB8EF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 184 | 239 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.06 |
| HSL | 281.45º | 0.63% | 0.83% | - |
| HSV(B) | 281.45º | 0.23% | 0.94% | - |
| XYZ | 62.84 | 56.04 | 89.17 | - |
| YUV | 201.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 239 | 0.07 | 0.23 | 0 | 0.06 | 281.45 | 0.63 | 0.83 |
| Hex | DE | B8 | EF | 7 | 17 | 0 | 6 | 119 | 3F | 53 |
| Octal | 336 | 270 | 357 | 7 | 27 | 0 | 6 | 431 | 77 | 123 |
| Binary | 11011110 | 10111000 | 11101111 | 111 | 10111 | 0 | 110 | 100011001 | 111111 | 1010011 |
Color Harmonies of #DEB8EF
Complementary color
Monochromatic Colors of #DEB8EF
Black with #DEB8EF
Text Example
Text Example
White with #DEB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8EF; }
p { color: rgb(222,184,239); }
H1.HeaderClassName
{
color: #DEB8EF;
}
.AnyTagClassName
{
color: #DEB8EF;
}
</style>
background-color css
<style>
a { background-color: #DEB8EF; }
a { background-color: rgb(222,184,239); }
div.DivClassName
{
background-color: #DEB8EF;
}
.BgClassName
{
background-color: #DEB8EF;
}
</style>
border-color css
<style>
span { border-color: #DEB8EF; }
span { border-color: rgb(222,184,239); }
td.TdClassName
{
border-color: #DEB8EF;
}
.TagClassName
{
border-color: #DEB8EF;
}
</style>