Shades of Mauve #DEC3FC
Tints of Mauve #DEC3FC
RGB
CMYK
RGB Variations
Color information
#DEC3FC (or 0xDEC3FC) is known color: Mauve. HEX triplet: DE, C3 and FC. RGB value is (222,195,252). Sum of RGB (Red+Green+Blue) = 222+195+252=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3FC is #213C03. Grayscale: #D1D1D1. Windows color (decimal): -2178052 or 16565214. OLE color: 16565214.
HSL color Cylindrical-coordinate representation of color #DEC3FC: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC3FC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 195 | 252 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.01 |
| HSL | 268.42º | 0.9% | 0.88% | - |
| HSV(B) | 268.42º | 0.23% | 0.99% | - |
| XYZ | 67.21 | 61.59 | 100.44 | - |
| YUV | 209.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 252 | 0.12 | 0.23 | 0 | 0.01 | 268.42 | 0.9 | 0.88 |
| Hex | DE | C3 | FC | C | 17 | 0 | 1 | 10C | 5A | 58 |
| Octal | 336 | 303 | 374 | 14 | 27 | 0 | 1 | 414 | 132 | 130 |
| Binary | 11011110 | 11000011 | 11111100 | 1100 | 10111 | 0 | 1 | 100001100 | 1011010 | 1011000 |
Color Harmonies of #DEC3FC
Complementary color
Monochromatic Colors of #DEC3FC
Black with #DEC3FC
Text Example
Text Example
White with #DEC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3FC; }
p { color: rgb(222,195,252); }
H1.HeaderClassName
{
color: #DEC3FC;
}
.AnyTagClassName
{
color: #DEC3FC;
}
</style>
background-color css
<style>
a { background-color: #DEC3FC; }
a { background-color: rgb(222,195,252); }
div.DivClassName
{
background-color: #DEC3FC;
}
.BgClassName
{
background-color: #DEC3FC;
}
</style>
border-color css
<style>
span { border-color: #DEC3FC; }
span { border-color: rgb(222,195,252); }
td.TdClassName
{
border-color: #DEC3FC;
}
.TagClassName
{
border-color: #DEC3FC;
}
</style>