Shades of Mauve #DEAFEC
Tints of Mauve #DEAFEC
RGB
CMYK
RGB Variations
Color information
#DEAFEC (or 0xDEAFEC) is known color: Mauve. HEX triplet: DE, AF and EC. RGB value is (222,175,236). Sum of RGB (Red+Green+Blue) = 222+175+236=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFEC is #215013. Grayscale: #C3C3C3. Windows color (decimal): -2183188 or 15511518. OLE color: 15511518.
HSL color Cylindrical-coordinate representation of color #DEAFEC: hue angle of 286.23º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEAFEC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 175 | 236 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.07 |
| HSL | 286.23º | 0.62% | 0.81% | - |
| HSV(B) | 286.23º | 0.26% | 0.93% | - |
| XYZ | 60.59 | 52.25 | 86.25 | - |
| YUV | 196.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 236 | 0.06 | 0.26 | 0 | 0.07 | 286.23 | 0.62 | 0.81 |
| Hex | DE | AF | EC | 6 | 1A | 0 | 7 | 11E | 3E | 51 |
| Octal | 336 | 257 | 354 | 6 | 32 | 0 | 7 | 436 | 76 | 121 |
| Binary | 11011110 | 10101111 | 11101100 | 110 | 11010 | 0 | 111 | 100011110 | 111110 | 1010001 |
Color Harmonies of #DEAFEC
Complementary color
Monochromatic Colors of #DEAFEC
Black with #DEAFEC
Text Example
Text Example
White with #DEAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFEC; }
p { color: rgb(222,175,236); }
H1.HeaderClassName
{
color: #DEAFEC;
}
.AnyTagClassName
{
color: #DEAFEC;
}
</style>
background-color css
<style>
a { background-color: #DEAFEC; }
a { background-color: rgb(222,175,236); }
div.DivClassName
{
background-color: #DEAFEC;
}
.BgClassName
{
background-color: #DEAFEC;
}
</style>
border-color css
<style>
span { border-color: #DEAFEC; }
span { border-color: rgb(222,175,236); }
td.TdClassName
{
border-color: #DEAFEC;
}
.TagClassName
{
border-color: #DEAFEC;
}
</style>