Shades of Mauve #EEC0FD
Tints of Mauve #EEC0FD
RGB
CMYK
RGB Variations
Color information
#EEC0FD (or 0xEEC0FD) is known color: Mauve. HEX triplet: EE, C0 and FD. RGB value is (238,192,253). Sum of RGB (Red+Green+Blue) = 238+192+253=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0FD is #113F02. Grayscale: #D4D4D4. Windows color (decimal): -1130243 or 16629998. OLE color: 16629998.
HSL color Cylindrical-coordinate representation of color #EEC0FD: hue angle of 285.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC0FD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 192 | 253 | - |
CMYK | 0.06 | 0.24 | 0 | 0.01 |
HSL | 285.25º | 0.94% | 0.87% | - |
HSV(B) | 285.25º | 0.24% | 0.99% | - |
XYZ | 71.84 | 62.97 | 101.3 | - |
YUV | 212.71 | 150.74 | 146.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 192 | 253 | 0.06 | 0.24 | 0 | 0.01 | 285.25 | 0.94 | 0.87 |
Hex | EE | C0 | FD | 6 | 18 | 0 | 1 | 11D | 5E | 57 |
Octal | 356 | 300 | 375 | 6 | 30 | 0 | 1 | 435 | 136 | 127 |
Binary | 11101110 | 11000000 | 11111101 | 110 | 11000 | 0 | 1 | 100011101 | 1011110 | 1010111 |
Color Harmonies of #EEC0FD
Complementary color
Monochromatic Colors of #EEC0FD
Black with #EEC0FD
Text Example
Text Example
White with #EEC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0FD; }
p { color: rgb(238,192,253); }
H1.HeaderClassName
{
color: #EEC0FD;
}
.AnyTagClassName
{
color: #EEC0FD;
}
</style>
background-color css
<style>
a { background-color: #EEC0FD; }
a { background-color: rgb(238,192,253); }
div.DivClassName
{
background-color: #EEC0FD;
}
.BgClassName
{
background-color: #EEC0FD;
}
</style>
border-color css
<style>
span { border-color: #EEC0FD; }
span { border-color: rgb(238,192,253); }
td.TdClassName
{
border-color: #EEC0FD;
}
.TagClassName
{
border-color: #EEC0FD;
}
</style>