COLOR #EADAF5

HEX: #EADAF5
RGB: (234,218,245)

Color info

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

RGB color model

#EADAF5 color RGB value is (234,218,245).

  • red value is 234;
  • green value is 218;
  • blue value is 245.
RGB:
(234,218,245)
(92%,85%,96%)

RGB channels and saturation

R 234 of 255 = 92%
G 218 of 255 = 85%
B 245 of 255 = 96%

234
218
245

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

Portions of RGB colors in percentages

R + G + B =
234 + 218 + 245 = 697 (100%)
R 234 of 697 ~ 33.57%
G 218 of 697 ~ 31.28%
B 245 of 697 ~ 35.15%

%33.57
%31.28
%35.15

CMYK color model

#EADAF5 color CMYK value is (4,11,0,4).

  • cyan value is 4.49%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,11,0,4)
C4M11Y0K4 
(4%,11%,0%,4%)
(0.04/0.11/0.00/0.04)	

CMYK percentages

%4.49
%11.02
%0
%3.92

Codes

Color #EADAF5 in popluar color models

EADAF5
RGB234218245
HSL276°57.45%90.78%
HSB/HSV276°11.02%96.08%
CMYK4.49%11.02%0.00%
3.92%

Color #EADAF5 in popluar number systems.

HEXEADAF5
Decimal234218245
Binary111010101101101011110101
Octal352332365

Shades and tints

Shades of #EADAF5

#EADAF5
(234,218,245)
#D5C7DF
(213,199,223)
#C0B4C9
(192,180,201)
#ABA1B3
(171,161,179)
#968E9D
(150,142,157)
#817B87
(129,123,135)
#6C6871
(108,104,113)
#57555B
(87,85,91)
#424245
(66,66,69)
#2D2F2F
(45,47,47)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #EADAF5

#EADAF5
(234,218,245)
#EBDDF5
(235,221,245)
#ECE0F5
(236,224,245)
#EDE3F5
(237,227,245)
#EEE6F5
(238,230,245)
#EFE9F5
(239,233,245)
#F0ECF5
(240,236,245)
#F1EFF5
(241,239,245)
#F2F2F5
(242,242,245)
#F3F5F5
(243,245,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADAF5 color. Also use rgb(234,218,245) instead hex code.

Text Font Color

.myTextColor { color: #EADAF5; }

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

This text font color is #EADAF5.


Background Color

.myBgColor { background-color: #EADAF5; }

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

This div background color is #EADAF5.


Border color

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

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

This div border color is #EADAF5.


Opacity

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

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

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

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

This text has shadow with #EADAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADAF5 on black background.


Color preview on white background

This text has color #EADAF5 on white background.



Black color preview on #EADAF5 background

This text has black color on #EADAF5 background.


White color preview on #EADAF5 background

This text has white color on #EADAF5 background.