COLOR #EECCEE

HEX: #EECCEE
RGB: (238,204,238)

Color info

#EECCEE contains red, green and blue colors in about the same proportion. Web safe color of #EECCEE is #FFCCFF (or #FCF).

RGB color model

#EECCEE color RGB value is (238,204,238).

  • red value is 238;
  • green value is 204;
  • blue value is 238.
RGB:
(238,204,238)
(93%,80%,93%)

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 238 of 255 = 93%

238
204
238

R + G + B ~ 89%. #EECCEE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 238 = 680 (100%)
R 238 of 680 ~ 35%
G 204 of 680 ~ 30%
B 238 of 680 ~ 35%

%35
%30
%35

CMYK color model

#EECCEE color CMYK value is (0,14,0,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,14,0,7)
C0M14Y0K7 
(0%,14%,0%,7%)
(0.00/0.14/0.00/0.07)	

CMYK percentages

%0
%14.29
%0
%6.67

Codes

Color #EECCEE in popluar color models

EECCEE
RGB238204238
HSL300°50.00%86.67%
HSB/HSV300°14.29%93.33%
CMYK0.00%14.29%0.00%
6.67%

Color #EECCEE in popluar number systems.

HEXEECCEE
Decimal238204238
Binary111011101100110011101110
Octal356314356

Shades and tints

Shades of #EECCEE

#EECCEE
(238,204,238)
#D9BAD9
(217,186,217)
#C4A8C4
(196,168,196)
#AF96AF
(175,150,175)
#9A849A
(154,132,154)
#857285
(133,114,133)
#706070
(112,96,112)
#5B4E5B
(91,78,91)
#463C46
(70,60,70)
#312A31
(49,42,49)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #EECCEE

#EECCEE
(238,204,238)
#EFD0EF
(239,208,239)
#F0D4F0
(240,212,240)
#F1D8F1
(241,216,241)
#F2DCF2
(242,220,242)
#F3E0F3
(243,224,243)
#F4E4F4
(244,228,244)
#F5E8F5
(245,232,245)
#F6ECF6
(246,236,246)
#F7F0F7
(247,240,247)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECCEE color. Also use rgb(238,204,238) instead hex code.

Text Font Color

.myTextColor { color: #EECCEE; }

<p style="color:#EECCEE">This sample text font color is #EECCEE.</p>

This text font color is #EECCEE.


Background Color

.myBgColor { background-color: #EECCEE; }

<div style="background-color:#EECCEE">Inner text</div>

This div background color is #EECCEE.


Border color

.myBorderColor { border: 1px solid #EECCEE; }

<div style="border:3px solid #EECCEE">Div</div>

This div border color is #EECCEE.


Opacity

.myOpacity80 { color: #EECCEE; opacity: 0.8; }

<p style="color:#EECCEE;opacity:0.8;">80%</p>

Text with #EECCEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EECCEE;}

<p style="text-shadow: 3px 3px 1px #EECCEE">Text here.</p>

This text has shadow with #EECCEE color.

.textShadow {text-shadow: 3px 3px 1px #EECCEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EECCEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #EECCEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EECCEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EECCEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #EECCEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EECCEE;
  -webkit-box-shadow:	1px 1px 3px 2px #EECCEE;
  box-shadow:		1px 1px 3px 2px #EECCEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EECCEE;
-webkit-box-shadow: 1px 1px 3px 2px #EECCEE;
box-shadow:1px 1px 3px 2px #EECCEE;">
Div content here</div>
This div box has shadow with color #EECCEE.

Preview

Color preview on black background

This text has color #EECCEE on black background.


Color preview on white background

This text has color #EECCEE on white background.



Black color preview on #EECCEE background

This text has black color on #EECCEE background.


White color preview on #EECCEE background

This text has white color on #EECCEE background.