Shades of Mauve #DEAAF0
Tints of Mauve #DEAAF0
RGB
CMYK
RGB Variations
Color information
#DEAAF0 (or 0xDEAAF0) is known color: Mauve. HEX triplet: DE, AA and F0. RGB value is (222,170,240). Sum of RGB (Red+Green+Blue) = 222+170+240=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAF0 is #21550F. Grayscale: #C1C1C1. Windows color (decimal): -2184464 or 15772382. OLE color: 15772382.
HSL color Cylindrical-coordinate representation of color #DEAAF0: hue angle of 284.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAAF0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 170 | 240 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.06 |
| HSL | 284.57º | 0.7% | 0.8% | - |
| HSV(B) | 284.57º | 0.29% | 0.94% | - |
| XYZ | 60.23 | 50.57 | 89.02 | - |
| YUV | 193.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 240 | 0.08 | 0.29 | 0 | 0.06 | 284.57 | 0.7 | 0.8 |
| Hex | DE | AA | F0 | 8 | 1D | 0 | 6 | 11D | 46 | 50 |
| Octal | 336 | 252 | 360 | 10 | 35 | 0 | 6 | 435 | 106 | 120 |
| Binary | 11011110 | 10101010 | 11110000 | 1000 | 11101 | 0 | 110 | 100011101 | 1000110 | 1010000 |
Color Harmonies of #DEAAF0
Complementary color
Monochromatic Colors of #DEAAF0
Black with #DEAAF0
Text Example
Text Example
White with #DEAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAF0; }
p { color: rgb(222,170,240); }
H1.HeaderClassName
{
color: #DEAAF0;
}
.AnyTagClassName
{
color: #DEAAF0;
}
</style>
background-color css
<style>
a { background-color: #DEAAF0; }
a { background-color: rgb(222,170,240); }
div.DivClassName
{
background-color: #DEAAF0;
}
.BgClassName
{
background-color: #DEAAF0;
}
</style>
border-color css
<style>
span { border-color: #DEAAF0; }
span { border-color: rgb(222,170,240); }
td.TdClassName
{
border-color: #DEAAF0;
}
.TagClassName
{
border-color: #DEAAF0;
}
</style>