Shades of Mauve #DEC0F7
Tints of Mauve #DEC0F7
RGB
CMYK
RGB Variations
Color information
#DEC0F7 (or 0xDEC0F7) is known color: Mauve. HEX triplet: DE, C0 and F7. RGB value is (222,192,247). Sum of RGB (Red+Green+Blue) = 222+192+247=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F7 is #213F08. Grayscale: #CFCFCF. Windows color (decimal): -2178825 or 16236766. OLE color: 16236766.
HSL color Cylindrical-coordinate representation of color #DEC0F7: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC0F7 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 192 | 247 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.03 |
| HSL | 272.73º | 0.77% | 0.86% | - |
| HSV(B) | 272.73º | 0.22% | 0.97% | - |
| XYZ | 65.76 | 59.94 | 96.1 | - |
| YUV | 207.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 247 | 0.10 | 0.22 | 0 | 0.03 | 272.73 | 0.77 | 0.86 |
| Hex | DE | C0 | F7 | A | 16 | 0 | 3 | 111 | 4D | 56 |
| Octal | 336 | 300 | 367 | 12 | 26 | 0 | 3 | 421 | 115 | 126 |
| Binary | 11011110 | 11000000 | 11110111 | 1010 | 10110 | 0 | 11 | 100010001 | 1001101 | 1010110 |
Color Harmonies of #DEC0F7
Complementary color
Monochromatic Colors of #DEC0F7
Black with #DEC0F7
Text Example
Text Example
White with #DEC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0F7; }
p { color: rgb(222,192,247); }
H1.HeaderClassName
{
color: #DEC0F7;
}
.AnyTagClassName
{
color: #DEC0F7;
}
</style>
background-color css
<style>
a { background-color: #DEC0F7; }
a { background-color: rgb(222,192,247); }
div.DivClassName
{
background-color: #DEC0F7;
}
.BgClassName
{
background-color: #DEC0F7;
}
</style>
border-color css
<style>
span { border-color: #DEC0F7; }
span { border-color: rgb(222,192,247); }
td.TdClassName
{
border-color: #DEC0F7;
}
.TagClassName
{
border-color: #DEC0F7;
}
</style>