COLOR #EEBEED

HEX: #EEBEED RGB: (238,190,237)

Color info

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

RGB color model

#EEBEED color RGB value is (238,190,237).

RGB: (238,190,237) (93%, 75%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 237 of 255 = 93%

238
190
237

R + G + B ~ 87%. #EEBEED is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 237 = 665 (100%)
R 238 of 665 ~ 35.79%
G 190 of 665 ~ 28.57%
B 237 of 665 ~ 35.64'%

%35.79
%28.57
%35.64

CMYK color model

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

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

CMYK: (0,20,0,7)
C0M20Y0K7 (0%, 20%, 0%, 7%)
(0.00 / 0.20 / 0.00 / 0.07)

CMYK percentages

%0
%20.17
%0.42
%6.67

Codes

Color #EEBEED in popluar color models

EE BE ED
RGB 238 190 237
HSL 301° 58.54% 83.92%
HSB/HSV 301° 20.17% 93.33%
CMYK 0.00% 20.17% 0.42%
6.67%

Color #EEBEED in popluar number systems.

HEX EE BE ED
Decimal 238 190 237
Binary 11101110 10111110 11101101
Octal 356 276 355

Shades and tints

Shades of #EEBEED

#EEBEED
(238,190,237)
#D9ADD8
(217,173,216)
#C49CC3
(196,156,195)
#AF8BAE
(175,139,174)
#9A7A99
(154,122,153)
#856984
(133,105,132)
#70586F
(112,88,111)
#5B475A
(91,71,90)
#463645
(70,54,69)
#312530
(49,37,48)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EEBEED

#EEBEED
(238,190,237)
#EFC3EE
(239,195,238)
#F0C8EF
(240,200,239)
#F1CDF0
(241,205,240)
#F2D2F1
(242,210,241)
#F3D7F2
(243,215,242)
#F4DCF3
(244,220,243)
#F5E1F4
(245,225,244)
#F6E6F5
(246,230,245)
#F7EBF6
(247,235,246)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEED; }

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

This text font color is #EEBEED.

Background Color

.myBgColor { background-color: #EEBEED; }

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

This div background color is #EEBEED.

Border color

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

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

This div border color is #EEBEED.

Opacity

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

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

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

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

This text has shadow with #EEBEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBEED.

Preview

Color preview on black background

This text has color #EEBEED on black background.


Color preview on white background

This text has color #EEBEED on white background.


Black color preview on #EEBEED background

This text has black color on #EEBEED background.


White color preview on #EEBEED background

This text has white color on #EEBEED background.


Related colors

Complementary color

Complementary color for #hex is #114112.


I love getcolorcode.com

Triadic colors

1 #EDEEBE and #BEEDEE with #EEBEED are triadic colors.

2 #EDBEEE and #BEEEED with #EEBEED are triadic colors.