COLOR #EAD4F0

HEX: #EAD4F0
RGB: (234,212,240)

Color info

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

RGB color model

#EAD4F0 color RGB value is (234,212,240).

  • red value is 234;
  • green value is 212;
  • blue value is 240.
RGB:
(234,212,240)
(92%,83%,94%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 240 of 255 = 94%

234
212
240

R + G + B ~ 90%. #EAD4F0 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 212 + 240 = 686 (100%)
R 234 of 686 ~ 34.11%
G 212 of 686 ~ 30.9%
B 240 of 686 ~ 34.99%

%34.11
%30.9
%34.99

CMYK color model

#EAD4F0 color CMYK value is (3,12,0,6).

  • cyan value is 2.50%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,12,0,6)
C3M12Y0K6 
(3%,12%,0%,6%)
(0.03/0.12/0.00/0.06)	

CMYK percentages

%2.5
%11.67
%0
%5.88

Codes

Color #EAD4F0 in popluar color models

EAD4F0
RGB234212240
HSL287°48.28%88.63%
HSB/HSV287°11.67%94.12%
CMYK2.50%11.67%0.00%
5.88%

Color #EAD4F0 in popluar number systems.

HEXEAD4F0
Decimal234212240
Binary111010101101010011110000
Octal352324360

Shades and tints

Shades of #EAD4F0

#EAD4F0
(234,212,240)
#D5C1DB
(213,193,219)
#C0AEC6
(192,174,198)
#AB9BB1
(171,155,177)
#96889C
(150,136,156)
#817587
(129,117,135)
#6C6272
(108,98,114)
#574F5D
(87,79,93)
#423C48
(66,60,72)
#2D2933
(45,41,51)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #EAD4F0

#EAD4F0
(234,212,240)
#EBD7F1
(235,215,241)
#ECDAF2
(236,218,242)
#EDDDF3
(237,221,243)
#EEE0F4
(238,224,244)
#EFE3F5
(239,227,245)
#F0E6F6
(240,230,246)
#F1E9F7
(241,233,247)
#F2ECF8
(242,236,248)
#F3EFF9
(243,239,249)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD4F0 color. Also use rgb(234,212,240) instead hex code.

Text Font Color

.myTextColor { color: #EAD4F0; }

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

This text font color is #EAD4F0.


Background Color

.myBgColor { background-color: #EAD4F0; }

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

This div background color is #EAD4F0.


Border color

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

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

This div border color is #EAD4F0.


Opacity

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

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

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

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

This text has shadow with #EAD4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD4F0 on black background.


Color preview on white background

This text has color #EAD4F0 on white background.



Black color preview on #EAD4F0 background

This text has black color on #EAD4F0 background.


White color preview on #EAD4F0 background

This text has white color on #EAD4F0 background.