COLOR #EDDAFD

HEX: #EDDAFD
RGB: (237,218,253)

Color info

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

RGB color model

#EDDAFD color RGB value is (237,218,253).

  • red value is 237;
  • green value is 218;
  • blue value is 253.
RGB:
(237,218,253)
(93%,85%,99%)

RGB channels and saturation

R 237 of 255 = 93%
G 218 of 255 = 85%
B 253 of 255 = 99%

237
218
253

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

Portions of RGB colors in percentages

R + G + B =
237 + 218 + 253 = 708 (100%)
R 237 of 708 ~ 33.47%
G 218 of 708 ~ 30.79%
B 253 of 708 ~ 35.73%

%33.47
%30.79
%35.73

CMYK color model

#EDDAFD color CMYK value is (6,14,0,1).

  • cyan value is 6.32%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,14,0,1)
C6M14Y0K1 
(6%,14%,0%,1%)
(0.06/0.14/0.00/0.01)	

CMYK percentages

%6.32
%13.83
%0
%0.78

Codes

Color #EDDAFD in popluar color models

EDDAFD
RGB237218253
HSL273°89.74%92.35%
HSB/HSV273°13.83%99.22%
CMYK6.32%13.83%0.00%
0.78%

Color #EDDAFD in popluar number systems.

HEXEDDAFD
Decimal237218253
Binary111011011101101011111101
Octal355332375

Shades and tints

Shades of #EDDAFD

#EDDAFD
(237,218,253)
#D8C7E6
(216,199,230)
#C3B4CF
(195,180,207)
#AEA1B8
(174,161,184)
#998EA1
(153,142,161)
#847B8A
(132,123,138)
#6F6873
(111,104,115)
#5A555C
(90,85,92)
#454245
(69,66,69)
#302F2E
(48,47,46)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDDAFD

#EDDAFD
(237,218,253)
#EEDDFD
(238,221,253)
#EFE0FD
(239,224,253)
#F0E3FD
(240,227,253)
#F1E6FD
(241,230,253)
#F2E9FD
(242,233,253)
#F3ECFD
(243,236,253)
#F4EFFD
(244,239,253)
#F5F2FD
(245,242,253)
#F6F5FD
(246,245,253)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDAFD color. Also use rgb(237,218,253) instead hex code.

Text Font Color

.myTextColor { color: #EDDAFD; }

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

This text font color is #EDDAFD.


Background Color

.myBgColor { background-color: #EDDAFD; }

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

This div background color is #EDDAFD.


Border color

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

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

This div border color is #EDDAFD.


Opacity

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

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

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

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

This text has shadow with #EDDAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDAFD on black background.


Color preview on white background

This text has color #EDDAFD on white background.



Black color preview on #EDDAFD background

This text has black color on #EDDAFD background.


White color preview on #EDDAFD background

This text has white color on #EDDAFD background.