COLOR #EADFF8

HEX: #EADFF8
RGB: (234,223,248)

Color info

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

RGB color model

#EADFF8 color RGB value is (234,223,248).

  • red value is 234;
  • green value is 223;
  • blue value is 248.
RGB:
(234,223,248)
(92%,87%,97%)

RGB channels and saturation

R 234 of 255 = 92%
G 223 of 255 = 87%
B 248 of 255 = 97%

234
223
248

R + G + B ~ 92%. #EADFF8 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 223 + 248 = 705 (100%)
R 234 of 705 ~ 33.19%
G 223 of 705 ~ 31.63%
B 248 of 705 ~ 35.18%

%33.19
%31.63
%35.18

CMYK color model

#EADFF8 color CMYK value is (6,10,0,3).

  • cyan value is 5.65%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,10,0,3)
C6M10Y0K3 
(6%,10%,0%,3%)
(0.06/0.10/0.00/0.03)	

CMYK percentages

%5.65
%10.08
%0
%2.75

Codes

Color #EADFF8 in popluar color models

EADFF8
RGB234223248
HSL266°64.10%92.35%
HSB/HSV266°10.08%97.25%
CMYK5.65%10.08%0.00%
2.75%

Color #EADFF8 in popluar number systems.

HEXEADFF8
Decimal234223248
Binary111010101101111111111000
Octal352337370

Shades and tints

Shades of #EADFF8

#EADFF8
(234,223,248)
#D5CBE2
(213,203,226)
#C0B7CC
(192,183,204)
#ABA3B6
(171,163,182)
#968FA0
(150,143,160)
#817B8A
(129,123,138)
#6C6774
(108,103,116)
#57535E
(87,83,94)
#423F48
(66,63,72)
#2D2B32
(45,43,50)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #EADFF8

#EADFF8
(234,223,248)
#EBE1F8
(235,225,248)
#ECE3F8
(236,227,248)
#EDE5F8
(237,229,248)
#EEE7F8
(238,231,248)
#EFE9F8
(239,233,248)
#F0EBF8
(240,235,248)
#F1EDF8
(241,237,248)
#F2EFF8
(242,239,248)
#F3F1F8
(243,241,248)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADFF8 color. Also use rgb(234,223,248) instead hex code.

Text Font Color

.myTextColor { color: #EADFF8; }

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

This text font color is #EADFF8.


Background Color

.myBgColor { background-color: #EADFF8; }

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

This div background color is #EADFF8.


Border color

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

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

This div border color is #EADFF8.


Opacity

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

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

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

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

This text has shadow with #EADFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADFF8 on black background.


Color preview on white background

This text has color #EADFF8 on white background.



Black color preview on #EADFF8 background

This text has black color on #EADFF8 background.


White color preview on #EADFF8 background

This text has white color on #EADFF8 background.