Shades of Mauve #DEC0F1
Tints of Mauve #DEC0F1
RGB
CMYK
RGB Variations
Color information
#DEC0F1 (or 0xDEC0F1) is known color: Mauve. HEX triplet: DE, C0 and F1. RGB value is (222,192,241). Sum of RGB (Red+Green+Blue) = 222+192+241=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F1 is #213F0E. Grayscale: #CECECE. Windows color (decimal): -2178831 or 15843550. OLE color: 15843550.
HSL color Cylindrical-coordinate representation of color #DEC0F1: hue angle of 276.73º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEC0F1 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 192 | 241 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.05 |
| HSL | 276.73º | 0.64% | 0.85% | - |
| HSV(B) | 276.73º | 0.2% | 0.95% | - |
| XYZ | 64.85 | 59.58 | 91.3 | - |
| YUV | 206.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 241 | 0.08 | 0.20 | 0 | 0.05 | 276.73 | 0.64 | 0.85 |
| Hex | DE | C0 | F1 | 8 | 14 | 0 | 5 | 115 | 40 | 55 |
| Octal | 336 | 300 | 361 | 10 | 24 | 0 | 5 | 425 | 100 | 125 |
| Binary | 11011110 | 11000000 | 11110001 | 1000 | 10100 | 0 | 101 | 100010101 | 1000000 | 1010101 |
Color Harmonies of #DEC0F1
Complementary color
Monochromatic Colors of #DEC0F1
Black with #DEC0F1
Text Example
Text Example
White with #DEC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0F1; }
p { color: rgb(222,192,241); }
H1.HeaderClassName
{
color: #DEC0F1;
}
.AnyTagClassName
{
color: #DEC0F1;
}
</style>
background-color css
<style>
a { background-color: #DEC0F1; }
a { background-color: rgb(222,192,241); }
div.DivClassName
{
background-color: #DEC0F1;
}
.BgClassName
{
background-color: #DEC0F1;
}
</style>
border-color css
<style>
span { border-color: #DEC0F1; }
span { border-color: rgb(222,192,241); }
td.TdClassName
{
border-color: #DEC0F1;
}
.TagClassName
{
border-color: #DEC0F1;
}
</style>