Shades of Mauve #DEABEE
Tints of Mauve #DEABEE
RGB
CMYK
RGB Variations
Color information
#DEABEE (or 0xDEABEE) is known color: Mauve. HEX triplet: DE, AB and EE. RGB value is (222,171,238). Sum of RGB (Red+Green+Blue) = 222+171+238=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABEE is #215411. Grayscale: #C1C1C1. Windows color (decimal): -2184210 or 15641566. OLE color: 15641566.
HSL color Cylindrical-coordinate representation of color #DEABEE: hue angle of 285.67º degrees, saturation: 0.66, 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 #DEABEE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 171 | 238 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 285.67º | 0.66% | 0.8% | - |
| HSV(B) | 285.67º | 0.28% | 0.93% | - |
| XYZ | 60.12 | 50.83 | 87.53 | - |
| YUV | 193.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 238 | 0.07 | 0.28 | 0 | 0.07 | 285.67 | 0.66 | 0.8 |
| Hex | DE | AB | EE | 7 | 1C | 0 | 7 | 11E | 42 | 50 |
| Octal | 336 | 253 | 356 | 7 | 34 | 0 | 7 | 436 | 102 | 120 |
| Binary | 11011110 | 10101011 | 11101110 | 111 | 11100 | 0 | 111 | 100011110 | 1000010 | 1010000 |
Color Harmonies of #DEABEE
Complementary color
Monochromatic Colors of #DEABEE
Black with #DEABEE
Text Example
Text Example
White with #DEABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABEE; }
p { color: rgb(222,171,238); }
H1.HeaderClassName
{
color: #DEABEE;
}
.AnyTagClassName
{
color: #DEABEE;
}
</style>
background-color css
<style>
a { background-color: #DEABEE; }
a { background-color: rgb(222,171,238); }
div.DivClassName
{
background-color: #DEABEE;
}
.BgClassName
{
background-color: #DEABEE;
}
</style>
border-color css
<style>
span { border-color: #DEABEE; }
span { border-color: rgb(222,171,238); }
td.TdClassName
{
border-color: #DEABEE;
}
.TagClassName
{
border-color: #DEABEE;
}
</style>