Shades of Mauve #DEAEF1
Tints of Mauve #DEAEF1
RGB
CMYK
RGB Variations
Color information
#DEAEF1 (or 0xDEAEF1) is known color: Mauve. HEX triplet: DE, AE and F1. RGB value is (222,174,241). Sum of RGB (Red+Green+Blue) = 222+174+241=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF1 is #21510E. Grayscale: #C3C3C3. Windows color (decimal): -2183439 or 15838942. OLE color: 15838942.
HSL color Cylindrical-coordinate representation of color #DEAEF1: hue angle of 282.99º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAEF1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 174 | 241 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.05 |
| HSL | 282.99º | 0.71% | 0.81% | - |
| HSV(B) | 282.99º | 0.28% | 0.95% | - |
| XYZ | 61.14 | 52.15 | 90.06 | - |
| YUV | 195.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 241 | 0.08 | 0.28 | 0 | 0.05 | 282.99 | 0.71 | 0.81 |
| Hex | DE | AE | F1 | 8 | 1C | 0 | 5 | 11B | 47 | 51 |
| Octal | 336 | 256 | 361 | 10 | 34 | 0 | 5 | 433 | 107 | 121 |
| Binary | 11011110 | 10101110 | 11110001 | 1000 | 11100 | 0 | 101 | 100011011 | 1000111 | 1010001 |
Color Harmonies of #DEAEF1
Complementary color
Monochromatic Colors of #DEAEF1
Black with #DEAEF1
Text Example
Text Example
White with #DEAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEF1; }
p { color: rgb(222,174,241); }
H1.HeaderClassName
{
color: #DEAEF1;
}
.AnyTagClassName
{
color: #DEAEF1;
}
</style>
background-color css
<style>
a { background-color: #DEAEF1; }
a { background-color: rgb(222,174,241); }
div.DivClassName
{
background-color: #DEAEF1;
}
.BgClassName
{
background-color: #DEAEF1;
}
</style>
border-color css
<style>
span { border-color: #DEAEF1; }
span { border-color: rgb(222,174,241); }
td.TdClassName
{
border-color: #DEAEF1;
}
.TagClassName
{
border-color: #DEAEF1;
}
</style>