Shades of Mauve #DEB6EC
Tints of Mauve #DEB6EC
RGB
CMYK
RGB Variations
Color information
#DEB6EC (or 0xDEB6EC) is known color: Mauve. HEX triplet: DE, B6 and EC. RGB value is (222,182,236). Sum of RGB (Red+Green+Blue) = 222+182+236=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6EC is #214913. Grayscale: #C7C7C7. Windows color (decimal): -2181396 or 15513310. OLE color: 15513310.
HSL color Cylindrical-coordinate representation of color #DEB6EC: hue angle of 284.44º 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 #DEB6EC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 182 | 236 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.07 |
| HSL | 284.44º | 0.59% | 0.82% | - |
| HSV(B) | 284.44º | 0.23% | 0.93% | - |
| XYZ | 61.99 | 55.04 | 86.71 | - |
| YUV | 200.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 236 | 0.06 | 0.23 | 0 | 0.07 | 284.44 | 0.59 | 0.82 |
| Hex | DE | B6 | EC | 6 | 17 | 0 | 7 | 11C | 3B | 52 |
| Octal | 336 | 266 | 354 | 6 | 27 | 0 | 7 | 434 | 73 | 122 |
| Binary | 11011110 | 10110110 | 11101100 | 110 | 10111 | 0 | 111 | 100011100 | 111011 | 1010010 |
Color Harmonies of #DEB6EC
Complementary color
Monochromatic Colors of #DEB6EC
Black with #DEB6EC
Text Example
Text Example
White with #DEB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6EC; }
p { color: rgb(222,182,236); }
H1.HeaderClassName
{
color: #DEB6EC;
}
.AnyTagClassName
{
color: #DEB6EC;
}
</style>
background-color css
<style>
a { background-color: #DEB6EC; }
a { background-color: rgb(222,182,236); }
div.DivClassName
{
background-color: #DEB6EC;
}
.BgClassName
{
background-color: #DEB6EC;
}
</style>
border-color css
<style>
span { border-color: #DEB6EC; }
span { border-color: rgb(222,182,236); }
td.TdClassName
{
border-color: #DEB6EC;
}
.TagClassName
{
border-color: #DEB6EC;
}
</style>