#EEC0FE

Color #EEC0FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EEC0FE

Tints of Mauve #EEC0FE

Color information

#EEC0FE (or 0xEEC0FE) is unknown color: approx Mauve. HEX triplet: EE, C0 and FE. RGB value is (238,192,254). Sum of RGB (Red+Green+Blue) = 238+192+254=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0FE is #113F01. Grayscale: #D4D4D4. Windows color (decimal): -1130242 or 16695534. OLE color: 16695534.

HSL color Cylindrical-coordinate representation of color #EEC0FE: hue angle of 284.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC0FE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238192254-
CMYK0.060.2400.00
HSL284.52º96.88%87.45%-
HSV(B)284.52º24.41%99.61%-
XYZ7263.03102.14-
YUV212.82151.24145.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 192 (75.39% from 255) = 28.07%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=34.80%
G=28.07%
B=37.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381922540.060.2400.00284.5296.8887.45
HexEEC0FE6180011d6157
Octal35630037663000435141127
Binary111011101100000011111110110110000010001110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0FE; }

 p { color: rgb(238,192,254); }

 H1.HeaderClassName
 {
   color: #EEC0FE;
 }
 .AnyTagClassName
 {
   color: #EEC0FE;
 }
</style>
background-color css

<style>
 a { background-color: #EEC0FE; }

 a { background-color: rgb(238,192,254); }

 div.DivClassName
 {
   background-color: #EEC0FE;
 }
 .BgClassName
 {
   background-color: #EEC0FE;
 }
</style>
border-color css

<style>
 span { border-color: #EEC0FE; }

 span { border-color: rgb(238,192,254); }

 td.TdClassName
 {
   border-color: #EEC0FE;
 }
 .TagClassName
 {
   border-color: #EEC0FE;
 }
</style>