Shades of Mauve #EEBDFC
Tints of Mauve #EEBDFC
RGB
CMYK
RGB Variations
Color information
#EEBDFC (or 0xEEBDFC) is known color: Mauve. HEX triplet: EE, BD and FC. RGB value is (238,189,252). Sum of RGB (Red+Green+Blue) = 238+189+252=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFC is #114203. Grayscale: #D2D2D2. Windows color (decimal): -1131012 or 16563694. OLE color: 16563694.
HSL color Cylindrical-coordinate representation of color #EEBDFC: hue angle of 286.67º 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 #EEBDFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 189 | 252 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.01 |
| HSL | 286.67º | 0.91% | 0.86% | - |
| HSV(B) | 286.67º | 0.25% | 0.99% | - |
| XYZ | 71.03 | 61.6 | 100.24 | - |
| YUV | 210.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 252 | 0.06 | 0.25 | 0 | 0.01 | 286.67 | 0.91 | 0.86 |
| Hex | EE | BD | FC | 6 | 19 | 0 | 1 | 11F | 5B | 56 |
| Octal | 356 | 275 | 374 | 6 | 31 | 0 | 1 | 437 | 133 | 126 |
| Binary | 11101110 | 10111101 | 11111100 | 110 | 11001 | 0 | 1 | 100011111 | 1011011 | 1010110 |
Color Harmonies of #EEBDFC
Complementary color
Monochromatic Colors of #EEBDFC
Black with #EEBDFC
Text Example
Text Example
White with #EEBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDFC; }
p { color: rgb(238,189,252); }
H1.HeaderClassName
{
color: #EEBDFC;
}
.AnyTagClassName
{
color: #EEBDFC;
}
</style>
background-color css
<style>
a { background-color: #EEBDFC; }
a { background-color: rgb(238,189,252); }
div.DivClassName
{
background-color: #EEBDFC;
}
.BgClassName
{
background-color: #EEBDFC;
}
</style>
border-color css
<style>
span { border-color: #EEBDFC; }
span { border-color: rgb(238,189,252); }
td.TdClassName
{
border-color: #EEBDFC;
}
.TagClassName
{
border-color: #EEBDFC;
}
</style>