Shades of Mauve #DEC0F4
Tints of Mauve #DEC0F4
RGB
CMYK
RGB Variations
Color information
#DEC0F4 (or 0xDEC0F4) is known color: Mauve. HEX triplet: DE, C0 and F4. RGB value is (222,192,244). Sum of RGB (Red+Green+Blue) = 222+192+244=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEC0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F4 is #213F0B. Grayscale: #CECECE. Windows color (decimal): -2178828 or 16040158. OLE color: 16040158.
HSL color Cylindrical-coordinate representation of color #DEC0F4: hue angle of 274.62º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC0F4 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 192 | 244 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.04 |
| HSL | 274.62º | 0.7% | 0.85% | - |
| HSV(B) | 274.62º | 0.21% | 0.96% | - |
| XYZ | 65.3 | 59.76 | 93.68 | - |
| YUV | 206.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 244 | 0.09 | 0.21 | 0 | 0.04 | 274.62 | 0.7 | 0.85 |
| Hex | DE | C0 | F4 | 9 | 15 | 0 | 4 | 113 | 46 | 55 |
| Octal | 336 | 300 | 364 | 11 | 25 | 0 | 4 | 423 | 106 | 125 |
| Binary | 11011110 | 11000000 | 11110100 | 1001 | 10101 | 0 | 100 | 100010011 | 1000110 | 1010101 |
Color Harmonies of #DEC0F4
Complementary color
Monochromatic Colors of #DEC0F4
Black with #DEC0F4
Text Example
Text Example
White with #DEC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0F4; }
p { color: rgb(222,192,244); }
H1.HeaderClassName
{
color: #DEC0F4;
}
.AnyTagClassName
{
color: #DEC0F4;
}
</style>
background-color css
<style>
a { background-color: #DEC0F4; }
a { background-color: rgb(222,192,244); }
div.DivClassName
{
background-color: #DEC0F4;
}
.BgClassName
{
background-color: #DEC0F4;
}
</style>
border-color css
<style>
span { border-color: #DEC0F4; }
span { border-color: rgb(222,192,244); }
td.TdClassName
{
border-color: #DEC0F4;
}
.TagClassName
{
border-color: #DEC0F4;
}
</style>