Shades of Mauve #DEBFF7
Tints of Mauve #DEBFF7
RGB
CMYK
RGB Variations
Color information
#DEBFF7 (or 0xDEBFF7) is known color: Mauve. HEX triplet: DE, BF and F7. RGB value is (222,191,247). Sum of RGB (Red+Green+Blue) = 222+191+247=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEBFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF7 is #214008. Grayscale: #CECECE. Windows color (decimal): -2179081 or 16236510. OLE color: 16236510.
HSL color Cylindrical-coordinate representation of color #DEBFF7: hue angle of 273.21º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBFF7 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 191 | 247 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.03 |
| HSL | 273.21º | 0.78% | 0.86% | - |
| HSV(B) | 273.21º | 0.23% | 0.97% | - |
| XYZ | 65.54 | 59.51 | 96.03 | - |
| YUV | 206.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 247 | 0.10 | 0.23 | 0 | 0.03 | 273.21 | 0.78 | 0.86 |
| Hex | DE | BF | F7 | A | 17 | 0 | 3 | 111 | 4E | 56 |
| Octal | 336 | 277 | 367 | 12 | 27 | 0 | 3 | 421 | 116 | 126 |
| Binary | 11011110 | 10111111 | 11110111 | 1010 | 10111 | 0 | 11 | 100010001 | 1001110 | 1010110 |
Color Harmonies of #DEBFF7
Complementary color
Monochromatic Colors of #DEBFF7
Black with #DEBFF7
Text Example
Text Example
White with #DEBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFF7; }
p { color: rgb(222,191,247); }
H1.HeaderClassName
{
color: #DEBFF7;
}
.AnyTagClassName
{
color: #DEBFF7;
}
</style>
background-color css
<style>
a { background-color: #DEBFF7; }
a { background-color: rgb(222,191,247); }
div.DivClassName
{
background-color: #DEBFF7;
}
.BgClassName
{
background-color: #DEBFF7;
}
</style>
border-color css
<style>
span { border-color: #DEBFF7; }
span { border-color: rgb(222,191,247); }
td.TdClassName
{
border-color: #DEBFF7;
}
.TagClassName
{
border-color: #DEBFF7;
}
</style>