Shades of Mauve #DEA5F0
Tints of Mauve #DEA5F0
RGB
CMYK
RGB Variations
Color information
#DEA5F0 (or 0xDEA5F0) is known color: Mauve. HEX triplet: DE, A5 and F0. RGB value is (222,165,240). Sum of RGB (Red+Green+Blue) = 222+165+240=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5F0 is #215A0F. Grayscale: #BEBEBE. Windows color (decimal): -2185744 or 15771102. OLE color: 15771102.
HSL color Cylindrical-coordinate representation of color #DEA5F0: hue angle of 285.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA5F0 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 165 | 240 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.06 |
| HSL | 285.6º | 0.71% | 0.79% | - |
| HSV(B) | 285.6º | 0.31% | 0.94% | - |
| XYZ | 59.31 | 48.73 | 88.72 | - |
| YUV | 190.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 240 | 0.08 | 0.31 | 0 | 0.06 | 285.6 | 0.71 | 0.79 |
| Hex | DE | A5 | F0 | 8 | 1F | 0 | 6 | 11E | 47 | 4F |
| Octal | 336 | 245 | 360 | 10 | 37 | 0 | 6 | 436 | 107 | 117 |
| Binary | 11011110 | 10100101 | 11110000 | 1000 | 11111 | 0 | 110 | 100011110 | 1000111 | 1001111 |
Color Harmonies of #DEA5F0
Complementary color
Monochromatic Colors of #DEA5F0
Black with #DEA5F0
Text Example
Text Example
White with #DEA5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5F0; }
p { color: rgb(222,165,240); }
H1.HeaderClassName
{
color: #DEA5F0;
}
.AnyTagClassName
{
color: #DEA5F0;
}
</style>
background-color css
<style>
a { background-color: #DEA5F0; }
a { background-color: rgb(222,165,240); }
div.DivClassName
{
background-color: #DEA5F0;
}
.BgClassName
{
background-color: #DEA5F0;
}
</style>
border-color css
<style>
span { border-color: #DEA5F0; }
span { border-color: rgb(222,165,240); }
td.TdClassName
{
border-color: #DEA5F0;
}
.TagClassName
{
border-color: #DEA5F0;
}
</style>