Shades of Mauve #EEBDFB
Tints of Mauve #EEBDFB
RGB
CMYK
RGB Variations
Color information
#EEBDFB (or 0xEEBDFB) is known color: Mauve. HEX triplet: EE, BD and FB. RGB value is (238,189,251). Sum of RGB (Red+Green+Blue) = 238+189+251=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFB is #114204. Grayscale: #D2D2D2. Windows color (decimal): -1131013 or 16498158. OLE color: 16498158.
HSL color Cylindrical-coordinate representation of color #EEBDFB: hue angle of 287.42º 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 #EEBDFB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 189 | 251 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.02 |
| HSL | 287.42º | 0.89% | 0.86% | - |
| HSV(B) | 287.42º | 0.25% | 0.98% | - |
| XYZ | 70.87 | 61.54 | 99.41 | - |
| YUV | 210.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 251 | 0.05 | 0.25 | 0 | 0.02 | 287.42 | 0.89 | 0.86 |
| Hex | EE | BD | FB | 5 | 19 | 0 | 2 | 11F | 59 | 56 |
| Octal | 356 | 275 | 373 | 5 | 31 | 0 | 2 | 437 | 131 | 126 |
| Binary | 11101110 | 10111101 | 11111011 | 101 | 11001 | 0 | 10 | 100011111 | 1011001 | 1010110 |
Color Harmonies of #EEBDFB
Complementary color
Monochromatic Colors of #EEBDFB
Black with #EEBDFB
Text Example
Text Example
White with #EEBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDFB; }
p { color: rgb(238,189,251); }
H1.HeaderClassName
{
color: #EEBDFB;
}
.AnyTagClassName
{
color: #EEBDFB;
}
</style>
background-color css
<style>
a { background-color: #EEBDFB; }
a { background-color: rgb(238,189,251); }
div.DivClassName
{
background-color: #EEBDFB;
}
.BgClassName
{
background-color: #EEBDFB;
}
</style>
border-color css
<style>
span { border-color: #EEBDFB; }
span { border-color: rgb(238,189,251); }
td.TdClassName
{
border-color: #EEBDFB;
}
.TagClassName
{
border-color: #EEBDFB;
}
</style>