Shades of Mauve #DEC0F9
Tints of Mauve #DEC0F9
RGB
CMYK
RGB Variations
Color information
#DEC0F9 (or 0xDEC0F9) is known color: Mauve. HEX triplet: DE, C0 and F9. RGB value is (222,192,249). Sum of RGB (Red+Green+Blue) = 222+192+249=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F9 is #213F06. Grayscale: #CFCFCF. Windows color (decimal): -2178823 or 16367838. OLE color: 16367838.
HSL color Cylindrical-coordinate representation of color #DEC0F9: hue angle of 271.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC0F9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 192 | 249 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.02 |
| HSL | 271.58º | 0.83% | 0.86% | - |
| HSV(B) | 271.58º | 0.23% | 0.98% | - |
| XYZ | 66.07 | 60.07 | 97.73 | - |
| YUV | 207.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 249 | 0.11 | 0.23 | 0 | 0.02 | 271.58 | 0.83 | 0.86 |
| Hex | DE | C0 | F9 | B | 17 | 0 | 2 | 110 | 53 | 56 |
| Octal | 336 | 300 | 371 | 13 | 27 | 0 | 2 | 420 | 123 | 126 |
| Binary | 11011110 | 11000000 | 11111001 | 1011 | 10111 | 0 | 10 | 100010000 | 1010011 | 1010110 |
Color Harmonies of #DEC0F9
Complementary color
Monochromatic Colors of #DEC0F9
Black with #DEC0F9
Text Example
Text Example
White with #DEC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0F9; }
p { color: rgb(222,192,249); }
H1.HeaderClassName
{
color: #DEC0F9;
}
.AnyTagClassName
{
color: #DEC0F9;
}
</style>
background-color css
<style>
a { background-color: #DEC0F9; }
a { background-color: rgb(222,192,249); }
div.DivClassName
{
background-color: #DEC0F9;
}
.BgClassName
{
background-color: #DEC0F9;
}
</style>
border-color css
<style>
span { border-color: #DEC0F9; }
span { border-color: rgb(222,192,249); }
td.TdClassName
{
border-color: #DEC0F9;
}
.TagClassName
{
border-color: #DEC0F9;
}
</style>