Shades of Mauve #DEABED
Tints of Mauve #DEABED
RGB
CMYK
RGB Variations
Color information
#DEABED (or 0xDEABED) is known color: Mauve. HEX triplet: DE, AB and ED. RGB value is (222,171,237). Sum of RGB (Red+Green+Blue) = 222+171+237=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABED is #215412. Grayscale: #C1C1C1. Windows color (decimal): -2184211 or 15576030. OLE color: 15576030.
HSL color Cylindrical-coordinate representation of color #DEABED: hue angle of 286.36º degrees, saturation: 0.65, 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 #DEABED is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 171 | 237 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 286.36º | 0.65% | 0.8% | - |
| HSV(B) | 286.36º | 0.28% | 0.93% | - |
| XYZ | 59.97 | 50.77 | 86.76 | - |
| YUV | 193.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 237 | 0.06 | 0.28 | 0 | 0.07 | 286.36 | 0.65 | 0.8 |
| Hex | DE | AB | ED | 6 | 1C | 0 | 7 | 11E | 41 | 50 |
| Octal | 336 | 253 | 355 | 6 | 34 | 0 | 7 | 436 | 101 | 120 |
| Binary | 11011110 | 10101011 | 11101101 | 110 | 11100 | 0 | 111 | 100011110 | 1000001 | 1010000 |
Color Harmonies of #DEABED
Complementary color
Monochromatic Colors of #DEABED
Black with #DEABED
Text Example
Text Example
White with #DEABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABED; }
p { color: rgb(222,171,237); }
H1.HeaderClassName
{
color: #DEABED;
}
.AnyTagClassName
{
color: #DEABED;
}
</style>
background-color css
<style>
a { background-color: #DEABED; }
a { background-color: rgb(222,171,237); }
div.DivClassName
{
background-color: #DEABED;
}
.BgClassName
{
background-color: #DEABED;
}
</style>
border-color css
<style>
span { border-color: #DEABED; }
span { border-color: rgb(222,171,237); }
td.TdClassName
{
border-color: #DEABED;
}
.TagClassName
{
border-color: #DEABED;
}
</style>