Shades of Mauve #DEA3FD
Tints of Mauve #DEA3FD
RGB
CMYK
RGB Variations
Color information
#DEA3FD (or 0xDEA3FD) is known color: Mauve. HEX triplet: DE, A3 and FD. RGB value is (222,163,253). Sum of RGB (Red+Green+Blue) = 222+163+253=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3FD is #215C02. Grayscale: #BEBEBE. Windows color (decimal): -2186243 or 16622558. OLE color: 16622558.
HSL color Cylindrical-coordinate representation of color #DEA3FD: hue angle of 279.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA3FD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 163 | 253 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.01 |
| HSL | 279.33º | 0.96% | 0.82% | - |
| HSV(B) | 279.33º | 0.36% | 0.99% | - |
| XYZ | 60.95 | 48.82 | 99.14 | - |
| YUV | 190.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 253 | 0.12 | 0.36 | 0 | 0.01 | 279.33 | 0.96 | 0.82 |
| Hex | DE | A3 | FD | C | 24 | 0 | 1 | 117 | 60 | 52 |
| Octal | 336 | 243 | 375 | 14 | 44 | 0 | 1 | 427 | 140 | 122 |
| Binary | 11011110 | 10100011 | 11111101 | 1100 | 100100 | 0 | 1 | 100010111 | 1100000 | 1010010 |
Color Harmonies of #DEA3FD
Complementary color
Monochromatic Colors of #DEA3FD
Black with #DEA3FD
Text Example
Text Example
White with #DEA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3FD; }
p { color: rgb(222,163,253); }
H1.HeaderClassName
{
color: #DEA3FD;
}
.AnyTagClassName
{
color: #DEA3FD;
}
</style>
background-color css
<style>
a { background-color: #DEA3FD; }
a { background-color: rgb(222,163,253); }
div.DivClassName
{
background-color: #DEA3FD;
}
.BgClassName
{
background-color: #DEA3FD;
}
</style>
border-color css
<style>
span { border-color: #DEA3FD; }
span { border-color: rgb(222,163,253); }
td.TdClassName
{
border-color: #DEA3FD;
}
.TagClassName
{
border-color: #DEA3FD;
}
</style>