Shades of Mauve #EEC3FD
Tints of Mauve #EEC3FD
RGB
CMYK
RGB Variations
Color information
#EEC3FD (or 0xEEC3FD) is known color: Mauve. HEX triplet: EE, C3 and FD. RGB value is (238,195,253). Sum of RGB (Red+Green+Blue) = 238+195+253=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3FD is #113C02. Grayscale: #D6D6D6. Windows color (decimal): -1129475 or 16630766. OLE color: 16630766.
HSL color Cylindrical-coordinate representation of color #EEC3FD: hue angle of 284.48º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC3FD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 195 | 253 | - |
CMYK | 0.06 | 0.23 | 0 | 0.01 |
HSL | 284.48º | 0.94% | 0.88% | - |
HSV(B) | 284.48º | 0.23% | 0.99% | - |
XYZ | 72.5 | 64.3 | 101.52 | - |
YUV | 214.47 | 149.75 | 144.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 195 | 253 | 0.06 | 0.23 | 0 | 0.01 | 284.48 | 0.94 | 0.88 |
Hex | EE | C3 | FD | 6 | 17 | 0 | 1 | 11C | 5E | 58 |
Octal | 356 | 303 | 375 | 6 | 27 | 0 | 1 | 434 | 136 | 130 |
Binary | 11101110 | 11000011 | 11111101 | 110 | 10111 | 0 | 1 | 100011100 | 1011110 | 1011000 |
Color Harmonies of #EEC3FD
Complementary color
Monochromatic Colors of #EEC3FD
Black with #EEC3FD
Text Example
Text Example
White with #EEC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3FD; }
p { color: rgb(238,195,253); }
H1.HeaderClassName
{
color: #EEC3FD;
}
.AnyTagClassName
{
color: #EEC3FD;
}
</style>
background-color css
<style>
a { background-color: #EEC3FD; }
a { background-color: rgb(238,195,253); }
div.DivClassName
{
background-color: #EEC3FD;
}
.BgClassName
{
background-color: #EEC3FD;
}
</style>
border-color css
<style>
span { border-color: #EEC3FD; }
span { border-color: rgb(238,195,253); }
td.TdClassName
{
border-color: #EEC3FD;
}
.TagClassName
{
border-color: #EEC3FD;
}
</style>