Shades of Mauve #DEB7F1
Tints of Mauve #DEB7F1
RGB
CMYK
RGB Variations
Color information
#DEB7F1 (or 0xDEB7F1) is known color: Mauve. HEX triplet: DE, B7 and F1. RGB value is (222,183,241). Sum of RGB (Red+Green+Blue) = 222+183+241=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEB7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7F1 is #21480E. Grayscale: #C9C9C9. Windows color (decimal): -2181135 or 15841246. OLE color: 15841246.
HSL color Cylindrical-coordinate representation of color #DEB7F1: hue angle of 280.34º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEB7F1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 183 | 241 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.05 |
| HSL | 280.34º | 0.67% | 0.83% | - |
| HSV(B) | 280.34º | 0.24% | 0.95% | - |
| XYZ | 62.93 | 55.75 | 90.66 | - |
| YUV | 201.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 241 | 0.08 | 0.24 | 0 | 0.05 | 280.34 | 0.67 | 0.83 |
| Hex | DE | B7 | F1 | 8 | 18 | 0 | 5 | 118 | 43 | 53 |
| Octal | 336 | 267 | 361 | 10 | 30 | 0 | 5 | 430 | 103 | 123 |
| Binary | 11011110 | 10110111 | 11110001 | 1000 | 11000 | 0 | 101 | 100011000 | 1000011 | 1010011 |
Color Harmonies of #DEB7F1
Complementary color
Monochromatic Colors of #DEB7F1
Black with #DEB7F1
Text Example
Text Example
White with #DEB7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7F1; }
p { color: rgb(222,183,241); }
H1.HeaderClassName
{
color: #DEB7F1;
}
.AnyTagClassName
{
color: #DEB7F1;
}
</style>
background-color css
<style>
a { background-color: #DEB7F1; }
a { background-color: rgb(222,183,241); }
div.DivClassName
{
background-color: #DEB7F1;
}
.BgClassName
{
background-color: #DEB7F1;
}
</style>
border-color css
<style>
span { border-color: #DEB7F1; }
span { border-color: rgb(222,183,241); }
td.TdClassName
{
border-color: #DEB7F1;
}
.TagClassName
{
border-color: #DEB7F1;
}
</style>