Shades of Mauve #EEBCFF
Tints of Mauve #EEBCFF
RGB
CMYK
RGB Variations
Color information
#EEBCFF (or 0xEEBCFF) is known color: Mauve. HEX triplet: EE, BC and FF. RGB value is (238,188,255). Sum of RGB (Red+Green+Blue) = 238+188+255=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCFF is #114300. Grayscale: #D2D2D2. Windows color (decimal): -1131265 or 16760046. OLE color: 16760046.
HSL color Cylindrical-coordinate representation of color #EEBCFF: hue angle of 284.78º 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 #EEBCFF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 188 | 255 | - |
| CMYK | 0.07 | 0.26 | 0 | 0 |
| HSL | 284.78º | 1% | 0.87% | - |
| HSV(B) | 284.78º | 0.26% | 1% | - |
| XYZ | 71.29 | 61.36 | 102.69 | - |
| YUV | 210.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 255 | 0.07 | 0.26 | 0 | 0 | 284.78 | 1 | 0.87 |
| Hex | EE | BC | FF | 7 | 1A | 0 | 0 | 11D | 64 | 57 |
| Octal | 356 | 274 | 377 | 7 | 32 | 0 | 0 | 435 | 144 | 127 |
| Binary | 11101110 | 10111100 | 11111111 | 111 | 11010 | 0 | 0 | 100011101 | 1100100 | 1010111 |
Color Harmonies of #EEBCFF
Complementary color
Monochromatic Colors of #EEBCFF
Black with #EEBCFF
Text Example
Text Example
White with #EEBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCFF; }
p { color: rgb(238,188,255); }
H1.HeaderClassName
{
color: #EEBCFF;
}
.AnyTagClassName
{
color: #EEBCFF;
}
</style>
background-color css
<style>
a { background-color: #EEBCFF; }
a { background-color: rgb(238,188,255); }
div.DivClassName
{
background-color: #EEBCFF;
}
.BgClassName
{
background-color: #EEBCFF;
}
</style>
border-color css
<style>
span { border-color: #EEBCFF; }
span { border-color: rgb(238,188,255); }
td.TdClassName
{
border-color: #EEBCFF;
}
.TagClassName
{
border-color: #EEBCFF;
}
</style>