Shades of Mauve #DEC0F2
Tints of Mauve #DEC0F2
RGB
CMYK
RGB Variations
Color information
#DEC0F2 (or 0xDEC0F2) is known color: Mauve. HEX triplet: DE, C0 and F2. RGB value is (222,192,242). Sum of RGB (Red+Green+Blue) = 222+192+242=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F2 is #213F0D. Grayscale: #CECECE. Windows color (decimal): -2178830 or 15909086. OLE color: 15909086.
HSL color Cylindrical-coordinate representation of color #DEC0F2: hue angle of 276º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC0F2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 192 | 242 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 276º | 0.66% | 0.85% | - |
| HSV(B) | 276º | 0.21% | 0.95% | - |
| XYZ | 65 | 59.64 | 92.09 | - |
| YUV | 206.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 242 | 0.08 | 0.21 | 0 | 0.05 | 276 | 0.66 | 0.85 |
| Hex | DE | C0 | F2 | 8 | 15 | 0 | 5 | 114 | 42 | 55 |
| Octal | 336 | 300 | 362 | 10 | 25 | 0 | 5 | 424 | 102 | 125 |
| Binary | 11011110 | 11000000 | 11110010 | 1000 | 10101 | 0 | 101 | 100010100 | 1000010 | 1010101 |
Color Harmonies of #DEC0F2
Complementary color
Monochromatic Colors of #DEC0F2
Black with #DEC0F2
Text Example
Text Example
White with #DEC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0F2; }
p { color: rgb(222,192,242); }
H1.HeaderClassName
{
color: #DEC0F2;
}
.AnyTagClassName
{
color: #DEC0F2;
}
</style>
background-color css
<style>
a { background-color: #DEC0F2; }
a { background-color: rgb(222,192,242); }
div.DivClassName
{
background-color: #DEC0F2;
}
.BgClassName
{
background-color: #DEC0F2;
}
</style>
border-color css
<style>
span { border-color: #DEC0F2; }
span { border-color: rgb(222,192,242); }
td.TdClassName
{
border-color: #DEC0F2;
}
.TagClassName
{
border-color: #DEC0F2;
}
</style>