Shades of Mauve #DEBCEC
Tints of Mauve #DEBCEC
RGB
CMYK
RGB Variations
Color information
#DEBCEC (or 0xDEBCEC) is known color: Mauve. HEX triplet: DE, BC and EC. RGB value is (222,188,236). Sum of RGB (Red+Green+Blue) = 222+188+236=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCEC is #214313. Grayscale: #CBCBCB. Windows color (decimal): -2179860 or 15514846. OLE color: 15514846.
HSL color Cylindrical-coordinate representation of color #DEBCEC: hue angle of 282.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBCEC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 188 | 236 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.07 |
| HSL | 282.5º | 0.56% | 0.83% | - |
| HSV(B) | 282.5º | 0.2% | 0.93% | - |
| XYZ | 63.25 | 57.55 | 87.13 | - |
| YUV | 203.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 236 | 0.06 | 0.20 | 0 | 0.07 | 282.5 | 0.56 | 0.83 |
| Hex | DE | BC | EC | 6 | 14 | 0 | 7 | 11A | 38 | 53 |
| Octal | 336 | 274 | 354 | 6 | 24 | 0 | 7 | 432 | 70 | 123 |
| Binary | 11011110 | 10111100 | 11101100 | 110 | 10100 | 0 | 111 | 100011010 | 111000 | 1010011 |
Color Harmonies of #DEBCEC
Complementary color
Monochromatic Colors of #DEBCEC
Black with #DEBCEC
Text Example
Text Example
White with #DEBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCEC; }
p { color: rgb(222,188,236); }
H1.HeaderClassName
{
color: #DEBCEC;
}
.AnyTagClassName
{
color: #DEBCEC;
}
</style>
background-color css
<style>
a { background-color: #DEBCEC; }
a { background-color: rgb(222,188,236); }
div.DivClassName
{
background-color: #DEBCEC;
}
.BgClassName
{
background-color: #DEBCEC;
}
</style>
border-color css
<style>
span { border-color: #DEBCEC; }
span { border-color: rgb(222,188,236); }
td.TdClassName
{
border-color: #DEBCEC;
}
.TagClassName
{
border-color: #DEBCEC;
}
</style>