Shades of Mauve #E6ADFB
Tints of Mauve #E6ADFB
RGB
CMYK
RGB Variations
Color information
#E6ADFB (or 0xE6ADFB) is known color: Mauve. HEX triplet: E6, AD and FB. RGB value is (230,173,251). Sum of RGB (Red+Green+Blue) = 230+173+251=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFB is #195204. Grayscale: #C6C6C6. Windows color (decimal): -1659397 or 16494054. OLE color: 16494054.
HSL color Cylindrical-coordinate representation of color #E6ADFB: hue angle of 283.85º 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 #E6ADFB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 173 | 251 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.02 |
| HSL | 283.85º | 0.91% | 0.83% | - |
| HSV(B) | 283.85º | 0.31% | 0.98% | - |
| XYZ | 64.99 | 53.68 | 98.2 | - |
| YUV | 198.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 251 | 0.08 | 0.31 | 0 | 0.02 | 283.85 | 0.91 | 0.83 |
| Hex | E6 | AD | FB | 8 | 1F | 0 | 2 | 11C | 5B | 53 |
| Octal | 346 | 255 | 373 | 10 | 37 | 0 | 2 | 434 | 133 | 123 |
| Binary | 11100110 | 10101101 | 11111011 | 1000 | 11111 | 0 | 10 | 100011100 | 1011011 | 1010011 |
Color Harmonies of #E6ADFB
Complementary color
Monochromatic Colors of #E6ADFB
Black with #E6ADFB
Text Example
Text Example
White with #E6ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADFB; }
p { color: rgb(230,173,251); }
H1.HeaderClassName
{
color: #E6ADFB;
}
.AnyTagClassName
{
color: #E6ADFB;
}
</style>
background-color css
<style>
a { background-color: #E6ADFB; }
a { background-color: rgb(230,173,251); }
div.DivClassName
{
background-color: #E6ADFB;
}
.BgClassName
{
background-color: #E6ADFB;
}
</style>
border-color css
<style>
span { border-color: #E6ADFB; }
span { border-color: rgb(230,173,251); }
td.TdClassName
{
border-color: #E6ADFB;
}
.TagClassName
{
border-color: #E6ADFB;
}
</style>