Shades of Mauve #E0ADFB
Tints of Mauve #E0ADFB
RGB
CMYK
RGB Variations
Color information
#E0ADFB (or 0xE0ADFB) is known color: Mauve. HEX triplet: E0, AD and FB. RGB value is (224,173,251). Sum of RGB (Red+Green+Blue) = 224+173+251=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADFB is #1F5204. Grayscale: #C4C4C4. Windows color (decimal): -2052613 or 16494048. OLE color: 16494048.
HSL color Cylindrical-coordinate representation of color #E0ADFB: hue angle of 279.23º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0ADFB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 173 | 251 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.02 |
| HSL | 279.23º | 0.91% | 0.83% | - |
| HSV(B) | 279.23º | 0.31% | 0.98% | - |
| XYZ | 63.1 | 52.7 | 98.11 | - |
| YUV | 197.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 251 | 0.11 | 0.31 | 0 | 0.02 | 279.23 | 0.91 | 0.83 |
| Hex | E0 | AD | FB | B | 1F | 0 | 2 | 117 | 5B | 53 |
| Octal | 340 | 255 | 373 | 13 | 37 | 0 | 2 | 427 | 133 | 123 |
| Binary | 11100000 | 10101101 | 11111011 | 1011 | 11111 | 0 | 10 | 100010111 | 1011011 | 1010011 |
Color Harmonies of #E0ADFB
Complementary color
Monochromatic Colors of #E0ADFB
Black with #E0ADFB
Text Example
Text Example
White with #E0ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADFB; }
p { color: rgb(224,173,251); }
H1.HeaderClassName
{
color: #E0ADFB;
}
.AnyTagClassName
{
color: #E0ADFB;
}
</style>
background-color css
<style>
a { background-color: #E0ADFB; }
a { background-color: rgb(224,173,251); }
div.DivClassName
{
background-color: #E0ADFB;
}
.BgClassName
{
background-color: #E0ADFB;
}
</style>
border-color css
<style>
span { border-color: #E0ADFB; }
span { border-color: rgb(224,173,251); }
td.TdClassName
{
border-color: #E0ADFB;
}
.TagClassName
{
border-color: #E0ADFB;
}
</style>