Shades of Mauve #DEC3FE
Tints of Mauve #DEC3FE
RGB
CMYK
RGB Variations
Color information
#DEC3FE (or 0xDEC3FE) is known color: Mauve. HEX triplet: DE, C3 and FE. RGB value is (222,195,254). Sum of RGB (Red+Green+Blue) = 222+195+254=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3FE is #213C01. Grayscale: #D1D1D1. Windows color (decimal): -2178050 or 16696286. OLE color: 16696286.
HSL color Cylindrical-coordinate representation of color #DEC3FE: hue angle of 267.46º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC3FE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 195 | 254 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.00 |
| HSL | 267.46º | 0.97% | 0.88% | - |
| HSV(B) | 267.46º | 0.23% | 1% | - |
| XYZ | 67.53 | 61.72 | 102.12 | - |
| YUV | 209.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 254 | 0.13 | 0.23 | 0 | 0.00 | 267.46 | 0.97 | 0.88 |
| Hex | DE | C3 | FE | D | 17 | 0 | 0 | 10B | 61 | 58 |
| Octal | 336 | 303 | 376 | 15 | 27 | 0 | 0 | 413 | 141 | 130 |
| Binary | 11011110 | 11000011 | 11111110 | 1101 | 10111 | 0 | 0 | 100001011 | 1100001 | 1011000 |
Color Harmonies of #DEC3FE
Complementary color
Monochromatic Colors of #DEC3FE
Black with #DEC3FE
Text Example
Text Example
White with #DEC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3FE; }
p { color: rgb(222,195,254); }
H1.HeaderClassName
{
color: #DEC3FE;
}
.AnyTagClassName
{
color: #DEC3FE;
}
</style>
background-color css
<style>
a { background-color: #DEC3FE; }
a { background-color: rgb(222,195,254); }
div.DivClassName
{
background-color: #DEC3FE;
}
.BgClassName
{
background-color: #DEC3FE;
}
</style>
border-color css
<style>
span { border-color: #DEC3FE; }
span { border-color: rgb(222,195,254); }
td.TdClassName
{
border-color: #DEC3FE;
}
.TagClassName
{
border-color: #DEC3FE;
}
</style>