COLOR #EDE1FD

HEX: #EDE1FD RGB: (237,225,253)

Color info

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

RGB color model

#EDE1FD color RGB value is (237,225,253).

RGB: (237,225,253) (93%, 88%, 99%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 253 of 255 = 99%

237
225
253

R + G + B ~ 93%. #EDE1FD is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 253 = 715 (100%)
R 237 of 715 ~ 33.15%
G 225 of 715 ~ 31.47%
B 253 of 715 ~ 35.38'%

%33.15
%31.47
%35.38

CMYK color model

#EDE1FD color CMYK value is (6,11,0,1).

  • cyan value is 6.32%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (6,11,0,1)
C6M11Y0K1 (6%, 11%, 0%, 1%)
(0.06 / 0.11 / 0.00 / 0.01)

CMYK percentages

%6.32
%11.07
%0
%0.78

Codes

Color #EDE1FD in popluar color models

ED E1 FD
RGB 237 225 253
HSL 266° 87.50% 93.73%
HSB/HSV 266° 11.07% 99.22%
CMYK 6.32% 11.07% 0.00%
0.78%

Color #EDE1FD in popluar number systems.

HEX ED E1 FD
Decimal 237 225 253
Binary 11101101 11100001 11111101
Octal 355 341 375

Shades and tints

Shades of #EDE1FD

#EDE1FD
(237,225,253)
#D8CDE6
(216,205,230)
#C3B9CF
(195,185,207)
#AEA5B8
(174,165,184)
#9991A1
(153,145,161)
#847D8A
(132,125,138)
#6F6973
(111,105,115)
#5A555C
(90,85,92)
#454145
(69,65,69)
#302D2E
(48,45,46)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDE1FD

#EDE1FD
(237,225,253)
#EEE3FD
(238,227,253)
#EFE5FD
(239,229,253)
#F0E7FD
(240,231,253)
#F1E9FD
(241,233,253)
#F2EBFD
(242,235,253)
#F3EDFD
(243,237,253)
#F4EFFD
(244,239,253)
#F5F1FD
(245,241,253)
#F6F3FD
(246,243,253)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1FD; }

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

This text font color is #EDE1FD.

Background Color

.myBgColor { background-color: #EDE1FD; }

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

This div background color is #EDE1FD.

Border color

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

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

This div border color is #EDE1FD.

Opacity

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

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

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

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

This text has shadow with #EDE1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE1FD.

Preview

Color preview on black background

This text has color #EDE1FD on black background.


Color preview on white background

This text has color #EDE1FD on white background.


Black color preview on #EDE1FD background

This text has black color on #EDE1FD background.


White color preview on #EDE1FD background

This text has white color on #EDE1FD background.


Related colors

Complementary color

Complementary color for #hex is #121E02.


I love getcolorcode.com

Triadic colors

1 #FDEDE1 and #E1FDED with #EDE1FD are triadic colors.

2 #FDE1ED and #E1EDFD with #EDE1FD are triadic colors.