Shades of Mauve #EEBDF5
Tints of Mauve #EEBDF5
RGB
CMYK
RGB Variations
Color information
#EEBDF5 (or 0xEEBDF5) is known color: Mauve. HEX triplet: EE, BD and F5. RGB value is (238,189,245). Sum of RGB (Red+Green+Blue) = 238+189+245=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF5 is #11420A. Grayscale: #D1D1D1. Windows color (decimal): -1131019 or 16104942. OLE color: 16104942.
HSL color Cylindrical-coordinate representation of color #EEBDF5: hue angle of 292.5º degrees, saturation: 0.74, 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 #EEBDF5 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 189 | 245 | - |
CMYK | 0.03 | 0.23 | 0 | 0.04 |
HSL | 292.5º | 0.74% | 0.85% | - |
HSV(B) | 292.5º | 0.23% | 0.96% | - |
XYZ | 69.94 | 61.16 | 94.51 | - |
YUV | 210.04 | 147.73 | 147.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 245 | 0.03 | 0.23 | 0 | 0.04 | 292.5 | 0.74 | 0.85 |
Hex | EE | BD | F5 | 3 | 17 | 0 | 4 | 124 | 4A | 55 |
Octal | 356 | 275 | 365 | 3 | 27 | 0 | 4 | 444 | 112 | 125 |
Binary | 11101110 | 10111101 | 11110101 | 11 | 10111 | 0 | 100 | 100100100 | 1001010 | 1010101 |
Color Harmonies of #EEBDF5
Complementary color
Monochromatic Colors of #EEBDF5
Black with #EEBDF5
Text Example
Text Example
White with #EEBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF5; }
p { color: rgb(238,189,245); }
H1.HeaderClassName
{
color: #EEBDF5;
}
.AnyTagClassName
{
color: #EEBDF5;
}
</style>
background-color css
<style>
a { background-color: #EEBDF5; }
a { background-color: rgb(238,189,245); }
div.DivClassName
{
background-color: #EEBDF5;
}
.BgClassName
{
background-color: #EEBDF5;
}
</style>
border-color css
<style>
span { border-color: #EEBDF5; }
span { border-color: rgb(238,189,245); }
td.TdClassName
{
border-color: #EEBDF5;
}
.TagClassName
{
border-color: #EEBDF5;
}
</style>