Shades of Mauve #EEC1FD
Tints of Mauve #EEC1FD
RGB
CMYK
RGB Variations
Color information
#EEC1FD (or 0xEEC1FD) is known color: Mauve. HEX triplet: EE, C1 and FD. RGB value is (238,193,253). Sum of RGB (Red+Green+Blue) = 238+193+253=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1FD is #113E02. Grayscale: #D5D5D5. Windows color (decimal): -1129987 or 16630254. OLE color: 16630254.
HSL color Cylindrical-coordinate representation of color #EEC1FD: hue angle of 285º 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 #EEC1FD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 193 | 253 | - |
CMYK | 0.06 | 0.24 | 0 | 0.01 |
HSL | 285º | 0.94% | 0.87% | - |
HSV(B) | 285º | 0.24% | 0.99% | - |
XYZ | 72.06 | 63.41 | 101.37 | - |
YUV | 213.3 | 150.41 | 145.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 193 | 253 | 0.06 | 0.24 | 0 | 0.01 | 285 | 0.94 | 0.87 |
Hex | EE | C1 | FD | 6 | 18 | 0 | 1 | 11D | 5E | 57 |
Octal | 356 | 301 | 375 | 6 | 30 | 0 | 1 | 435 | 136 | 127 |
Binary | 11101110 | 11000001 | 11111101 | 110 | 11000 | 0 | 1 | 100011101 | 1011110 | 1010111 |
Color Harmonies of #EEC1FD
Complementary color
Monochromatic Colors of #EEC1FD
Black with #EEC1FD
Text Example
Text Example
White with #EEC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1FD; }
p { color: rgb(238,193,253); }
H1.HeaderClassName
{
color: #EEC1FD;
}
.AnyTagClassName
{
color: #EEC1FD;
}
</style>
background-color css
<style>
a { background-color: #EEC1FD; }
a { background-color: rgb(238,193,253); }
div.DivClassName
{
background-color: #EEC1FD;
}
.BgClassName
{
background-color: #EEC1FD;
}
</style>
border-color css
<style>
span { border-color: #EEC1FD; }
span { border-color: rgb(238,193,253); }
td.TdClassName
{
border-color: #EEC1FD;
}
.TagClassName
{
border-color: #EEC1FD;
}
</style>