Shades of Mauve #EEBAFD
Tints of Mauve #EEBAFD
RGB
CMYK
RGB Variations
Color information
#EEBAFD (or 0xEEBAFD) is known color: Mauve. HEX triplet: EE, BA and FD. RGB value is (238,186,253). Sum of RGB (Red+Green+Blue) = 238+186+253=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFD is #114502. Grayscale: #D0D0D0. Windows color (decimal): -1131779 or 16628462. OLE color: 16628462.
HSL color Cylindrical-coordinate representation of color #EEBAFD: hue angle of 286.57º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBAFD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 186 | 253 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.01 |
| HSL | 286.57º | 0.94% | 0.86% | - |
| HSV(B) | 286.57º | 0.26% | 0.99% | - |
| XYZ | 70.55 | 60.39 | 100.87 | - |
| YUV | 209.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 253 | 0.06 | 0.26 | 0 | 0.01 | 286.57 | 0.94 | 0.86 |
| Hex | EE | BA | FD | 6 | 1A | 0 | 1 | 11F | 5E | 56 |
| Octal | 356 | 272 | 375 | 6 | 32 | 0 | 1 | 437 | 136 | 126 |
| Binary | 11101110 | 10111010 | 11111101 | 110 | 11010 | 0 | 1 | 100011111 | 1011110 | 1010110 |
Color Harmonies of #EEBAFD
Complementary color
Monochromatic Colors of #EEBAFD
Black with #EEBAFD
Text Example
Text Example
White with #EEBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAFD; }
p { color: rgb(238,186,253); }
H1.HeaderClassName
{
color: #EEBAFD;
}
.AnyTagClassName
{
color: #EEBAFD;
}
</style>
background-color css
<style>
a { background-color: #EEBAFD; }
a { background-color: rgb(238,186,253); }
div.DivClassName
{
background-color: #EEBAFD;
}
.BgClassName
{
background-color: #EEBAFD;
}
</style>
border-color css
<style>
span { border-color: #EEBAFD; }
span { border-color: rgb(238,186,253); }
td.TdClassName
{
border-color: #EEBAFD;
}
.TagClassName
{
border-color: #EEBAFD;
}
</style>