Shades of Mauve #DEBAEC
Tints of Mauve #DEBAEC
RGB
CMYK
RGB Variations
Color information
#DEBAEC (or 0xDEBAEC) is known color: Mauve. HEX triplet: DE, BA and EC. RGB value is (222,186,236). Sum of RGB (Red+Green+Blue) = 222+186+236=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEC is #214513. Grayscale: #CACACA. Windows color (decimal): -2180372 or 15514334. OLE color: 15514334.
HSL color Cylindrical-coordinate representation of color #DEBAEC: hue angle of 283.2º degrees, saturation: 0.57, 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 #DEBAEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 186 | 236 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.07 |
| HSL | 283.2º | 0.57% | 0.83% | - |
| HSV(B) | 283.2º | 0.21% | 0.93% | - |
| XYZ | 62.82 | 56.7 | 86.99 | - |
| YUV | 202.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 236 | 0.06 | 0.21 | 0 | 0.07 | 283.2 | 0.57 | 0.83 |
| Hex | DE | BA | EC | 6 | 15 | 0 | 7 | 11B | 39 | 53 |
| Octal | 336 | 272 | 354 | 6 | 25 | 0 | 7 | 433 | 71 | 123 |
| Binary | 11011110 | 10111010 | 11101100 | 110 | 10101 | 0 | 111 | 100011011 | 111001 | 1010011 |
Color Harmonies of #DEBAEC
Complementary color
Monochromatic Colors of #DEBAEC
Black with #DEBAEC
Text Example
Text Example
White with #DEBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAEC; }
p { color: rgb(222,186,236); }
H1.HeaderClassName
{
color: #DEBAEC;
}
.AnyTagClassName
{
color: #DEBAEC;
}
</style>
background-color css
<style>
a { background-color: #DEBAEC; }
a { background-color: rgb(222,186,236); }
div.DivClassName
{
background-color: #DEBAEC;
}
.BgClassName
{
background-color: #DEBAEC;
}
</style>
border-color css
<style>
span { border-color: #DEBAEC; }
span { border-color: rgb(222,186,236); }
td.TdClassName
{
border-color: #DEBAEC;
}
.TagClassName
{
border-color: #DEBAEC;
}
</style>