Shades of Mauve #DEAAF3
Tints of Mauve #DEAAF3
RGB
CMYK
RGB Variations
Color information
#DEAAF3 (or 0xDEAAF3) is known color: Mauve. HEX triplet: DE, AA and F3. RGB value is (222,170,243). Sum of RGB (Red+Green+Blue) = 222+170+243=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAF3 is #21550C. Grayscale: #C1C1C1. Windows color (decimal): -2184461 or 15968990. OLE color: 15968990.
HSL color Cylindrical-coordinate representation of color #DEAAF3: hue angle of 282.74º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAAF3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 170 | 243 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.05 |
| HSL | 282.74º | 0.75% | 0.81% | - |
| HSV(B) | 282.74º | 0.3% | 0.95% | - |
| XYZ | 60.68 | 50.75 | 91.39 | - |
| YUV | 193.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 243 | 0.09 | 0.30 | 0 | 0.05 | 282.74 | 0.75 | 0.81 |
| Hex | DE | AA | F3 | 9 | 1E | 0 | 5 | 11B | 4B | 51 |
| Octal | 336 | 252 | 363 | 11 | 36 | 0 | 5 | 433 | 113 | 121 |
| Binary | 11011110 | 10101010 | 11110011 | 1001 | 11110 | 0 | 101 | 100011011 | 1001011 | 1010001 |
Color Harmonies of #DEAAF3
Complementary color
Monochromatic Colors of #DEAAF3
Black with #DEAAF3
Text Example
Text Example
White with #DEAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAF3; }
p { color: rgb(222,170,243); }
H1.HeaderClassName
{
color: #DEAAF3;
}
.AnyTagClassName
{
color: #DEAAF3;
}
</style>
background-color css
<style>
a { background-color: #DEAAF3; }
a { background-color: rgb(222,170,243); }
div.DivClassName
{
background-color: #DEAAF3;
}
.BgClassName
{
background-color: #DEAAF3;
}
</style>
border-color css
<style>
span { border-color: #DEAAF3; }
span { border-color: rgb(222,170,243); }
td.TdClassName
{
border-color: #DEAAF3;
}
.TagClassName
{
border-color: #DEAAF3;
}
</style>