Shades of Mauve #DEC0FE
Tints of Mauve #DEC0FE
RGB
CMYK
RGB Variations
Color information
#DEC0FE (or 0xDEC0FE) is known color: Mauve. HEX triplet: DE, C0 and FE. RGB value is (222,192,254). Sum of RGB (Red+Green+Blue) = 222+192+254=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0FE is #213F01. Grayscale: #CFCFCF. Windows color (decimal): -2178818 or 16695518. OLE color: 16695518.
HSL color Cylindrical-coordinate representation of color #DEC0FE: hue angle of 269.03º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC0FE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 192 | 254 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.00 |
| HSL | 269.03º | 0.97% | 0.87% | - |
| HSV(B) | 269.03º | 0.24% | 1% | - |
| XYZ | 66.86 | 60.38 | 101.9 | - |
| YUV | 208.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 254 | 0.13 | 0.24 | 0 | 0.00 | 269.03 | 0.97 | 0.87 |
| Hex | DE | C0 | FE | D | 18 | 0 | 0 | 10D | 61 | 57 |
| Octal | 336 | 300 | 376 | 15 | 30 | 0 | 0 | 415 | 141 | 127 |
| Binary | 11011110 | 11000000 | 11111110 | 1101 | 11000 | 0 | 0 | 100001101 | 1100001 | 1010111 |
Color Harmonies of #DEC0FE
Complementary color
Monochromatic Colors of #DEC0FE
Black with #DEC0FE
Text Example
Text Example
White with #DEC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0FE; }
p { color: rgb(222,192,254); }
H1.HeaderClassName
{
color: #DEC0FE;
}
.AnyTagClassName
{
color: #DEC0FE;
}
</style>
background-color css
<style>
a { background-color: #DEC0FE; }
a { background-color: rgb(222,192,254); }
div.DivClassName
{
background-color: #DEC0FE;
}
.BgClassName
{
background-color: #DEC0FE;
}
</style>
border-color css
<style>
span { border-color: #DEC0FE; }
span { border-color: rgb(222,192,254); }
td.TdClassName
{
border-color: #DEC0FE;
}
.TagClassName
{
border-color: #DEC0FE;
}
</style>