COLOR #EDD5F5

HEX: #EDD5F5 RGB: (237,213,245)

Color info

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

RGB color model

#EDD5F5 color RGB value is (237,213,245).

RGB: (237,213,245) (93%, 84%, 96%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 245 of 255 = 96%

237
213
245

R + G + B ~ 91%. #EDD5F5 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 245 = 695 (100%)
R 237 of 695 ~ 34.1%
G 213 of 695 ~ 30.65%
B 245 of 695 ~ 35.25'%

%34.1
%30.65
%35.25

CMYK color model

#EDD5F5 color CMYK value is (3,13,0,4).

  • cyan value is 3.27%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (3,13,0,4)
C3M13Y0K4 (3%, 13%, 0%, 4%)
(0.03 / 0.13 / 0.00 / 0.04)

CMYK percentages

%3.27
%13.06
%0
%3.92

Codes

Color #EDD5F5 in popluar color models

ED D5 F5
RGB 237 213 245
HSL 285° 61.54% 89.80%
HSB/HSV 285° 13.06% 96.08%
CMYK 3.27% 13.06% 0.00%
3.92%

Color #EDD5F5 in popluar number systems.

HEX ED D5 F5
Decimal 237 213 245
Binary 11101101 11010101 11110101
Octal 355 325 365

Shades and tints

Shades of #EDD5F5

#EDD5F5
(237,213,245)
#D8C2DF
(216,194,223)
#C3AFC9
(195,175,201)
#AE9CB3
(174,156,179)
#99899D
(153,137,157)
#847687
(132,118,135)
#6F6371
(111,99,113)
#5A505B
(90,80,91)
#453D45
(69,61,69)
#302A2F
(48,42,47)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDD5F5

#EDD5F5
(237,213,245)
#EED8F5
(238,216,245)
#EFDBF5
(239,219,245)
#F0DEF5
(240,222,245)
#F1E1F5
(241,225,245)
#F2E4F5
(242,228,245)
#F3E7F5
(243,231,245)
#F4EAF5
(244,234,245)
#F5EDF5
(245,237,245)
#F6F0F5
(246,240,245)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD5F5 color. Also use rgb(237,213,245) instead hex code.

Text Font Color

.myTextColor { color: #EDD5F5; }

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

This text font color is #EDD5F5.

Background Color

.myBgColor { background-color: #EDD5F5; }

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

This div background color is #EDD5F5.

Border color

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

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

This div border color is #EDD5F5.

Opacity

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

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

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

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

This text has shadow with #EDD5F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD5F5.

Preview

Color preview on black background

This text has color #EDD5F5 on black background.


Color preview on white background

This text has color #EDD5F5 on white background.


Black color preview on #EDD5F5 background

This text has black color on #EDD5F5 background.


White color preview on #EDD5F5 background

This text has white color on #EDD5F5 background.


Related colors

Complementary color

Complementary color for #hex is #122A0A.


I love getcolorcode.com

Triadic colors

1 #F5EDD5 and #D5F5ED with #EDD5F5 are triadic colors.

2 #F5D5ED and #D5EDF5 with #EDD5F5 are triadic colors.