Shades of Mauve #DEA8FB
Tints of Mauve #DEA8FB
RGB
CMYK
RGB Variations
Color information
#DEA8FB (or 0xDEA8FB) is known color: Mauve. HEX triplet: DE, A8 and FB. RGB value is (222,168,251). Sum of RGB (Red+Green+Blue) = 222+168+251=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8FB is #215704. Grayscale: #C1C1C1. Windows color (decimal): -2184965 or 16492766. OLE color: 16492766.
HSL color Cylindrical-coordinate representation of color #DEA8FB: hue angle of 279.04º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA8FB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 168 | 251 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.02 |
| HSL | 279.04º | 0.91% | 0.82% | - |
| HSV(B) | 279.04º | 0.33% | 0.98% | - |
| XYZ | 61.54 | 50.5 | 97.77 | - |
| YUV | 193.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 251 | 0.12 | 0.33 | 0 | 0.02 | 279.04 | 0.91 | 0.82 |
| Hex | DE | A8 | FB | C | 21 | 0 | 2 | 117 | 5B | 52 |
| Octal | 336 | 250 | 373 | 14 | 41 | 0 | 2 | 427 | 133 | 122 |
| Binary | 11011110 | 10101000 | 11111011 | 1100 | 100001 | 0 | 10 | 100010111 | 1011011 | 1010010 |
Color Harmonies of #DEA8FB
Complementary color
Monochromatic Colors of #DEA8FB
Black with #DEA8FB
Text Example
Text Example
White with #DEA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8FB; }
p { color: rgb(222,168,251); }
H1.HeaderClassName
{
color: #DEA8FB;
}
.AnyTagClassName
{
color: #DEA8FB;
}
</style>
background-color css
<style>
a { background-color: #DEA8FB; }
a { background-color: rgb(222,168,251); }
div.DivClassName
{
background-color: #DEA8FB;
}
.BgClassName
{
background-color: #DEA8FB;
}
</style>
border-color css
<style>
span { border-color: #DEA8FB; }
span { border-color: rgb(222,168,251); }
td.TdClassName
{
border-color: #DEA8FB;
}
.TagClassName
{
border-color: #DEA8FB;
}
</style>