COLOR #EADFF4

HEX: #EADFF4
RGB: (234,223,244)

Color info

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

RGB color model

#EADFF4 color RGB value is (234,223,244).

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

RGB channels and saturation

R 234 of 255 = 92%
G 223 of 255 = 87%
B 244 of 255 = 96%

234
223
244

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

Portions of RGB colors in percentages

R + G + B =
234 + 223 + 244 = 701 (100%)
R 234 of 701 ~ 33.38%
G 223 of 701 ~ 31.81%
B 244 of 701 ~ 34.81%

%33.38
%31.81
%34.81

CMYK color model

#EADFF4 color CMYK value is (4,9,0,4).

  • cyan value is 4.10%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,9,0,4)
C4M9Y0K4 
(4%,9%,0%,4%)
(0.04/0.09/0.00/0.04)	

CMYK percentages

%4.1
%8.61
%0
%4.31

Codes

Color #EADFF4 in popluar color models

EADFF4
RGB234223244
HSL271°48.84%91.57%
HSB/HSV271°8.61%95.69%
CMYK4.10%8.61%0.00%
4.31%

Color #EADFF4 in popluar number systems.

HEXEADFF4
Decimal234223244
Binary111010101101111111110100
Octal352337364

Shades and tints

Shades of #EADFF4

#EADFF4
(234,223,244)
#D5CBDE
(213,203,222)
#C0B7C8
(192,183,200)
#ABA3B2
(171,163,178)
#968F9C
(150,143,156)
#817B86
(129,123,134)
#6C6770
(108,103,112)
#57535A
(87,83,90)
#423F44
(66,63,68)
#2D2B2E
(45,43,46)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #EADFF4

#EADFF4
(234,223,244)
#EBE1F5
(235,225,245)
#ECE3F6
(236,227,246)
#EDE5F7
(237,229,247)
#EEE7F8
(238,231,248)
#EFE9F9
(239,233,249)
#F0EBFA
(240,235,250)
#F1EDFB
(241,237,251)
#F2EFFC
(242,239,252)
#F3F1FD
(243,241,253)
#F4F3FE
(244,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADFF4; }

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

This text font color is #EADFF4.


Background Color

.myBgColor { background-color: #EADFF4; }

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

This div background color is #EADFF4.


Border color

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

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

This div border color is #EADFF4.


Opacity

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

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

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

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

This text has shadow with #EADFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADFF4 on black background.


Color preview on white background

This text has color #EADFF4 on white background.



Black color preview on #EADFF4 background

This text has black color on #EADFF4 background.


White color preview on #EADFF4 background

This text has white color on #EADFF4 background.