Shades of Mauve #DEB7F2
Tints of Mauve #DEB7F2
RGB
CMYK
RGB Variations
Color information
#DEB7F2 (or 0xDEB7F2) is known color: Mauve. HEX triplet: DE, B7 and F2. RGB value is (222,183,242). Sum of RGB (Red+Green+Blue) = 222+183+242=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEB7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7F2 is #21480D. Grayscale: #C9C9C9. Windows color (decimal): -2181134 or 15906782. OLE color: 15906782.
HSL color Cylindrical-coordinate representation of color #DEB7F2: hue angle of 279.66º degrees, saturation: 0.69, 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 #DEB7F2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 183 | 242 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.05 |
| HSL | 279.66º | 0.69% | 0.83% | - |
| HSV(B) | 279.66º | 0.24% | 0.95% | - |
| XYZ | 63.08 | 55.81 | 91.45 | - |
| YUV | 201.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 242 | 0.08 | 0.24 | 0 | 0.05 | 279.66 | 0.69 | 0.83 |
| Hex | DE | B7 | F2 | 8 | 18 | 0 | 5 | 118 | 45 | 53 |
| Octal | 336 | 267 | 362 | 10 | 30 | 0 | 5 | 430 | 105 | 123 |
| Binary | 11011110 | 10110111 | 11110010 | 1000 | 11000 | 0 | 101 | 100011000 | 1000101 | 1010011 |
Color Harmonies of #DEB7F2
Complementary color
Monochromatic Colors of #DEB7F2
Black with #DEB7F2
Text Example
Text Example
White with #DEB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7F2; }
p { color: rgb(222,183,242); }
H1.HeaderClassName
{
color: #DEB7F2;
}
.AnyTagClassName
{
color: #DEB7F2;
}
</style>
background-color css
<style>
a { background-color: #DEB7F2; }
a { background-color: rgb(222,183,242); }
div.DivClassName
{
background-color: #DEB7F2;
}
.BgClassName
{
background-color: #DEB7F2;
}
</style>
border-color css
<style>
span { border-color: #DEB7F2; }
span { border-color: rgb(222,183,242); }
td.TdClassName
{
border-color: #DEB7F2;
}
.TagClassName
{
border-color: #DEB7F2;
}
</style>