Shades of Mauve #DEAFFA
Tints of Mauve #DEAFFA
RGB
CMYK
RGB Variations
Color information
#DEAFFA (or 0xDEAFFA) is known color: Mauve. HEX triplet: DE, AF and FA. RGB value is (222,175,250). Sum of RGB (Red+Green+Blue) = 222+175+250=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFFA is #215005. Grayscale: #C5C5C5. Windows color (decimal): -2183174 or 16429022. OLE color: 16429022.
HSL color Cylindrical-coordinate representation of color #DEAFFA: hue angle of 277.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAFFA is Cyan = 0.11, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 175 | 250 | - |
| CMYK | 0.11 | 0.3 | 0 | 0.02 |
| HSL | 277.6º | 0.88% | 0.83% | - |
| HSV(B) | 277.6º | 0.3% | 0.98% | - |
| XYZ | 62.71 | 53.09 | 97.39 | - |
| YUV | 197.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 250 | 0.11 | 0.3 | 0 | 0.02 | 277.6 | 0.88 | 0.83 |
| Hex | DE | AF | FA | B | 1E | 0 | 2 | 116 | 58 | 53 |
| Octal | 336 | 257 | 372 | 13 | 36 | 0 | 2 | 426 | 130 | 123 |
| Binary | 11011110 | 10101111 | 11111010 | 1011 | 11110 | 0 | 10 | 100010110 | 1011000 | 1010011 |
Color Harmonies of #DEAFFA
Complementary color
Monochromatic Colors of #DEAFFA
Black with #DEAFFA
Text Example
Text Example
White with #DEAFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFFA; }
p { color: rgb(222,175,250); }
H1.HeaderClassName
{
color: #DEAFFA;
}
.AnyTagClassName
{
color: #DEAFFA;
}
</style>
background-color css
<style>
a { background-color: #DEAFFA; }
a { background-color: rgb(222,175,250); }
div.DivClassName
{
background-color: #DEAFFA;
}
.BgClassName
{
background-color: #DEAFFA;
}
</style>
border-color css
<style>
span { border-color: #DEAFFA; }
span { border-color: rgb(222,175,250); }
td.TdClassName
{
border-color: #DEAFFA;
}
.TagClassName
{
border-color: #DEAFFA;
}
</style>