#EEC5FD

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

Shades of Mauve #EEC5FD

Tints of Mauve #EEC5FD

Color information

#EEC5FD (or 0xEEC5FD) is unknown color: approx 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

RGB238197253-
CMYK0.060.2200.01
HSL283.93º93.33%88.24%-
HSV(B)283.93º22.13%99.22%-
XYZ72.9665.2101.67-
YUV215.64149.08143.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 197 (77.34% from 255) = 28.63%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=34.59%
G=28.63%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381972530.060.2200.01283.9393.3388.24
HexEEC5FD6160111c5d58
Octal35630537562601434135130
Binary111011101100010111111101110101100110001110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>