#EEC0FB

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

Shades of Mauve #EEC0FB

Tints of Mauve #EEC0FB

Color information

#EEC0FB (or 0xEEC0FB) is unknown color: approx Mauve. HEX triplet: EE, C0 and FB. RGB value is (238,192,251). Sum of RGB (Red+Green+Blue) = 238+192+251=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0FB is #113F04. Grayscale: #D4D4D4. Windows color (decimal): -1130245 or 16498926. OLE color: 16498926.

HSL color Cylindrical-coordinate representation of color #EEC0FB: hue angle of 286.78º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC0FB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238192251-
CMYK0.050.2400.02
HSL286.78º88.06%86.86%-
HSV(B)286.78º23.51%98.43%-
XYZ71.5262.8499.63-
YUV212.48149.74146.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 192 (75.39% from 255) = 28.19%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=34.95%
G=28.19%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381922510.050.2400.02286.7888.0686.86
HexEEC0FB5180211f5857
Octal35630037353002437130127
Binary1110111011000000111110111011100001010001111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0FB; }

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

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

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

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

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

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

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

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