Shades of Mauve #DEAEFC
Tints of Mauve #DEAEFC
RGB
CMYK
RGB Variations
Color information
#DEAEFC (or 0xDEAEFC) is known color: Mauve. HEX triplet: DE, AE and FC. RGB value is (222,174,252). Sum of RGB (Red+Green+Blue) = 222+174+252=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFC is #215103. Grayscale: #C4C4C4. Windows color (decimal): -2183428 or 16559838. OLE color: 16559838.
HSL color Cylindrical-coordinate representation of color #DEAEFC: hue angle of 276.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAEFC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 174 | 252 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.01 |
| HSL | 276.92º | 0.93% | 0.84% | - |
| HSV(B) | 276.92º | 0.31% | 0.99% | - |
| XYZ | 62.83 | 52.83 | 98.98 | - |
| YUV | 197.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 252 | 0.12 | 0.31 | 0 | 0.01 | 276.92 | 0.93 | 0.84 |
| Hex | DE | AE | FC | C | 1F | 0 | 1 | 115 | 5D | 54 |
| Octal | 336 | 256 | 374 | 14 | 37 | 0 | 1 | 425 | 135 | 124 |
| Binary | 11011110 | 10101110 | 11111100 | 1100 | 11111 | 0 | 1 | 100010101 | 1011101 | 1010100 |
Color Harmonies of #DEAEFC
Complementary color
Monochromatic Colors of #DEAEFC
Black with #DEAEFC
Text Example
Text Example
White with #DEAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEFC; }
p { color: rgb(222,174,252); }
H1.HeaderClassName
{
color: #DEAEFC;
}
.AnyTagClassName
{
color: #DEAEFC;
}
</style>
background-color css
<style>
a { background-color: #DEAEFC; }
a { background-color: rgb(222,174,252); }
div.DivClassName
{
background-color: #DEAEFC;
}
.BgClassName
{
background-color: #DEAEFC;
}
</style>
border-color css
<style>
span { border-color: #DEAEFC; }
span { border-color: rgb(222,174,252); }
td.TdClassName
{
border-color: #DEAEFC;
}
.TagClassName
{
border-color: #DEAEFC;
}
</style>