COLOR #EEBEE0

HEX: #EEBEE0 RGB: (238,190,224)

Color info

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

RGB color model

#EEBEE0 color RGB value is (238,190,224).

RGB: (238,190,224) (93%, 75%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 224 of 255 = 88%

238
190
224

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

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 224 = 652 (100%)
R 238 of 652 ~ 36.5%
G 190 of 652 ~ 29.14%
B 224 of 652 ~ 34.36'%

%36.5
%29.14
%34.36

CMYK color model

#EEBEE0 color CMYK value is (0,20,6,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 5.88%
  • key color value is 6.67%

CMYK: (0,20,6,7)
C0M20Y6K7 (0%, 20%, 6%, 7%)
(0.00 / 0.20 / 0.06 / 0.07)

CMYK percentages

%0
%20.17
%5.88
%6.67

Codes

Color #EEBEE0 in popluar color models

EE BE E0
RGB 238 190 224
HSL 318° 58.54% 83.92%
HSB/HSV 318° 20.17% 93.33%
CMYK 0.00% 20.17% 5.88%
6.67%

Color #EEBEE0 in popluar number systems.

HEX EE BE E0
Decimal 238 190 224
Binary 11101110 10111110 11100000
Octal 356 276 340

Shades and tints

Shades of #EEBEE0

#EEBEE0
(238,190,224)
#D9ADCC
(217,173,204)
#C49CB8
(196,156,184)
#AF8BA4
(175,139,164)
#9A7A90
(154,122,144)
#85697C
(133,105,124)
#705868
(112,88,104)
#5B4754
(91,71,84)
#463640
(70,54,64)
#31252C
(49,37,44)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEBEE0

#EEBEE0
(238,190,224)
#EFC3E2
(239,195,226)
#F0C8E4
(240,200,228)
#F1CDE6
(241,205,230)
#F2D2E8
(242,210,232)
#F3D7EA
(243,215,234)
#F4DCEC
(244,220,236)
#F5E1EE
(245,225,238)
#F6E6F0
(246,230,240)
#F7EBF2
(247,235,242)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEE0; }

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

This text font color is #EEBEE0.

Background Color

.myBgColor { background-color: #EEBEE0; }

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

This div background color is #EEBEE0.

Border color

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

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

This div border color is #EEBEE0.

Opacity

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

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

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

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

This text has shadow with #EEBEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBEE0.

Preview

Color preview on black background

This text has color #EEBEE0 on black background.


Color preview on white background

This text has color #EEBEE0 on white background.


Black color preview on #EEBEE0 background

This text has black color on #EEBEE0 background.


White color preview on #EEBEE0 background

This text has white color on #EEBEE0 background.


Related colors

Complementary color

Complementary color for #hex is #11411F.


I love getcolorcode.com

Triadic colors

1 #E0EEBE and #BEE0EE with #EEBEE0 are triadic colors.

2 #E0BEEE and #BEEEE0 with #EEBEE0 are triadic colors.