COLOR #EEDBF3

HEX: #EEDBF3
RGB: (238,219,243)

Color info

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

RGB color model

#EEDBF3 color RGB value is (238,219,243).

  • red value is 238;
  • green value is 219;
  • blue value is 243.
RGB:
(238,219,243)
(93%,86%,95%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 243 of 255 = 95%

238
219
243

R + G + B ~ 91%. #EEDBF3 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 243 = 700 (100%)
R 238 of 700 ~ 34%
G 219 of 700 ~ 31.29%
B 243 of 700 ~ 34.71%

%34
%31.29
%34.71

CMYK color model

#EEDBF3 color CMYK value is (2,10,0,5).

  • cyan value is 2.06%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,10,0,5)
C2M10Y0K5 
(2%,10%,0%,5%)
(0.02/0.10/0.00/0.05)	

CMYK percentages

%2.06
%9.88
%0
%4.71

Codes

Color #EEDBF3 in popluar color models

EEDBF3
RGB238219243
HSL288°50.00%90.59%
HSB/HSV288°9.88%95.29%
CMYK2.06%9.88%0.00%
4.71%

Color #EEDBF3 in popluar number systems.

HEXEEDBF3
Decimal238219243
Binary111011101101101111110011
Octal356333363

Shades and tints

Shades of #EEDBF3

#EEDBF3
(238,219,243)
#D9C8DD
(217,200,221)
#C4B5C7
(196,181,199)
#AFA2B1
(175,162,177)
#9A8F9B
(154,143,155)
#857C85
(133,124,133)
#70696F
(112,105,111)
#5B5659
(91,86,89)
#464343
(70,67,67)
#31302D
(49,48,45)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #EEDBF3

#EEDBF3
(238,219,243)
#EFDEF4
(239,222,244)
#F0E1F5
(240,225,245)
#F1E4F6
(241,228,246)
#F2E7F7
(242,231,247)
#F3EAF8
(243,234,248)
#F4EDF9
(244,237,249)
#F5F0FA
(245,240,250)
#F6F3FB
(246,243,251)
#F7F6FC
(247,246,252)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBF3; }

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

This text font color is #EEDBF3.


Background Color

.myBgColor { background-color: #EEDBF3; }

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

This div background color is #EEDBF3.


Border color

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

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

This div border color is #EEDBF3.


Opacity

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

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

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

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

This text has shadow with #EEDBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBF3 on black background.


Color preview on white background

This text has color #EEDBF3 on white background.



Black color preview on #EEDBF3 background

This text has black color on #EEDBF3 background.


White color preview on #EEDBF3 background

This text has white color on #EEDBF3 background.