Shades of Mauve #EEBDFF
Tints of Mauve #EEBDFF
RGB
CMYK
RGB Variations
Color information
#EEBDFF (or 0xEEBDFF) is known color: Mauve. HEX triplet: EE, BD and FF. RGB value is (238,189,255). Sum of RGB (Red+Green+Blue) = 238+189+255=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFF is #114200. Grayscale: #D2D2D2. Windows color (decimal): -1131009 or 16760302. OLE color: 16760302.
HSL color Cylindrical-coordinate representation of color #EEBDFF: hue angle of 284.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBDFF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 189 | 255 | - |
| CMYK | 0.07 | 0.26 | 0 | 0 |
| HSL | 284.55º | 1% | 0.87% | - |
| HSV(B) | 284.55º | 0.26% | 1% | - |
| XYZ | 71.51 | 61.79 | 102.77 | - |
| YUV | 211.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 255 | 0.07 | 0.26 | 0 | 0 | 284.55 | 1 | 0.87 |
| Hex | EE | BD | FF | 7 | 1A | 0 | 0 | 11D | 64 | 57 |
| Octal | 356 | 275 | 377 | 7 | 32 | 0 | 0 | 435 | 144 | 127 |
| Binary | 11101110 | 10111101 | 11111111 | 111 | 11010 | 0 | 0 | 100011101 | 1100100 | 1010111 |
Color Harmonies of #EEBDFF
Complementary color
Monochromatic Colors of #EEBDFF
Black with #EEBDFF
Text Example
Text Example
White with #EEBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDFF; }
p { color: rgb(238,189,255); }
H1.HeaderClassName
{
color: #EEBDFF;
}
.AnyTagClassName
{
color: #EEBDFF;
}
</style>
background-color css
<style>
a { background-color: #EEBDFF; }
a { background-color: rgb(238,189,255); }
div.DivClassName
{
background-color: #EEBDFF;
}
.BgClassName
{
background-color: #EEBDFF;
}
</style>
border-color css
<style>
span { border-color: #EEBDFF; }
span { border-color: rgb(238,189,255); }
td.TdClassName
{
border-color: #EEBDFF;
}
.TagClassName
{
border-color: #EEBDFF;
}
</style>