Shades of Mauve #EEBDF8
Tints of Mauve #EEBDF8
RGB
CMYK
RGB Variations
Color information
#EEBDF8 (or 0xEEBDF8) is known color: Mauve. HEX triplet: EE, BD and F8. RGB value is (238,189,248). Sum of RGB (Red+Green+Blue) = 238+189+248=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF8 is #114207. Grayscale: #D2D2D2. Windows color (decimal): -1131016 or 16301550. OLE color: 16301550.
HSL color Cylindrical-coordinate representation of color #EEBDF8: hue angle of 289.83º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBDF8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 189 | 248 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.03 |
| HSL | 289.83º | 0.81% | 0.86% | - |
| HSV(B) | 289.83º | 0.24% | 0.97% | - |
| XYZ | 70.4 | 61.35 | 96.94 | - |
| YUV | 210.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 248 | 0.04 | 0.24 | 0 | 0.03 | 289.83 | 0.81 | 0.86 |
| Hex | EE | BD | F8 | 4 | 18 | 0 | 3 | 122 | 51 | 56 |
| Octal | 356 | 275 | 370 | 4 | 30 | 0 | 3 | 442 | 121 | 126 |
| Binary | 11101110 | 10111101 | 11111000 | 100 | 11000 | 0 | 11 | 100100010 | 1010001 | 1010110 |
Color Harmonies of #EEBDF8
Complementary color
Monochromatic Colors of #EEBDF8
Black with #EEBDF8
Text Example
Text Example
White with #EEBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF8; }
p { color: rgb(238,189,248); }
H1.HeaderClassName
{
color: #EEBDF8;
}
.AnyTagClassName
{
color: #EEBDF8;
}
</style>
background-color css
<style>
a { background-color: #EEBDF8; }
a { background-color: rgb(238,189,248); }
div.DivClassName
{
background-color: #EEBDF8;
}
.BgClassName
{
background-color: #EEBDF8;
}
</style>
border-color css
<style>
span { border-color: #EEBDF8; }
span { border-color: rgb(238,189,248); }
td.TdClassName
{
border-color: #EEBDF8;
}
.TagClassName
{
border-color: #EEBDF8;
}
</style>