Shades of Mauve #E6BDF2
Tints of Mauve #E6BDF2
RGB
CMYK
RGB Variations
Color information
#E6BDF2 (or 0xE6BDF2) is known color: Mauve. HEX triplet: E6, BD and F2. RGB value is (230,189,242). Sum of RGB (Red+Green+Blue) = 230+189+242=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDF2 is #19420D. Grayscale: #CFCFCF. Windows color (decimal): -1655310 or 15908326. OLE color: 15908326.
HSL color Cylindrical-coordinate representation of color #E6BDF2: hue angle of 286.42º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BDF2 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 189 | 242 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.05 |
| HSL | 286.42º | 0.67% | 0.85% | - |
| HSV(B) | 286.42º | 0.22% | 0.95% | - |
| XYZ | 66.86 | 59.63 | 91.99 | - |
| YUV | 207.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 242 | 0.05 | 0.22 | 0 | 0.05 | 286.42 | 0.67 | 0.85 |
| Hex | E6 | BD | F2 | 5 | 16 | 0 | 5 | 11E | 43 | 55 |
| Octal | 346 | 275 | 362 | 5 | 26 | 0 | 5 | 436 | 103 | 125 |
| Binary | 11100110 | 10111101 | 11110010 | 101 | 10110 | 0 | 101 | 100011110 | 1000011 | 1010101 |
Color Harmonies of #E6BDF2
Complementary color
Monochromatic Colors of #E6BDF2
Black with #E6BDF2
Text Example
Text Example
White with #E6BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDF2; }
p { color: rgb(230,189,242); }
H1.HeaderClassName
{
color: #E6BDF2;
}
.AnyTagClassName
{
color: #E6BDF2;
}
</style>
background-color css
<style>
a { background-color: #E6BDF2; }
a { background-color: rgb(230,189,242); }
div.DivClassName
{
background-color: #E6BDF2;
}
.BgClassName
{
background-color: #E6BDF2;
}
</style>
border-color css
<style>
span { border-color: #E6BDF2; }
span { border-color: rgb(230,189,242); }
td.TdClassName
{
border-color: #E6BDF2;
}
.TagClassName
{
border-color: #E6BDF2;
}
</style>