Shades of Mauve #EEB2FD
Tints of Mauve #EEB2FD
RGB
CMYK
RGB Variations
Color information
#EEB2FD (or 0xEEB2FD) is known color: Mauve. HEX triplet: EE, B2 and FD. RGB value is (238,178,253). Sum of RGB (Red+Green+Blue) = 238+178+253=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2FD is #114D02. Grayscale: #CCCCCC. Windows color (decimal): -1133827 or 16626414. OLE color: 16626414.
HSL color Cylindrical-coordinate representation of color #EEB2FD: hue angle of 288º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB2FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 178 | 253 | - |
CMYK | 0.06 | 0.30 | 0 | 0.01 |
HSL | 288º | 0.95% | 0.85% | - |
HSV(B) | 288º | 0.3% | 0.99% | - |
XYZ | 68.91 | 57.11 | 100.32 | - |
YUV | 204.49 | 155.38 | 151.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 178 | 253 | 0.06 | 0.30 | 0 | 0.01 | 288 | 0.95 | 0.85 |
Hex | EE | B2 | FD | 6 | 1E | 0 | 1 | 120 | 5F | 55 |
Octal | 356 | 262 | 375 | 6 | 36 | 0 | 1 | 440 | 137 | 125 |
Binary | 11101110 | 10110010 | 11111101 | 110 | 11110 | 0 | 1 | 100100000 | 1011111 | 1010101 |
Color Harmonies of #EEB2FD
Complementary color
Monochromatic Colors of #EEB2FD
Black with #EEB2FD
Text Example
Text Example
White with #EEB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2FD; }
p { color: rgb(238,178,253); }
H1.HeaderClassName
{
color: #EEB2FD;
}
.AnyTagClassName
{
color: #EEB2FD;
}
</style>
background-color css
<style>
a { background-color: #EEB2FD; }
a { background-color: rgb(238,178,253); }
div.DivClassName
{
background-color: #EEB2FD;
}
.BgClassName
{
background-color: #EEB2FD;
}
</style>
border-color css
<style>
span { border-color: #EEB2FD; }
span { border-color: rgb(238,178,253); }
td.TdClassName
{
border-color: #EEB2FD;
}
.TagClassName
{
border-color: #EEB2FD;
}
</style>