Shades of Mauve #DEB5F0
Tints of Mauve #DEB5F0
RGB
CMYK
RGB Variations
Color information
#DEB5F0 (or 0xDEB5F0) is known color: Mauve. HEX triplet: DE, B5 and F0. RGB value is (222,181,240). Sum of RGB (Red+Green+Blue) = 222+181+240=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5F0 is #214A0F. Grayscale: #C7C7C7. Windows color (decimal): -2181648 or 15775198. OLE color: 15775198.
HSL color Cylindrical-coordinate representation of color #DEB5F0: hue angle of 281.69º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB5F0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 181 | 240 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.06 |
| HSL | 281.69º | 0.66% | 0.83% | - |
| HSV(B) | 281.69º | 0.25% | 0.94% | - |
| XYZ | 62.38 | 54.87 | 89.74 | - |
| YUV | 199.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 240 | 0.08 | 0.25 | 0 | 0.06 | 281.69 | 0.66 | 0.83 |
| Hex | DE | B5 | F0 | 8 | 19 | 0 | 6 | 11A | 42 | 53 |
| Octal | 336 | 265 | 360 | 10 | 31 | 0 | 6 | 432 | 102 | 123 |
| Binary | 11011110 | 10110101 | 11110000 | 1000 | 11001 | 0 | 110 | 100011010 | 1000010 | 1010011 |
Color Harmonies of #DEB5F0
Complementary color
Monochromatic Colors of #DEB5F0
Black with #DEB5F0
Text Example
Text Example
White with #DEB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5F0; }
p { color: rgb(222,181,240); }
H1.HeaderClassName
{
color: #DEB5F0;
}
.AnyTagClassName
{
color: #DEB5F0;
}
</style>
background-color css
<style>
a { background-color: #DEB5F0; }
a { background-color: rgb(222,181,240); }
div.DivClassName
{
background-color: #DEB5F0;
}
.BgClassName
{
background-color: #DEB5F0;
}
</style>
border-color css
<style>
span { border-color: #DEB5F0; }
span { border-color: rgb(222,181,240); }
td.TdClassName
{
border-color: #DEB5F0;
}
.TagClassName
{
border-color: #DEB5F0;
}
</style>