Shades of Mauve #DEBAEE
Tints of Mauve #DEBAEE
RGB
CMYK
RGB Variations
Color information
#DEBAEE (or 0xDEBAEE) is known color: Mauve. HEX triplet: DE, BA and EE. RGB value is (222,186,238). Sum of RGB (Red+Green+Blue) = 222+186+238=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEE is #214511. Grayscale: #CACACA. Windows color (decimal): -2180370 or 15645406. OLE color: 15645406.
HSL color Cylindrical-coordinate representation of color #DEBAEE: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBAEE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 186 | 238 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.07 |
| HSL | 281.54º | 0.6% | 0.83% | - |
| HSV(B) | 281.54º | 0.22% | 0.93% | - |
| XYZ | 63.12 | 56.82 | 88.53 | - |
| YUV | 202.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 238 | 0.07 | 0.22 | 0 | 0.07 | 281.54 | 0.6 | 0.83 |
| Hex | DE | BA | EE | 7 | 16 | 0 | 7 | 11A | 3C | 53 |
| Octal | 336 | 272 | 356 | 7 | 26 | 0 | 7 | 432 | 74 | 123 |
| Binary | 11011110 | 10111010 | 11101110 | 111 | 10110 | 0 | 111 | 100011010 | 111100 | 1010011 |
Color Harmonies of #DEBAEE
Complementary color
Monochromatic Colors of #DEBAEE
Black with #DEBAEE
Text Example
Text Example
White with #DEBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAEE; }
p { color: rgb(222,186,238); }
H1.HeaderClassName
{
color: #DEBAEE;
}
.AnyTagClassName
{
color: #DEBAEE;
}
</style>
background-color css
<style>
a { background-color: #DEBAEE; }
a { background-color: rgb(222,186,238); }
div.DivClassName
{
background-color: #DEBAEE;
}
.BgClassName
{
background-color: #DEBAEE;
}
</style>
border-color css
<style>
span { border-color: #DEBAEE; }
span { border-color: rgb(222,186,238); }
td.TdClassName
{
border-color: #DEBAEE;
}
.TagClassName
{
border-color: #DEBAEE;
}
</style>