COLOR #EEC2DD

HEX: #EEC2DD
RGB: (238,194,221)

Color info

#EEC2DD contains red, green and blue colors in about the same proportion. Web safe color of #EEC2DD is #FFCCCC (or #FCC).

RGB color model

#EEC2DD color RGB value is (238,194,221).

  • red value is 238;
  • green value is 194;
  • blue value is 221.
RGB:
(238,194,221)
(93%,76%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 221 of 255 = 87%

238
194
221

R + G + B ~ 85%. #EEC2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 221 = 653 (100%)
R 238 of 653 ~ 36.45%
G 194 of 653 ~ 29.71%
B 221 of 653 ~ 33.84%

%36.45
%29.71
%33.84

CMYK color model

#EEC2DD color CMYK value is (0,18,7,7).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(0,18,7,7)
C0M18Y7K7 
(0%,18%,7%,7%)
(0.00/0.18/0.07/0.07)	

CMYK percentages

%0
%18.49
%7.14
%6.67

Codes

Color #EEC2DD in popluar color models

EEC2DD
RGB238194221
HSL323°56.41%84.71%
HSB/HSV323°18.49%93.33%
CMYK0.00%18.49%7.14%
6.67%

Color #EEC2DD in popluar number systems.

HEXEEC2DD
Decimal238194221
Binary111011101100001011011101
Octal356302335

Shades and tints

Shades of #EEC2DD

#EEC2DD
(238,194,221)
#D9B1C9
(217,177,201)
#C4A0B5
(196,160,181)
#AF8FA1
(175,143,161)
#9A7E8D
(154,126,141)
#856D79
(133,109,121)
#705C65
(112,92,101)
#5B4B51
(91,75,81)
#463A3D
(70,58,61)
#312929
(49,41,41)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEC2DD

#EEC2DD
(238,194,221)
#EFC7E0
(239,199,224)
#F0CCE3
(240,204,227)
#F1D1E6
(241,209,230)
#F2D6E9
(242,214,233)
#F3DBEC
(243,219,236)
#F4E0EF
(244,224,239)
#F5E5F2
(245,229,242)
#F6EAF5
(246,234,245)
#F7EFF8
(247,239,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2DD; }

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

This text font color is #EEC2DD.


Background Color

.myBgColor { background-color: #EEC2DD; }

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

This div background color is #EEC2DD.


Border color

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

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

This div border color is #EEC2DD.


Opacity

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

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

Text with #EEC2DD 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 #EEC2DD;}

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

This text has shadow with #EEC2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC2DD on black background.


Color preview on white background

This text has color #EEC2DD on white background.



Black color preview on #EEC2DD background

This text has black color on #EEC2DD background.


White color preview on #EEC2DD background

This text has white color on #EEC2DD background.