Shades of Mauve #EEB0FD
Tints of Mauve #EEB0FD
RGB
CMYK
RGB Variations
Color information
#EEB0FD (or 0xEEB0FD) is known color: Mauve. HEX triplet: EE, B0 and FD. RGB value is (238,176,253). Sum of RGB (Red+Green+Blue) = 238+176+253=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0FD is #114F02. Grayscale: #CBCBCB. Windows color (decimal): -1134339 or 16625902. OLE color: 16625902.
HSL color Cylindrical-coordinate representation of color #EEB0FD: hue angle of 288.31º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB0FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 176 | 253 | - |
CMYK | 0.06 | 0.30 | 0 | 0.01 |
HSL | 288.31º | 0.95% | 0.84% | - |
HSV(B) | 288.31º | 0.3% | 0.99% | - |
XYZ | 68.51 | 56.32 | 100.19 | - |
YUV | 203.32 | 156.04 | 152.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 176 | 253 | 0.06 | 0.30 | 0 | 0.01 | 288.31 | 0.95 | 0.84 |
Hex | EE | B0 | FD | 6 | 1E | 0 | 1 | 120 | 5F | 54 |
Octal | 356 | 260 | 375 | 6 | 36 | 0 | 1 | 440 | 137 | 124 |
Binary | 11101110 | 10110000 | 11111101 | 110 | 11110 | 0 | 1 | 100100000 | 1011111 | 1010100 |
Color Harmonies of #EEB0FD
Complementary color
Monochromatic Colors of #EEB0FD
Black with #EEB0FD
Text Example
Text Example
White with #EEB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0FD; }
p { color: rgb(238,176,253); }
H1.HeaderClassName
{
color: #EEB0FD;
}
.AnyTagClassName
{
color: #EEB0FD;
}
</style>
background-color css
<style>
a { background-color: #EEB0FD; }
a { background-color: rgb(238,176,253); }
div.DivClassName
{
background-color: #EEB0FD;
}
.BgClassName
{
background-color: #EEB0FD;
}
</style>
border-color css
<style>
span { border-color: #EEB0FD; }
span { border-color: rgb(238,176,253); }
td.TdClassName
{
border-color: #EEB0FD;
}
.TagClassName
{
border-color: #EEB0FD;
}
</style>