Shades of Mauve #EEBDF6
Tints of Mauve #EEBDF6
RGB
CMYK
RGB Variations
Color information
#EEBDF6 (or 0xEEBDF6) is known color: Mauve. HEX triplet: EE, BD and F6. RGB value is (238,189,246). Sum of RGB (Red+Green+Blue) = 238+189+246=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF6 is #114209. Grayscale: #D1D1D1. Windows color (decimal): -1131018 or 16170478. OLE color: 16170478.
HSL color Cylindrical-coordinate representation of color #EEBDF6: hue angle of 291.58º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBDF6 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 189 | 246 | - |
CMYK | 0.03 | 0.23 | 0 | 0.04 |
HSL | 291.58º | 0.76% | 0.85% | - |
HSV(B) | 291.58º | 0.23% | 0.96% | - |
XYZ | 70.09 | 61.23 | 95.31 | - |
YUV | 210.15 | 148.23 | 147.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 246 | 0.03 | 0.23 | 0 | 0.04 | 291.58 | 0.76 | 0.85 |
Hex | EE | BD | F6 | 3 | 17 | 0 | 4 | 124 | 4C | 55 |
Octal | 356 | 275 | 366 | 3 | 27 | 0 | 4 | 444 | 114 | 125 |
Binary | 11101110 | 10111101 | 11110110 | 11 | 10111 | 0 | 100 | 100100100 | 1001100 | 1010101 |
Color Harmonies of #EEBDF6
Complementary color
Monochromatic Colors of #EEBDF6
Black with #EEBDF6
Text Example
Text Example
White with #EEBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF6; }
p { color: rgb(238,189,246); }
H1.HeaderClassName
{
color: #EEBDF6;
}
.AnyTagClassName
{
color: #EEBDF6;
}
</style>
background-color css
<style>
a { background-color: #EEBDF6; }
a { background-color: rgb(238,189,246); }
div.DivClassName
{
background-color: #EEBDF6;
}
.BgClassName
{
background-color: #EEBDF6;
}
</style>
border-color css
<style>
span { border-color: #EEBDF6; }
span { border-color: rgb(238,189,246); }
td.TdClassName
{
border-color: #EEBDF6;
}
.TagClassName
{
border-color: #EEBDF6;
}
</style>