Shades of Mauve #DEADEE
Tints of Mauve #DEADEE
RGB
CMYK
RGB Variations
Color information
#DEADEE (or 0xDEADEE) is known color: Mauve. HEX triplet: DE, AD and EE. RGB value is (222,173,238). Sum of RGB (Red+Green+Blue) = 222+173+238=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADEE is #215211. Grayscale: #C2C2C2. Windows color (decimal): -2183698 or 15642078. OLE color: 15642078.
HSL color Cylindrical-coordinate representation of color #DEADEE: hue angle of 285.23º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEADEE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 173 | 238 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 285.23º | 0.66% | 0.81% | - |
| HSV(B) | 285.23º | 0.27% | 0.93% | - |
| XYZ | 60.5 | 51.59 | 87.66 | - |
| YUV | 195.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 238 | 0.07 | 0.27 | 0 | 0.07 | 285.23 | 0.66 | 0.81 |
| Hex | DE | AD | EE | 7 | 1B | 0 | 7 | 11D | 42 | 51 |
| Octal | 336 | 255 | 356 | 7 | 33 | 0 | 7 | 435 | 102 | 121 |
| Binary | 11011110 | 10101101 | 11101110 | 111 | 11011 | 0 | 111 | 100011101 | 1000010 | 1010001 |
Color Harmonies of #DEADEE
Complementary color
Monochromatic Colors of #DEADEE
Black with #DEADEE
Text Example
Text Example
White with #DEADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADEE; }
p { color: rgb(222,173,238); }
H1.HeaderClassName
{
color: #DEADEE;
}
.AnyTagClassName
{
color: #DEADEE;
}
</style>
background-color css
<style>
a { background-color: #DEADEE; }
a { background-color: rgb(222,173,238); }
div.DivClassName
{
background-color: #DEADEE;
}
.BgClassName
{
background-color: #DEADEE;
}
</style>
border-color css
<style>
span { border-color: #DEADEE; }
span { border-color: rgb(222,173,238); }
td.TdClassName
{
border-color: #DEADEE;
}
.TagClassName
{
border-color: #DEADEE;
}
</style>