Shades of Mauve #DEABEC
Tints of Mauve #DEABEC
RGB
CMYK
RGB Variations
Color information
#DEABEC (or 0xDEABEC) is known color: Mauve. HEX triplet: DE, AB and EC. RGB value is (222,171,236). Sum of RGB (Red+Green+Blue) = 222+171+236=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABEC is #215413. Grayscale: #C1C1C1. Windows color (decimal): -2184212 or 15510494. OLE color: 15510494.
HSL color Cylindrical-coordinate representation of color #DEABEC: hue angle of 287.08º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEABEC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 171 | 236 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 287.08º | 0.63% | 0.8% | - |
| HSV(B) | 287.08º | 0.28% | 0.93% | - |
| XYZ | 59.83 | 50.71 | 85.99 | - |
| YUV | 193.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 236 | 0.06 | 0.28 | 0 | 0.07 | 287.08 | 0.63 | 0.8 |
| Hex | DE | AB | EC | 6 | 1C | 0 | 7 | 11F | 3F | 50 |
| Octal | 336 | 253 | 354 | 6 | 34 | 0 | 7 | 437 | 77 | 120 |
| Binary | 11011110 | 10101011 | 11101100 | 110 | 11100 | 0 | 111 | 100011111 | 111111 | 1010000 |
Color Harmonies of #DEABEC
Complementary color
Monochromatic Colors of #DEABEC
Black with #DEABEC
Text Example
Text Example
White with #DEABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABEC; }
p { color: rgb(222,171,236); }
H1.HeaderClassName
{
color: #DEABEC;
}
.AnyTagClassName
{
color: #DEABEC;
}
</style>
background-color css
<style>
a { background-color: #DEABEC; }
a { background-color: rgb(222,171,236); }
div.DivClassName
{
background-color: #DEABEC;
}
.BgClassName
{
background-color: #DEABEC;
}
</style>
border-color css
<style>
span { border-color: #DEABEC; }
span { border-color: rgb(222,171,236); }
td.TdClassName
{
border-color: #DEABEC;
}
.TagClassName
{
border-color: #DEABEC;
}
</style>