Shades of Mauve #EEC6FD
Tints of Mauve #EEC6FD
RGB
CMYK
RGB Variations
Color information
#EEC6FD (or 0xEEC6FD) is known color: Mauve. HEX triplet: EE, C6 and FD. RGB value is (238,198,253). Sum of RGB (Red+Green+Blue) = 238+198+253=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC6FD is #113902. Grayscale: #D8D8D8. Windows color (decimal): -1128707 or 16631534. OLE color: 16631534.
HSL color Cylindrical-coordinate representation of color #EEC6FD: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC6FD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 198 | 253 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.01 |
| HSL | 283.64º | 0.93% | 0.88% | - |
| HSV(B) | 283.64º | 0.22% | 0.99% | - |
| XYZ | 73.18 | 65.66 | 101.74 | - |
| YUV | 216.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 253 | 0.06 | 0.22 | 0 | 0.01 | 283.64 | 0.93 | 0.88 |
| Hex | EE | C6 | FD | 6 | 16 | 0 | 1 | 11C | 5D | 58 |
| Octal | 356 | 306 | 375 | 6 | 26 | 0 | 1 | 434 | 135 | 130 |
| Binary | 11101110 | 11000110 | 11111101 | 110 | 10110 | 0 | 1 | 100011100 | 1011101 | 1011000 |
Color Harmonies of #EEC6FD
Complementary color
Monochromatic Colors of #EEC6FD
Black with #EEC6FD
Text Example
Text Example
White with #EEC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC6FD; }
p { color: rgb(238,198,253); }
H1.HeaderClassName
{
color: #EEC6FD;
}
.AnyTagClassName
{
color: #EEC6FD;
}
</style>
background-color css
<style>
a { background-color: #EEC6FD; }
a { background-color: rgb(238,198,253); }
div.DivClassName
{
background-color: #EEC6FD;
}
.BgClassName
{
background-color: #EEC6FD;
}
</style>
border-color css
<style>
span { border-color: #EEC6FD; }
span { border-color: rgb(238,198,253); }
td.TdClassName
{
border-color: #EEC6FD;
}
.TagClassName
{
border-color: #EEC6FD;
}
</style>