Shades of Mauve #DEBAEB
Tints of Mauve #DEBAEB
RGB
CMYK
RGB Variations
Color information
#DEBAEB (or 0xDEBAEB) is known color: Mauve. HEX triplet: DE, BA and EB. RGB value is (222,186,235). Sum of RGB (Red+Green+Blue) = 222+186+235=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEB is #214514. Grayscale: #CACACA. Windows color (decimal): -2180373 or 15448798. OLE color: 15448798.
HSL color Cylindrical-coordinate representation of color #DEBAEB: hue angle of 284.08º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBAEB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 186 | 235 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.08 |
| HSL | 284.08º | 0.55% | 0.83% | - |
| HSV(B) | 284.08º | 0.21% | 0.92% | - |
| XYZ | 62.68 | 56.65 | 86.23 | - |
| YUV | 202.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 235 | 0.06 | 0.21 | 0 | 0.08 | 284.08 | 0.55 | 0.83 |
| Hex | DE | BA | EB | 6 | 15 | 0 | 8 | 11C | 37 | 53 |
| Octal | 336 | 272 | 353 | 6 | 25 | 0 | 10 | 434 | 67 | 123 |
| Binary | 11011110 | 10111010 | 11101011 | 110 | 10101 | 0 | 1000 | 100011100 | 110111 | 1010011 |
Color Harmonies of #DEBAEB
Complementary color
Monochromatic Colors of #DEBAEB
Black with #DEBAEB
Text Example
Text Example
White with #DEBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAEB; }
p { color: rgb(222,186,235); }
H1.HeaderClassName
{
color: #DEBAEB;
}
.AnyTagClassName
{
color: #DEBAEB;
}
</style>
background-color css
<style>
a { background-color: #DEBAEB; }
a { background-color: rgb(222,186,235); }
div.DivClassName
{
background-color: #DEBAEB;
}
.BgClassName
{
background-color: #DEBAEB;
}
</style>
border-color css
<style>
span { border-color: #DEBAEB; }
span { border-color: rgb(222,186,235); }
td.TdClassName
{
border-color: #DEBAEB;
}
.TagClassName
{
border-color: #DEBAEB;
}
</style>