Shades of Mauve #EEBCFC
Tints of Mauve #EEBCFC
RGB
CMYK
RGB Variations
Color information
#EEBCFC (or 0xEEBCFC) is known color: Mauve. HEX triplet: EE, BC and FC. RGB value is (238,188,252). Sum of RGB (Red+Green+Blue) = 238+188+252=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCFC is #114303. Grayscale: #D2D2D2. Windows color (decimal): -1131268 or 16563438. OLE color: 16563438.
HSL color Cylindrical-coordinate representation of color #EEBCFC: hue angle of 286.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBCFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 188 | 252 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.01 |
| HSL | 286.88º | 0.91% | 0.86% | - |
| HSV(B) | 286.88º | 0.25% | 0.99% | - |
| XYZ | 70.81 | 61.17 | 100.17 | - |
| YUV | 210.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 252 | 0.06 | 0.25 | 0 | 0.01 | 286.88 | 0.91 | 0.86 |
| Hex | EE | BC | FC | 6 | 19 | 0 | 1 | 11F | 5B | 56 |
| Octal | 356 | 274 | 374 | 6 | 31 | 0 | 1 | 437 | 133 | 126 |
| Binary | 11101110 | 10111100 | 11111100 | 110 | 11001 | 0 | 1 | 100011111 | 1011011 | 1010110 |
Color Harmonies of #EEBCFC
Complementary color
Monochromatic Colors of #EEBCFC
Black with #EEBCFC
Text Example
Text Example
White with #EEBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCFC; }
p { color: rgb(238,188,252); }
H1.HeaderClassName
{
color: #EEBCFC;
}
.AnyTagClassName
{
color: #EEBCFC;
}
</style>
background-color css
<style>
a { background-color: #EEBCFC; }
a { background-color: rgb(238,188,252); }
div.DivClassName
{
background-color: #EEBCFC;
}
.BgClassName
{
background-color: #EEBCFC;
}
</style>
border-color css
<style>
span { border-color: #EEBCFC; }
span { border-color: rgb(238,188,252); }
td.TdClassName
{
border-color: #EEBCFC;
}
.TagClassName
{
border-color: #EEBCFC;
}
</style>