Shades of Mauve #DEA7F2
Tints of Mauve #DEA7F2
RGB
CMYK
RGB Variations
Color information
#DEA7F2 (or 0xDEA7F2) is known color: Mauve. HEX triplet: DE, A7 and F2. RGB value is (222,167,242). Sum of RGB (Red+Green+Blue) = 222+167+242=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEA7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7F2 is #21580D. Grayscale: #BFBFBF. Windows color (decimal): -2185230 or 15902686. OLE color: 15902686.
HSL color Cylindrical-coordinate representation of color #DEA7F2: hue angle of 284º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA7F2 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 167 | 242 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.05 |
| HSL | 284º | 0.74% | 0.8% | - |
| HSV(B) | 284º | 0.31% | 0.95% | - |
| XYZ | 59.97 | 49.58 | 90.41 | - |
| YUV | 192 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 242 | 0.08 | 0.31 | 0 | 0.05 | 284 | 0.74 | 0.8 |
| Hex | DE | A7 | F2 | 8 | 1F | 0 | 5 | 11C | 4A | 50 |
| Octal | 336 | 247 | 362 | 10 | 37 | 0 | 5 | 434 | 112 | 120 |
| Binary | 11011110 | 10100111 | 11110010 | 1000 | 11111 | 0 | 101 | 100011100 | 1001010 | 1010000 |
Color Harmonies of #DEA7F2
Complementary color
Monochromatic Colors of #DEA7F2
Black with #DEA7F2
Text Example
Text Example
White with #DEA7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7F2; }
p { color: rgb(222,167,242); }
H1.HeaderClassName
{
color: #DEA7F2;
}
.AnyTagClassName
{
color: #DEA7F2;
}
</style>
background-color css
<style>
a { background-color: #DEA7F2; }
a { background-color: rgb(222,167,242); }
div.DivClassName
{
background-color: #DEA7F2;
}
.BgClassName
{
background-color: #DEA7F2;
}
</style>
border-color css
<style>
span { border-color: #DEA7F2; }
span { border-color: rgb(222,167,242); }
td.TdClassName
{
border-color: #DEA7F2;
}
.TagClassName
{
border-color: #DEA7F2;
}
</style>