Shades of Mauve #DEBBEC
Tints of Mauve #DEBBEC
RGB
CMYK
RGB Variations
Color information
#DEBBEC (or 0xDEBBEC) is known color: Mauve. HEX triplet: DE, BB and EC. RGB value is (222,187,236). Sum of RGB (Red+Green+Blue) = 222+187+236=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBEC is #214413. Grayscale: #CACACA. Windows color (decimal): -2180116 or 15514590. OLE color: 15514590.
HSL color Cylindrical-coordinate representation of color #DEBBEC: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBBEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 187 | 236 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.07 |
| HSL | 282.86º | 0.56% | 0.83% | - |
| HSV(B) | 282.86º | 0.21% | 0.93% | - |
| XYZ | 63.03 | 57.13 | 87.06 | - |
| YUV | 203.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 236 | 0.06 | 0.21 | 0 | 0.07 | 282.86 | 0.56 | 0.83 |
| Hex | DE | BB | EC | 6 | 15 | 0 | 7 | 11B | 38 | 53 |
| Octal | 336 | 273 | 354 | 6 | 25 | 0 | 7 | 433 | 70 | 123 |
| Binary | 11011110 | 10111011 | 11101100 | 110 | 10101 | 0 | 111 | 100011011 | 111000 | 1010011 |
Color Harmonies of #DEBBEC
Complementary color
Monochromatic Colors of #DEBBEC
Black with #DEBBEC
Text Example
Text Example
White with #DEBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBEC; }
p { color: rgb(222,187,236); }
H1.HeaderClassName
{
color: #DEBBEC;
}
.AnyTagClassName
{
color: #DEBBEC;
}
</style>
background-color css
<style>
a { background-color: #DEBBEC; }
a { background-color: rgb(222,187,236); }
div.DivClassName
{
background-color: #DEBBEC;
}
.BgClassName
{
background-color: #DEBBEC;
}
</style>
border-color css
<style>
span { border-color: #DEBBEC; }
span { border-color: rgb(222,187,236); }
td.TdClassName
{
border-color: #DEBBEC;
}
.TagClassName
{
border-color: #DEBBEC;
}
</style>