Shades of Mauve #DEC0F8
Tints of Mauve #DEC0F8
RGB
CMYK
RGB Variations
Color information
#DEC0F8 (or 0xDEC0F8) is known color: Mauve. HEX triplet: DE, C0 and F8. RGB value is (222,192,248). Sum of RGB (Red+Green+Blue) = 222+192+248=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEC0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F8 is #213F07. Grayscale: #CFCFCF. Windows color (decimal): -2178824 or 16302302. OLE color: 16302302.
HSL color Cylindrical-coordinate representation of color #DEC0F8: hue angle of 272.14º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC0F8 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 192 | 248 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.03 |
| HSL | 272.14º | 0.8% | 0.86% | - |
| HSV(B) | 272.14º | 0.23% | 0.97% | - |
| XYZ | 65.92 | 60.01 | 96.92 | - |
| YUV | 207.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 248 | 0.10 | 0.23 | 0 | 0.03 | 272.14 | 0.8 | 0.86 |
| Hex | DE | C0 | F8 | A | 17 | 0 | 3 | 110 | 50 | 56 |
| Octal | 336 | 300 | 370 | 12 | 27 | 0 | 3 | 420 | 120 | 126 |
| Binary | 11011110 | 11000000 | 11111000 | 1010 | 10111 | 0 | 11 | 100010000 | 1010000 | 1010110 |
Color Harmonies of #DEC0F8
Complementary color
Monochromatic Colors of #DEC0F8
Black with #DEC0F8
Text Example
Text Example
White with #DEC0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0F8; }
p { color: rgb(222,192,248); }
H1.HeaderClassName
{
color: #DEC0F8;
}
.AnyTagClassName
{
color: #DEC0F8;
}
</style>
background-color css
<style>
a { background-color: #DEC0F8; }
a { background-color: rgb(222,192,248); }
div.DivClassName
{
background-color: #DEC0F8;
}
.BgClassName
{
background-color: #DEC0F8;
}
</style>
border-color css
<style>
span { border-color: #DEC0F8; }
span { border-color: rgb(222,192,248); }
td.TdClassName
{
border-color: #DEC0F8;
}
.TagClassName
{
border-color: #DEC0F8;
}
</style>