Shades of Mauve #EEC5FD
Tints of Mauve #EEC5FD
RGB
CMYK
RGB Variations
Color information
#EEC5FD (or 0xEEC5FD) is known color: Mauve. HEX triplet: EE, C5 and FD. RGB value is (238,197,253). Sum of RGB (Red+Green+Blue) = 238+197+253=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5FD is #113A02. Grayscale: #D7D7D7. Windows color (decimal): -1128963 or 16631278. OLE color: 16631278.
HSL color Cylindrical-coordinate representation of color #EEC5FD: hue angle of 283.93º 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 #EEC5FD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 197 | 253 | - |
CMYK | 0.06 | 0.22 | 0 | 0.01 |
HSL | 283.93º | 0.93% | 0.88% | - |
HSV(B) | 283.93º | 0.22% | 0.99% | - |
XYZ | 72.96 | 65.2 | 101.67 | - |
YUV | 215.64 | 149.08 | 143.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 253 | 0.06 | 0.22 | 0 | 0.01 | 283.93 | 0.93 | 0.88 |
Hex | EE | C5 | FD | 6 | 16 | 0 | 1 | 11C | 5D | 58 |
Octal | 356 | 305 | 375 | 6 | 26 | 0 | 1 | 434 | 135 | 130 |
Binary | 11101110 | 11000101 | 11111101 | 110 | 10110 | 0 | 1 | 100011100 | 1011101 | 1011000 |
Color Harmonies of #EEC5FD
Complementary color
Monochromatic Colors of #EEC5FD
Black with #EEC5FD
Text Example
Text Example
White with #EEC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5FD; }
p { color: rgb(238,197,253); }
H1.HeaderClassName
{
color: #EEC5FD;
}
.AnyTagClassName
{
color: #EEC5FD;
}
</style>
background-color css
<style>
a { background-color: #EEC5FD; }
a { background-color: rgb(238,197,253); }
div.DivClassName
{
background-color: #EEC5FD;
}
.BgClassName
{
background-color: #EEC5FD;
}
</style>
border-color css
<style>
span { border-color: #EEC5FD; }
span { border-color: rgb(238,197,253); }
td.TdClassName
{
border-color: #EEC5FD;
}
.TagClassName
{
border-color: #EEC5FD;
}
</style>