Shades of Mauve #EEBFF6
Tints of Mauve #EEBFF6
RGB
CMYK
RGB Variations
Color information
#EEBFF6 (or 0xEEBFF6) is known color: Mauve. HEX triplet: EE, BF and F6. RGB value is (238,191,246). Sum of RGB (Red+Green+Blue) = 238+191+246=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF6 is #114009. Grayscale: #D3D3D3. Windows color (decimal): -1130506 or 16170990. OLE color: 16170990.
HSL color Cylindrical-coordinate representation of color #EEBFF6: hue angle of 291.27º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBFF6 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 191 | 246 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.04 |
| HSL | 291.27º | 0.75% | 0.86% | - |
| HSV(B) | 291.27º | 0.22% | 0.96% | - |
| XYZ | 70.53 | 62.09 | 95.46 | - |
| YUV | 211.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 246 | 0.03 | 0.22 | 0 | 0.04 | 291.27 | 0.75 | 0.86 |
| Hex | EE | BF | F6 | 3 | 16 | 0 | 4 | 123 | 4B | 56 |
| Octal | 356 | 277 | 366 | 3 | 26 | 0 | 4 | 443 | 113 | 126 |
| Binary | 11101110 | 10111111 | 11110110 | 11 | 10110 | 0 | 100 | 100100011 | 1001011 | 1010110 |
Color Harmonies of #EEBFF6
Complementary color
Monochromatic Colors of #EEBFF6
Black with #EEBFF6
Text Example
Text Example
White with #EEBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFF6; }
p { color: rgb(238,191,246); }
H1.HeaderClassName
{
color: #EEBFF6;
}
.AnyTagClassName
{
color: #EEBFF6;
}
</style>
background-color css
<style>
a { background-color: #EEBFF6; }
a { background-color: rgb(238,191,246); }
div.DivClassName
{
background-color: #EEBFF6;
}
.BgClassName
{
background-color: #EEBFF6;
}
</style>
border-color css
<style>
span { border-color: #EEBFF6; }
span { border-color: rgb(238,191,246); }
td.TdClassName
{
border-color: #EEBFF6;
}
.TagClassName
{
border-color: #EEBFF6;
}
</style>