Shades of Mauve #E6BDEF
Tints of Mauve #E6BDEF
RGB
CMYK
RGB Variations
Color information
#E6BDEF (or 0xE6BDEF) is known color: Mauve. HEX triplet: E6, BD and EF. RGB value is (230,189,239). Sum of RGB (Red+Green+Blue) = 230+189+239=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEF is #194210. Grayscale: #CECECE. Windows color (decimal): -1655313 or 15711718. OLE color: 15711718.
HSL color Cylindrical-coordinate representation of color #E6BDEF: hue angle of 289.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BDEF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 189 | 239 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 289.2º | 0.61% | 0.84% | - |
| HSV(B) | 289.2º | 0.21% | 0.94% | - |
| XYZ | 66.41 | 59.45 | 89.64 | - |
| YUV | 206.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 239 | 0.04 | 0.21 | 0 | 0.06 | 289.2 | 0.61 | 0.84 |
| Hex | E6 | BD | EF | 4 | 15 | 0 | 6 | 121 | 3D | 54 |
| Octal | 346 | 275 | 357 | 4 | 25 | 0 | 6 | 441 | 75 | 124 |
| Binary | 11100110 | 10111101 | 11101111 | 100 | 10101 | 0 | 110 | 100100001 | 111101 | 1010100 |
Color Harmonies of #E6BDEF
Complementary color
Monochromatic Colors of #E6BDEF
Black with #E6BDEF
Text Example
Text Example
White with #E6BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDEF; }
p { color: rgb(230,189,239); }
H1.HeaderClassName
{
color: #E6BDEF;
}
.AnyTagClassName
{
color: #E6BDEF;
}
</style>
background-color css
<style>
a { background-color: #E6BDEF; }
a { background-color: rgb(230,189,239); }
div.DivClassName
{
background-color: #E6BDEF;
}
.BgClassName
{
background-color: #E6BDEF;
}
</style>
border-color css
<style>
span { border-color: #E6BDEF; }
span { border-color: rgb(230,189,239); }
td.TdClassName
{
border-color: #E6BDEF;
}
.TagClassName
{
border-color: #E6BDEF;
}
</style>