Shades of Mauve #DEBFFA
Tints of Mauve #DEBFFA
RGB
CMYK
RGB Variations
Color information
#DEBFFA (or 0xDEBFFA) is known color: Mauve. HEX triplet: DE, BF and FA. RGB value is (222,191,250). Sum of RGB (Red+Green+Blue) = 222+191+250=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFFA is #214005. Grayscale: #CECECE. Windows color (decimal): -2179078 or 16433118. OLE color: 16433118.
HSL color Cylindrical-coordinate representation of color #DEBFFA: hue angle of 271.53º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBFFA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 191 | 250 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.02 |
| HSL | 271.53º | 0.86% | 0.86% | - |
| HSV(B) | 271.53º | 0.24% | 0.98% | - |
| XYZ | 66.01 | 59.69 | 98.49 | - |
| YUV | 207 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 250 | 0.11 | 0.24 | 0 | 0.02 | 271.53 | 0.86 | 0.86 |
| Hex | DE | BF | FA | B | 18 | 0 | 2 | 110 | 56 | 56 |
| Octal | 336 | 277 | 372 | 13 | 30 | 0 | 2 | 420 | 126 | 126 |
| Binary | 11011110 | 10111111 | 11111010 | 1011 | 11000 | 0 | 10 | 100010000 | 1010110 | 1010110 |
Color Harmonies of #DEBFFA
Complementary color
Monochromatic Colors of #DEBFFA
Black with #DEBFFA
Text Example
Text Example
White with #DEBFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFFA; }
p { color: rgb(222,191,250); }
H1.HeaderClassName
{
color: #DEBFFA;
}
.AnyTagClassName
{
color: #DEBFFA;
}
</style>
background-color css
<style>
a { background-color: #DEBFFA; }
a { background-color: rgb(222,191,250); }
div.DivClassName
{
background-color: #DEBFFA;
}
.BgClassName
{
background-color: #DEBFFA;
}
</style>
border-color css
<style>
span { border-color: #DEBFFA; }
span { border-color: rgb(222,191,250); }
td.TdClassName
{
border-color: #DEBFFA;
}
.TagClassName
{
border-color: #DEBFFA;
}
</style>