Shades of Mauve #DEB7EF
Tints of Mauve #DEB7EF
RGB
CMYK
RGB Variations
Color information
#DEB7EF (or 0xDEB7EF) is known color: Mauve. HEX triplet: DE, B7 and EF. RGB value is (222,183,239). Sum of RGB (Red+Green+Blue) = 222+183+239=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7EF is #214810. Grayscale: #C8C8C8. Windows color (decimal): -2181137 or 15710174. OLE color: 15710174.
HSL color Cylindrical-coordinate representation of color #DEB7EF: hue angle of 281.79º degrees, saturation: 0.64, 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 #DEB7EF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 183 | 239 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.06 |
| HSL | 281.79º | 0.64% | 0.83% | - |
| HSV(B) | 281.79º | 0.23% | 0.94% | - |
| XYZ | 62.64 | 55.63 | 89.1 | - |
| YUV | 201.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 239 | 0.07 | 0.23 | 0 | 0.06 | 281.79 | 0.64 | 0.83 |
| Hex | DE | B7 | EF | 7 | 17 | 0 | 6 | 11A | 40 | 53 |
| Octal | 336 | 267 | 357 | 7 | 27 | 0 | 6 | 432 | 100 | 123 |
| Binary | 11011110 | 10110111 | 11101111 | 111 | 10111 | 0 | 110 | 100011010 | 1000000 | 1010011 |
Color Harmonies of #DEB7EF
Complementary color
Monochromatic Colors of #DEB7EF
Black with #DEB7EF
Text Example
Text Example
White with #DEB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7EF; }
p { color: rgb(222,183,239); }
H1.HeaderClassName
{
color: #DEB7EF;
}
.AnyTagClassName
{
color: #DEB7EF;
}
</style>
background-color css
<style>
a { background-color: #DEB7EF; }
a { background-color: rgb(222,183,239); }
div.DivClassName
{
background-color: #DEB7EF;
}
.BgClassName
{
background-color: #DEB7EF;
}
</style>
border-color css
<style>
span { border-color: #DEB7EF; }
span { border-color: rgb(222,183,239); }
td.TdClassName
{
border-color: #DEB7EF;
}
.TagClassName
{
border-color: #DEB7EF;
}
</style>