COLOR #EED3FB

HEX: #EED3FB RGB: (238,211,251)

Color info

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

RGB color model

#EED3FB color RGB value is (238,211,251).

RGB: (238,211,251) (93%, 83%, 98%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 251 of 255 = 98%

238
211
251

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

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 251 = 700 (100%)
R 238 of 700 ~ 34%
G 211 of 700 ~ 30.14%
B 251 of 700 ~ 35.86'%

%34
%30.14
%35.86

CMYK color model

#EED3FB color CMYK value is (5,16,0,2).

  • cyan value is 5.18%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (5,16,0,2)
C5M16Y0K2 (5%, 16%, 0%, 2%)
(0.05 / 0.16 / 0.00 / 0.02)

CMYK percentages

%5.18
%15.94
%0
%1.57

Codes

Color #EED3FB in popluar color models

EE D3 FB
RGB 238 211 251
HSL 281° 83.33% 90.59%
HSB/HSV 281° 15.94% 98.43%
CMYK 5.18% 15.94% 0.00%
1.57%

Color #EED3FB in popluar number systems.

HEX EE D3 FB
Decimal 238 211 251
Binary 11101110 11010011 11111011
Octal 356 323 373

Shades and tints

Shades of #EED3FB

#EED3FB
(238,211,251)
#D9C0E5
(217,192,229)
#C4ADCF
(196,173,207)
#AF9AB9
(175,154,185)
#9A87A3
(154,135,163)
#85748D
(133,116,141)
#706177
(112,97,119)
#5B4E61
(91,78,97)
#463B4B
(70,59,75)
#312835
(49,40,53)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #EED3FB

#EED3FB
(238,211,251)
#EFD7FB
(239,215,251)
#F0DBFB
(240,219,251)
#F1DFFB
(241,223,251)
#F2E3FB
(242,227,251)
#F3E7FB
(243,231,251)
#F4EBFB
(244,235,251)
#F5EFFB
(245,239,251)
#F6F3FB
(246,243,251)
#F7F7FB
(247,247,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED3FB; }

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

This text font color is #EED3FB.

Background Color

.myBgColor { background-color: #EED3FB; }

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

This div background color is #EED3FB.

Border color

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

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

This div border color is #EED3FB.

Opacity

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

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

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

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

This text has shadow with #EED3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED3FB.

Preview

Color preview on black background

This text has color #EED3FB on black background.


Color preview on white background

This text has color #EED3FB on white background.


Black color preview on #EED3FB background

This text has black color on #EED3FB background.


White color preview on #EED3FB background

This text has white color on #EED3FB background.


Related colors

Complementary color

Complementary color for #hex is #112C04.


I love getcolorcode.com

Triadic colors

1 #FBEED3 and #D3FBEE with #EED3FB are triadic colors.

2 #FBD3EE and #D3EEFB with #EED3FB are triadic colors.