Shades of Mauve #DEAAFC
Tints of Mauve #DEAAFC
RGB
CMYK
RGB Variations
Color information
#DEAAFC (or 0xDEAAFC) is known color: Mauve. HEX triplet: DE, AA and FC. RGB value is (222,170,252). Sum of RGB (Red+Green+Blue) = 222+170+252=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAFC is #215503. Grayscale: #C2C2C2. Windows color (decimal): -2184452 or 16558814. OLE color: 16558814.
HSL color Cylindrical-coordinate representation of color #DEAAFC: hue angle of 278.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEAAFC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 170 | 252 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.01 |
| HSL | 278.05º | 0.93% | 0.83% | - |
| HSV(B) | 278.05º | 0.33% | 0.99% | - |
| XYZ | 62.07 | 51.31 | 98.73 | - |
| YUV | 194.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 252 | 0.12 | 0.33 | 0 | 0.01 | 278.05 | 0.93 | 0.83 |
| Hex | DE | AA | FC | C | 21 | 0 | 1 | 116 | 5D | 53 |
| Octal | 336 | 252 | 374 | 14 | 41 | 0 | 1 | 426 | 135 | 123 |
| Binary | 11011110 | 10101010 | 11111100 | 1100 | 100001 | 0 | 1 | 100010110 | 1011101 | 1010011 |
Color Harmonies of #DEAAFC
Complementary color
Monochromatic Colors of #DEAAFC
Black with #DEAAFC
Text Example
Text Example
White with #DEAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAFC; }
p { color: rgb(222,170,252); }
H1.HeaderClassName
{
color: #DEAAFC;
}
.AnyTagClassName
{
color: #DEAAFC;
}
</style>
background-color css
<style>
a { background-color: #DEAAFC; }
a { background-color: rgb(222,170,252); }
div.DivClassName
{
background-color: #DEAAFC;
}
.BgClassName
{
background-color: #DEAAFC;
}
</style>
border-color css
<style>
span { border-color: #DEAAFC; }
span { border-color: rgb(222,170,252); }
td.TdClassName
{
border-color: #DEAAFC;
}
.TagClassName
{
border-color: #DEAAFC;
}
</style>