Shades of Mauve #EEBDF9
Tints of Mauve #EEBDF9
RGB
CMYK
RGB Variations
Color information
#EEBDF9 (or 0xEEBDF9) is known color: Mauve. HEX triplet: EE, BD and F9. RGB value is (238,189,249). Sum of RGB (Red+Green+Blue) = 238+189+249=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEBDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF9 is #114206. Grayscale: #D2D2D2. Windows color (decimal): -1131015 or 16367086. OLE color: 16367086.
HSL color Cylindrical-coordinate representation of color #EEBDF9: hue angle of 289º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBDF9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 189 | 249 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 289º | 0.83% | 0.86% | - |
| HSV(B) | 289º | 0.24% | 0.98% | - |
| XYZ | 70.56 | 61.41 | 97.76 | - |
| YUV | 210.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 249 | 0.04 | 0.24 | 0 | 0.02 | 289 | 0.83 | 0.86 |
| Hex | EE | BD | F9 | 4 | 18 | 0 | 2 | 121 | 53 | 56 |
| Octal | 356 | 275 | 371 | 4 | 30 | 0 | 2 | 441 | 123 | 126 |
| Binary | 11101110 | 10111101 | 11111001 | 100 | 11000 | 0 | 10 | 100100001 | 1010011 | 1010110 |
Color Harmonies of #EEBDF9
Complementary color
Monochromatic Colors of #EEBDF9
Black with #EEBDF9
Text Example
Text Example
White with #EEBDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF9; }
p { color: rgb(238,189,249); }
H1.HeaderClassName
{
color: #EEBDF9;
}
.AnyTagClassName
{
color: #EEBDF9;
}
</style>
background-color css
<style>
a { background-color: #EEBDF9; }
a { background-color: rgb(238,189,249); }
div.DivClassName
{
background-color: #EEBDF9;
}
.BgClassName
{
background-color: #EEBDF9;
}
</style>
border-color css
<style>
span { border-color: #EEBDF9; }
span { border-color: rgb(238,189,249); }
td.TdClassName
{
border-color: #EEBDF9;
}
.TagClassName
{
border-color: #EEBDF9;
}
</style>