Shades of Mauve #EEB9FD
Tints of Mauve #EEB9FD
RGB
CMYK
RGB Variations
Color information
#EEB9FD (or 0xEEB9FD) is known color: Mauve. HEX triplet: EE, B9 and FD. RGB value is (238,185,253). Sum of RGB (Red+Green+Blue) = 238+185+253=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9FD is #114602. Grayscale: #D0D0D0. Windows color (decimal): -1132035 or 16628206. OLE color: 16628206.
HSL color Cylindrical-coordinate representation of color #EEB9FD: hue angle of 286.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB9FD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 185 | 253 | - |
CMYK | 0.06 | 0.27 | 0 | 0.01 |
HSL | 286.76º | 0.94% | 0.86% | - |
HSV(B) | 286.76º | 0.27% | 0.99% | - |
XYZ | 70.34 | 59.97 | 100.8 | - |
YUV | 208.6 | 153.06 | 148.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 185 | 253 | 0.06 | 0.27 | 0 | 0.01 | 286.76 | 0.94 | 0.86 |
Hex | EE | B9 | FD | 6 | 1B | 0 | 1 | 11F | 5E | 56 |
Octal | 356 | 271 | 375 | 6 | 33 | 0 | 1 | 437 | 136 | 126 |
Binary | 11101110 | 10111001 | 11111101 | 110 | 11011 | 0 | 1 | 100011111 | 1011110 | 1010110 |
Color Harmonies of #EEB9FD
Complementary color
Monochromatic Colors of #EEB9FD
Black with #EEB9FD
Text Example
Text Example
White with #EEB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9FD; }
p { color: rgb(238,185,253); }
H1.HeaderClassName
{
color: #EEB9FD;
}
.AnyTagClassName
{
color: #EEB9FD;
}
</style>
background-color css
<style>
a { background-color: #EEB9FD; }
a { background-color: rgb(238,185,253); }
div.DivClassName
{
background-color: #EEB9FD;
}
.BgClassName
{
background-color: #EEB9FD;
}
</style>
border-color css
<style>
span { border-color: #EEB9FD; }
span { border-color: rgb(238,185,253); }
td.TdClassName
{
border-color: #EEB9FD;
}
.TagClassName
{
border-color: #EEB9FD;
}
</style>