COLOR #EEDAF3

HEX: #EEDAF3 RGB: (238,218,243)

Color info

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

RGB color model

#EEDAF3 color RGB value is (238,218,243).

RGB: (238,218,243) (93%, 85%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 243 of 255 = 95%

238
218
243

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

Portions of RGB colors in percentages

R + G + B = 238 + 218 + 243 = 699 (100%)
R 238 of 699 ~ 34.05%
G 218 of 699 ~ 31.19%
B 243 of 699 ~ 34.76'%

%34.05
%31.19
%34.76

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 10.29%
  • 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
%10.29
%0
%4.71

Codes

Color #EEDAF3 in popluar color models

EE DA F3
RGB 238 218 243
HSL 288° 51.02% 90.39%
HSB/HSV 288° 10.29% 95.29%
CMYK 2.06% 10.29% 0.00%
4.71%

Color #EEDAF3 in popluar number systems.

HEX EE DA F3
Decimal 238 218 243
Binary 11101110 11011010 11110011
Octal 356 332 363

Shades and tints

Shades of #EEDAF3

#EEDAF3
(238,218,243)
#D9C7DD
(217,199,221)
#C4B4C7
(196,180,199)
#AFA1B1
(175,161,177)
#9A8E9B
(154,142,155)
#857B85
(133,123,133)
#70686F
(112,104,111)
#5B5559
(91,85,89)
#464243
(70,66,67)
#312F2D
(49,47,45)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #EEDAF3

#EEDAF3
(238,218,243)
#EFDDF4
(239,221,244)
#F0E0F5
(240,224,245)
#F1E3F6
(241,227,246)
#F2E6F7
(242,230,247)
#F3E9F8
(243,233,248)
#F4ECF9
(244,236,249)
#F5EFFA
(245,239,250)
#F6F2FB
(246,242,251)
#F7F5FC
(247,245,252)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDAF3; }

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

This text font color is #EEDAF3.

Background Color

.myBgColor { background-color: #EEDAF3; }

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

This div background color is #EEDAF3.

Border color

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

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

This div border color is #EEDAF3.

Opacity

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

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

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

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

This text has shadow with #EEDAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDAF3.

Preview

Color preview on black background

This text has color #EEDAF3 on black background.


Color preview on white background

This text has color #EEDAF3 on white background.


Black color preview on #EEDAF3 background

This text has black color on #EEDAF3 background.


White color preview on #EEDAF3 background

This text has white color on #EEDAF3 background.


Related colors

Complementary color

Complementary color for #hex is #11250C.


I love getcolorcode.com

Triadic colors

1 #F3EEDA and #DAF3EE with #EEDAF3 are triadic colors.

2 #F3DAEE and #DAEEF3 with #EEDAF3 are triadic colors.