Shades of Mauve #DEB5EC
Tints of Mauve #DEB5EC
RGB
CMYK
RGB Variations
Color information
#DEB5EC (or 0xDEB5EC) is known color: Mauve. HEX triplet: DE, B5 and EC. RGB value is (222,181,236). Sum of RGB (Red+Green+Blue) = 222+181+236=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5EC is #214A13. Grayscale: #C7C7C7. Windows color (decimal): -2181652 or 15513054. OLE color: 15513054.
HSL color Cylindrical-coordinate representation of color #DEB5EC: hue angle of 284.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB5EC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 181 | 236 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.07 |
| HSL | 284.73º | 0.59% | 0.82% | - |
| HSV(B) | 284.73º | 0.23% | 0.93% | - |
| XYZ | 61.79 | 54.63 | 86.65 | - |
| YUV | 199.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 236 | 0.06 | 0.23 | 0 | 0.07 | 284.73 | 0.59 | 0.82 |
| Hex | DE | B5 | EC | 6 | 17 | 0 | 7 | 11D | 3B | 52 |
| Octal | 336 | 265 | 354 | 6 | 27 | 0 | 7 | 435 | 73 | 122 |
| Binary | 11011110 | 10110101 | 11101100 | 110 | 10111 | 0 | 111 | 100011101 | 111011 | 1010010 |
Color Harmonies of #DEB5EC
Complementary color
Monochromatic Colors of #DEB5EC
Black with #DEB5EC
Text Example
Text Example
White with #DEB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5EC; }
p { color: rgb(222,181,236); }
H1.HeaderClassName
{
color: #DEB5EC;
}
.AnyTagClassName
{
color: #DEB5EC;
}
</style>
background-color css
<style>
a { background-color: #DEB5EC; }
a { background-color: rgb(222,181,236); }
div.DivClassName
{
background-color: #DEB5EC;
}
.BgClassName
{
background-color: #DEB5EC;
}
</style>
border-color css
<style>
span { border-color: #DEB5EC; }
span { border-color: rgb(222,181,236); }
td.TdClassName
{
border-color: #DEB5EC;
}
.TagClassName
{
border-color: #DEB5EC;
}
</style>