Shades of Mauve #DEA8FC
Tints of Mauve #DEA8FC
RGB
CMYK
RGB Variations
Color information
#DEA8FC (or 0xDEA8FC) is known color: Mauve. HEX triplet: DE, A8 and FC. RGB value is (222,168,252). Sum of RGB (Red+Green+Blue) = 222+168+252=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8FC is #215703. Grayscale: #C1C1C1. Windows color (decimal): -2184964 or 16558302. OLE color: 16558302.
HSL color Cylindrical-coordinate representation of color #DEA8FC: hue angle of 278.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA8FC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 168 | 252 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.01 |
| HSL | 278.57º | 0.93% | 0.82% | - |
| HSV(B) | 278.57º | 0.33% | 0.99% | - |
| XYZ | 61.7 | 50.56 | 98.6 | - |
| YUV | 193.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 252 | 0.12 | 0.33 | 0 | 0.01 | 278.57 | 0.93 | 0.82 |
| Hex | DE | A8 | FC | C | 21 | 0 | 1 | 117 | 5D | 52 |
| Octal | 336 | 250 | 374 | 14 | 41 | 0 | 1 | 427 | 135 | 122 |
| Binary | 11011110 | 10101000 | 11111100 | 1100 | 100001 | 0 | 1 | 100010111 | 1011101 | 1010010 |
Color Harmonies of #DEA8FC
Complementary color
Monochromatic Colors of #DEA8FC
Black with #DEA8FC
Text Example
Text Example
White with #DEA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8FC; }
p { color: rgb(222,168,252); }
H1.HeaderClassName
{
color: #DEA8FC;
}
.AnyTagClassName
{
color: #DEA8FC;
}
</style>
background-color css
<style>
a { background-color: #DEA8FC; }
a { background-color: rgb(222,168,252); }
div.DivClassName
{
background-color: #DEA8FC;
}
.BgClassName
{
background-color: #DEA8FC;
}
</style>
border-color css
<style>
span { border-color: #DEA8FC; }
span { border-color: rgb(222,168,252); }
td.TdClassName
{
border-color: #DEA8FC;
}
.TagClassName
{
border-color: #DEA8FC;
}
</style>