Shades of Mauve #DEBAEA
Tints of Mauve #DEBAEA
RGB
CMYK
RGB Variations
Color information
#DEBAEA (or 0xDEBAEA) is known color: Mauve. HEX triplet: DE, BA and EA. RGB value is (222,186,234). Sum of RGB (Red+Green+Blue) = 222+186+234=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEA is #214515. Grayscale: #CACACA. Windows color (decimal): -2180374 or 15383262. OLE color: 15383262.
HSL color Cylindrical-coordinate representation of color #DEBAEA: hue angle of 285º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBAEA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 186 | 234 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.08 |
| HSL | 285º | 0.53% | 0.82% | - |
| HSV(B) | 285º | 0.21% | 0.92% | - |
| XYZ | 62.53 | 56.59 | 85.47 | - |
| YUV | 202.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 234 | 0.05 | 0.21 | 0 | 0.08 | 285 | 0.53 | 0.82 |
| Hex | DE | BA | EA | 5 | 15 | 0 | 8 | 11D | 35 | 52 |
| Octal | 336 | 272 | 352 | 5 | 25 | 0 | 10 | 435 | 65 | 122 |
| Binary | 11011110 | 10111010 | 11101010 | 101 | 10101 | 0 | 1000 | 100011101 | 110101 | 1010010 |
Color Harmonies of #DEBAEA
Complementary color
Monochromatic Colors of #DEBAEA
Black with #DEBAEA
Text Example
Text Example
White with #DEBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAEA; }
p { color: rgb(222,186,234); }
H1.HeaderClassName
{
color: #DEBAEA;
}
.AnyTagClassName
{
color: #DEBAEA;
}
</style>
background-color css
<style>
a { background-color: #DEBAEA; }
a { background-color: rgb(222,186,234); }
div.DivClassName
{
background-color: #DEBAEA;
}
.BgClassName
{
background-color: #DEBAEA;
}
</style>
border-color css
<style>
span { border-color: #DEBAEA; }
span { border-color: rgb(222,186,234); }
td.TdClassName
{
border-color: #DEBAEA;
}
.TagClassName
{
border-color: #DEBAEA;
}
</style>