Shades of Mauve #DEAEF3
Tints of Mauve #DEAEF3
RGB
CMYK
RGB Variations
Color information
#DEAEF3 (or 0xDEAEF3) is known color: Mauve. HEX triplet: DE, AE and F3. RGB value is (222,174,243). Sum of RGB (Red+Green+Blue) = 222+174+243=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF3 is #21510C. Grayscale: #C3C3C3. Windows color (decimal): -2183437 or 15970014. OLE color: 15970014.
HSL color Cylindrical-coordinate representation of color #DEAEF3: hue angle of 281.74º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAEF3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 174 | 243 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 281.74º | 0.74% | 0.82% | - |
| HSV(B) | 281.74º | 0.28% | 0.95% | - |
| XYZ | 61.44 | 52.27 | 91.65 | - |
| YUV | 196.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 243 | 0.09 | 0.28 | 0 | 0.05 | 281.74 | 0.74 | 0.82 |
| Hex | DE | AE | F3 | 9 | 1C | 0 | 5 | 11A | 4A | 52 |
| Octal | 336 | 256 | 363 | 11 | 34 | 0 | 5 | 432 | 112 | 122 |
| Binary | 11011110 | 10101110 | 11110011 | 1001 | 11100 | 0 | 101 | 100011010 | 1001010 | 1010010 |
Color Harmonies of #DEAEF3
Complementary color
Monochromatic Colors of #DEAEF3
Black with #DEAEF3
Text Example
Text Example
White with #DEAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEF3; }
p { color: rgb(222,174,243); }
H1.HeaderClassName
{
color: #DEAEF3;
}
.AnyTagClassName
{
color: #DEAEF3;
}
</style>
background-color css
<style>
a { background-color: #DEAEF3; }
a { background-color: rgb(222,174,243); }
div.DivClassName
{
background-color: #DEAEF3;
}
.BgClassName
{
background-color: #DEAEF3;
}
</style>
border-color css
<style>
span { border-color: #DEAEF3; }
span { border-color: rgb(222,174,243); }
td.TdClassName
{
border-color: #DEAEF3;
}
.TagClassName
{
border-color: #DEAEF3;
}
</style>