Shades of Mauve #DEAEF7
Tints of Mauve #DEAEF7
RGB
CMYK
RGB Variations
Color information
#DEAEF7 (or 0xDEAEF7) is known color: Mauve. HEX triplet: DE, AE and F7. RGB value is (222,174,247). Sum of RGB (Red+Green+Blue) = 222+174+247=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF7 is #215108. Grayscale: #C4C4C4. Windows color (decimal): -2183433 or 16232158. OLE color: 16232158.
HSL color Cylindrical-coordinate representation of color #DEAEF7: hue angle of 279.45º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAEF7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 174 | 247 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.03 |
| HSL | 279.45º | 0.82% | 0.83% | - |
| HSV(B) | 279.45º | 0.3% | 0.97% | - |
| XYZ | 62.05 | 52.52 | 94.86 | - |
| YUV | 196.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 247 | 0.10 | 0.30 | 0 | 0.03 | 279.45 | 0.82 | 0.83 |
| Hex | DE | AE | F7 | A | 1E | 0 | 3 | 117 | 52 | 53 |
| Octal | 336 | 256 | 367 | 12 | 36 | 0 | 3 | 427 | 122 | 123 |
| Binary | 11011110 | 10101110 | 11110111 | 1010 | 11110 | 0 | 11 | 100010111 | 1010010 | 1010011 |
Color Harmonies of #DEAEF7
Complementary color
Monochromatic Colors of #DEAEF7
Black with #DEAEF7
Text Example
Text Example
White with #DEAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEF7; }
p { color: rgb(222,174,247); }
H1.HeaderClassName
{
color: #DEAEF7;
}
.AnyTagClassName
{
color: #DEAEF7;
}
</style>
background-color css
<style>
a { background-color: #DEAEF7; }
a { background-color: rgb(222,174,247); }
div.DivClassName
{
background-color: #DEAEF7;
}
.BgClassName
{
background-color: #DEAEF7;
}
</style>
border-color css
<style>
span { border-color: #DEAEF7; }
span { border-color: rgb(222,174,247); }
td.TdClassName
{
border-color: #DEAEF7;
}
.TagClassName
{
border-color: #DEAEF7;
}
</style>