Shades of Mauve #DEC2FF
Tints of Mauve #DEC2FF
RGB
CMYK
RGB Variations
Color information
#DEC2FF (or 0xDEC2FF) is known color: Mauve. HEX triplet: DE, C2 and FF. RGB value is (222,194,255). Sum of RGB (Red+Green+Blue) = 222+194+255=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2FF is #213D00. Grayscale: #D1D1D1. Windows color (decimal): -2178305 or 16761566. OLE color: 16761566.
HSL color Cylindrical-coordinate representation of color #DEC2FF: hue angle of 267.54º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC2FF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 194 | 255 | - |
| CMYK | 0.13 | 0.24 | 0 | 0 |
| HSL | 267.54º | 1% | 0.88% | - |
| HSV(B) | 267.54º | 0.24% | 1% | - |
| XYZ | 67.47 | 61.33 | 102.89 | - |
| YUV | 209.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 255 | 0.13 | 0.24 | 0 | 0 | 267.54 | 1 | 0.88 |
| Hex | DE | C2 | FF | D | 18 | 0 | 0 | 10C | 64 | 58 |
| Octal | 336 | 302 | 377 | 15 | 30 | 0 | 0 | 414 | 144 | 130 |
| Binary | 11011110 | 11000010 | 11111111 | 1101 | 11000 | 0 | 0 | 100001100 | 1100100 | 1011000 |
Color Harmonies of #DEC2FF
Complementary color
Monochromatic Colors of #DEC2FF
Black with #DEC2FF
Text Example
Text Example
White with #DEC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2FF; }
p { color: rgb(222,194,255); }
H1.HeaderClassName
{
color: #DEC2FF;
}
.AnyTagClassName
{
color: #DEC2FF;
}
</style>
background-color css
<style>
a { background-color: #DEC2FF; }
a { background-color: rgb(222,194,255); }
div.DivClassName
{
background-color: #DEC2FF;
}
.BgClassName
{
background-color: #DEC2FF;
}
</style>
border-color css
<style>
span { border-color: #DEC2FF; }
span { border-color: rgb(222,194,255); }
td.TdClassName
{
border-color: #DEC2FF;
}
.TagClassName
{
border-color: #DEC2FF;
}
</style>