Shades of Mauve #E6BDFB
Tints of Mauve #E6BDFB
RGB
CMYK
RGB Variations
Color information
#E6BDFB (or 0xE6BDFB) is known color: Mauve. HEX triplet: E6, BD and FB. RGB value is (230,189,251). Sum of RGB (Red+Green+Blue) = 230+189+251=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDFB is #194204. Grayscale: #D0D0D0. Windows color (decimal): -1655301 or 16498150. OLE color: 16498150.
HSL color Cylindrical-coordinate representation of color #E6BDFB: hue angle of 279.68º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BDFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 189 | 251 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 279.68º | 0.89% | 0.86% | - |
| HSV(B) | 279.68º | 0.25% | 0.98% | - |
| XYZ | 68.24 | 60.18 | 99.29 | - |
| YUV | 208.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 251 | 0.08 | 0.25 | 0 | 0.02 | 279.68 | 0.89 | 0.86 |
| Hex | E6 | BD | FB | 8 | 19 | 0 | 2 | 118 | 59 | 56 |
| Octal | 346 | 275 | 373 | 10 | 31 | 0 | 2 | 430 | 131 | 126 |
| Binary | 11100110 | 10111101 | 11111011 | 1000 | 11001 | 0 | 10 | 100011000 | 1011001 | 1010110 |
Color Harmonies of #E6BDFB
Complementary color
Monochromatic Colors of #E6BDFB
Black with #E6BDFB
Text Example
Text Example
White with #E6BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDFB; }
p { color: rgb(230,189,251); }
H1.HeaderClassName
{
color: #E6BDFB;
}
.AnyTagClassName
{
color: #E6BDFB;
}
</style>
background-color css
<style>
a { background-color: #E6BDFB; }
a { background-color: rgb(230,189,251); }
div.DivClassName
{
background-color: #E6BDFB;
}
.BgClassName
{
background-color: #E6BDFB;
}
</style>
border-color css
<style>
span { border-color: #E6BDFB; }
span { border-color: rgb(230,189,251); }
td.TdClassName
{
border-color: #E6BDFB;
}
.TagClassName
{
border-color: #E6BDFB;
}
</style>