Shades of Mauve #DEC2FE
Tints of Mauve #DEC2FE
RGB
CMYK
RGB Variations
Color information
#DEC2FE (or 0xDEC2FE) is known color: Mauve. HEX triplet: DE, C2 and FE. RGB value is (222,194,254). Sum of RGB (Red+Green+Blue) = 222+194+254=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2FE is #213D01. Grayscale: #D1D1D1. Windows color (decimal): -2178306 or 16696030. OLE color: 16696030.
HSL color Cylindrical-coordinate representation of color #DEC2FE: hue angle of 268º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC2FE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 194 | 254 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.00 |
| HSL | 268º | 0.97% | 0.88% | - |
| HSV(B) | 268º | 0.24% | 1% | - |
| XYZ | 67.31 | 61.27 | 102.04 | - |
| YUV | 209.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 254 | 0.13 | 0.24 | 0 | 0.00 | 268 | 0.97 | 0.88 |
| Hex | DE | C2 | FE | D | 18 | 0 | 0 | 10C | 61 | 58 |
| Octal | 336 | 302 | 376 | 15 | 30 | 0 | 0 | 414 | 141 | 130 |
| Binary | 11011110 | 11000010 | 11111110 | 1101 | 11000 | 0 | 0 | 100001100 | 1100001 | 1011000 |
Color Harmonies of #DEC2FE
Complementary color
Monochromatic Colors of #DEC2FE
Black with #DEC2FE
Text Example
Text Example
White with #DEC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2FE; }
p { color: rgb(222,194,254); }
H1.HeaderClassName
{
color: #DEC2FE;
}
.AnyTagClassName
{
color: #DEC2FE;
}
</style>
background-color css
<style>
a { background-color: #DEC2FE; }
a { background-color: rgb(222,194,254); }
div.DivClassName
{
background-color: #DEC2FE;
}
.BgClassName
{
background-color: #DEC2FE;
}
</style>
border-color css
<style>
span { border-color: #DEC2FE; }
span { border-color: rgb(222,194,254); }
td.TdClassName
{
border-color: #DEC2FE;
}
.TagClassName
{
border-color: #DEC2FE;
}
</style>