Shades of Mauve #DEC0FD
Tints of Mauve #DEC0FD
RGB
CMYK
RGB Variations
Color information
#DEC0FD (or 0xDEC0FD) is known color: Mauve. HEX triplet: DE, C0 and FD. RGB value is (222,192,253). Sum of RGB (Red+Green+Blue) = 222+192+253=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0FD is #213F02. Grayscale: #CFCFCF. Windows color (decimal): -2178819 or 16629982. OLE color: 16629982.
HSL color Cylindrical-coordinate representation of color #DEC0FD: hue angle of 269.51º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC0FD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 192 | 253 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.01 |
| HSL | 269.51º | 0.94% | 0.87% | - |
| HSV(B) | 269.51º | 0.24% | 0.99% | - |
| XYZ | 66.7 | 60.32 | 101.06 | - |
| YUV | 207.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 253 | 0.12 | 0.24 | 0 | 0.01 | 269.51 | 0.94 | 0.87 |
| Hex | DE | C0 | FD | C | 18 | 0 | 1 | 10E | 5E | 57 |
| Octal | 336 | 300 | 375 | 14 | 30 | 0 | 1 | 416 | 136 | 127 |
| Binary | 11011110 | 11000000 | 11111101 | 1100 | 11000 | 0 | 1 | 100001110 | 1011110 | 1010111 |
Color Harmonies of #DEC0FD
Complementary color
Monochromatic Colors of #DEC0FD
Black with #DEC0FD
Text Example
Text Example
White with #DEC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0FD; }
p { color: rgb(222,192,253); }
H1.HeaderClassName
{
color: #DEC0FD;
}
.AnyTagClassName
{
color: #DEC0FD;
}
</style>
background-color css
<style>
a { background-color: #DEC0FD; }
a { background-color: rgb(222,192,253); }
div.DivClassName
{
background-color: #DEC0FD;
}
.BgClassName
{
background-color: #DEC0FD;
}
</style>
border-color css
<style>
span { border-color: #DEC0FD; }
span { border-color: rgb(222,192,253); }
td.TdClassName
{
border-color: #DEC0FD;
}
.TagClassName
{
border-color: #DEC0FD;
}
</style>