Shades of Mauve #DEAAED
Tints of Mauve #DEAAED
RGB
CMYK
RGB Variations
Color information
#DEAAED (or 0xDEAAED) is known color: Mauve. HEX triplet: DE, AA and ED. RGB value is (222,170,237). Sum of RGB (Red+Green+Blue) = 222+170+237=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAED is #215512. Grayscale: #C0C0C0. Windows color (decimal): -2184467 or 15575774. OLE color: 15575774.
HSL color Cylindrical-coordinate representation of color #DEAAED: hue angle of 286.57º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAAED is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 170 | 237 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 286.57º | 0.65% | 0.8% | - |
| HSV(B) | 286.57º | 0.28% | 0.93% | - |
| XYZ | 59.78 | 50.39 | 86.7 | - |
| YUV | 193.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 237 | 0.06 | 0.28 | 0 | 0.07 | 286.57 | 0.65 | 0.8 |
| Hex | DE | AA | ED | 6 | 1C | 0 | 7 | 11F | 41 | 50 |
| Octal | 336 | 252 | 355 | 6 | 34 | 0 | 7 | 437 | 101 | 120 |
| Binary | 11011110 | 10101010 | 11101101 | 110 | 11100 | 0 | 111 | 100011111 | 1000001 | 1010000 |
Color Harmonies of #DEAAED
Complementary color
Monochromatic Colors of #DEAAED
Black with #DEAAED
Text Example
Text Example
White with #DEAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAED; }
p { color: rgb(222,170,237); }
H1.HeaderClassName
{
color: #DEAAED;
}
.AnyTagClassName
{
color: #DEAAED;
}
</style>
background-color css
<style>
a { background-color: #DEAAED; }
a { background-color: rgb(222,170,237); }
div.DivClassName
{
background-color: #DEAAED;
}
.BgClassName
{
background-color: #DEAAED;
}
</style>
border-color css
<style>
span { border-color: #DEAAED; }
span { border-color: rgb(222,170,237); }
td.TdClassName
{
border-color: #DEAAED;
}
.TagClassName
{
border-color: #DEAAED;
}
</style>