Shades of Mauve #DEA4FD
Tints of Mauve #DEA4FD
RGB
CMYK
RGB Variations
Color information
#DEA4FD (or 0xDEA4FD) is known color: Mauve. HEX triplet: DE, A4 and FD. RGB value is (222,164,253). Sum of RGB (Red+Green+Blue) = 222+164+253=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4FD is #215B02. Grayscale: #BFBFBF. Windows color (decimal): -2185987 or 16622814. OLE color: 16622814.
HSL color Cylindrical-coordinate representation of color #DEA4FD: hue angle of 279.1º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA4FD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 164 | 253 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.01 |
| HSL | 279.1º | 0.96% | 0.82% | - |
| HSV(B) | 279.1º | 0.35% | 0.99% | - |
| XYZ | 61.13 | 49.17 | 99.2 | - |
| YUV | 191.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 253 | 0.12 | 0.35 | 0 | 0.01 | 279.1 | 0.96 | 0.82 |
| Hex | DE | A4 | FD | C | 23 | 0 | 1 | 117 | 60 | 52 |
| Octal | 336 | 244 | 375 | 14 | 43 | 0 | 1 | 427 | 140 | 122 |
| Binary | 11011110 | 10100100 | 11111101 | 1100 | 100011 | 0 | 1 | 100010111 | 1100000 | 1010010 |
Color Harmonies of #DEA4FD
Complementary color
Monochromatic Colors of #DEA4FD
Black with #DEA4FD
Text Example
Text Example
White with #DEA4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4FD; }
p { color: rgb(222,164,253); }
H1.HeaderClassName
{
color: #DEA4FD;
}
.AnyTagClassName
{
color: #DEA4FD;
}
</style>
background-color css
<style>
a { background-color: #DEA4FD; }
a { background-color: rgb(222,164,253); }
div.DivClassName
{
background-color: #DEA4FD;
}
.BgClassName
{
background-color: #DEA4FD;
}
</style>
border-color css
<style>
span { border-color: #DEA4FD; }
span { border-color: rgb(222,164,253); }
td.TdClassName
{
border-color: #DEA4FD;
}
.TagClassName
{
border-color: #DEA4FD;
}
</style>