Shades of Mauve #DEAAF1
Tints of Mauve #DEAAF1
RGB
CMYK
RGB Variations
Color information
#DEAAF1 (or 0xDEAAF1) is known color: Mauve. HEX triplet: DE, AA and F1. RGB value is (222,170,241). Sum of RGB (Red+Green+Blue) = 222+170+241=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAF1 is #21550E. Grayscale: #C1C1C1. Windows color (decimal): -2184463 or 15837918. OLE color: 15837918.
HSL color Cylindrical-coordinate representation of color #DEAAF1: hue angle of 283.94º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAAF1 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 170 | 241 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.05 |
| HSL | 283.94º | 0.72% | 0.81% | - |
| HSV(B) | 283.94º | 0.29% | 0.95% | - |
| XYZ | 60.38 | 50.63 | 89.81 | - |
| YUV | 193.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 241 | 0.08 | 0.29 | 0 | 0.05 | 283.94 | 0.72 | 0.81 |
| Hex | DE | AA | F1 | 8 | 1D | 0 | 5 | 11C | 48 | 51 |
| Octal | 336 | 252 | 361 | 10 | 35 | 0 | 5 | 434 | 110 | 121 |
| Binary | 11011110 | 10101010 | 11110001 | 1000 | 11101 | 0 | 101 | 100011100 | 1001000 | 1010001 |
Color Harmonies of #DEAAF1
Complementary color
Monochromatic Colors of #DEAAF1
Black with #DEAAF1
Text Example
Text Example
White with #DEAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAF1; }
p { color: rgb(222,170,241); }
H1.HeaderClassName
{
color: #DEAAF1;
}
.AnyTagClassName
{
color: #DEAAF1;
}
</style>
background-color css
<style>
a { background-color: #DEAAF1; }
a { background-color: rgb(222,170,241); }
div.DivClassName
{
background-color: #DEAAF1;
}
.BgClassName
{
background-color: #DEAAF1;
}
</style>
border-color css
<style>
span { border-color: #DEAAF1; }
span { border-color: rgb(222,170,241); }
td.TdClassName
{
border-color: #DEAAF1;
}
.TagClassName
{
border-color: #DEAAF1;
}
</style>