Shades of Mauve #DEAEEC
Tints of Mauve #DEAEEC
RGB
CMYK
RGB Variations
Color information
#DEAEEC (or 0xDEAEEC) is known color: Mauve. HEX triplet: DE, AE and EC. RGB value is (222,174,236). Sum of RGB (Red+Green+Blue) = 222+174+236=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEEC is #215113. Grayscale: #C3C3C3. Windows color (decimal): -2183444 or 15511262. OLE color: 15511262.
HSL color Cylindrical-coordinate representation of color #DEAEEC: hue angle of 286.45º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEAEEC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 174 | 236 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.07 |
| HSL | 286.45º | 0.62% | 0.8% | - |
| HSV(B) | 286.45º | 0.26% | 0.93% | - |
| XYZ | 60.4 | 51.86 | 86.18 | - |
| YUV | 195.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 236 | 0.06 | 0.26 | 0 | 0.07 | 286.45 | 0.62 | 0.8 |
| Hex | DE | AE | EC | 6 | 1A | 0 | 7 | 11E | 3E | 50 |
| Octal | 336 | 256 | 354 | 6 | 32 | 0 | 7 | 436 | 76 | 120 |
| Binary | 11011110 | 10101110 | 11101100 | 110 | 11010 | 0 | 111 | 100011110 | 111110 | 1010000 |
Color Harmonies of #DEAEEC
Complementary color
Monochromatic Colors of #DEAEEC
Black with #DEAEEC
Text Example
Text Example
White with #DEAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEEC; }
p { color: rgb(222,174,236); }
H1.HeaderClassName
{
color: #DEAEEC;
}
.AnyTagClassName
{
color: #DEAEEC;
}
</style>
background-color css
<style>
a { background-color: #DEAEEC; }
a { background-color: rgb(222,174,236); }
div.DivClassName
{
background-color: #DEAEEC;
}
.BgClassName
{
background-color: #DEAEEC;
}
</style>
border-color css
<style>
span { border-color: #DEAEEC; }
span { border-color: rgb(222,174,236); }
td.TdClassName
{
border-color: #DEAEEC;
}
.TagClassName
{
border-color: #DEAEEC;
}
</style>