Shades of Mauve #DEB9F0
Tints of Mauve #DEB9F0
RGB
CMYK
RGB Variations
Color information
#DEB9F0 (or 0xDEB9F0) is known color: Mauve. HEX triplet: DE, B9 and F0. RGB value is (222,185,240). Sum of RGB (Red+Green+Blue) = 222+185+240=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9F0 is #21460F. Grayscale: #CACACA. Windows color (decimal): -2180624 or 15776222. OLE color: 15776222.
HSL color Cylindrical-coordinate representation of color #DEB9F0: hue angle of 280.36º degrees, saturation: 0.65, 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 #DEB9F0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 185 | 240 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 280.36º | 0.65% | 0.83% | - |
| HSV(B) | 280.36º | 0.23% | 0.94% | - |
| XYZ | 63.2 | 56.52 | 90.02 | - |
| YUV | 202.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 240 | 0.08 | 0.23 | 0 | 0.06 | 280.36 | 0.65 | 0.83 |
| Hex | DE | B9 | F0 | 8 | 17 | 0 | 6 | 118 | 41 | 53 |
| Octal | 336 | 271 | 360 | 10 | 27 | 0 | 6 | 430 | 101 | 123 |
| Binary | 11011110 | 10111001 | 11110000 | 1000 | 10111 | 0 | 110 | 100011000 | 1000001 | 1010011 |
Color Harmonies of #DEB9F0
Complementary color
Monochromatic Colors of #DEB9F0
Black with #DEB9F0
Text Example
Text Example
White with #DEB9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB9F0; }
p { color: rgb(222,185,240); }
H1.HeaderClassName
{
color: #DEB9F0;
}
.AnyTagClassName
{
color: #DEB9F0;
}
</style>
background-color css
<style>
a { background-color: #DEB9F0; }
a { background-color: rgb(222,185,240); }
div.DivClassName
{
background-color: #DEB9F0;
}
.BgClassName
{
background-color: #DEB9F0;
}
</style>
border-color css
<style>
span { border-color: #DEB9F0; }
span { border-color: rgb(222,185,240); }
td.TdClassName
{
border-color: #DEB9F0;
}
.TagClassName
{
border-color: #DEB9F0;
}
</style>