COLOR #EDD7EB

HEX: #EDD7EB RGB: (237,215,235)

Color info

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

RGB color model

#EDD7EB color RGB value is (237,215,235).

RGB: (237,215,235) (93%, 84%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 235 of 255 = 92%

237
215
235

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

Portions of RGB colors in percentages

R + G + B = 237 + 215 + 235 = 687 (100%)
R 237 of 687 ~ 34.5%
G 215 of 687 ~ 31.3%
B 235 of 687 ~ 34.21'%

%34.5
%31.3
%34.21

CMYK color model

#EDD7EB color CMYK value is (0,9,1,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 0.84%
  • key color value is 7.06%

CMYK: (0,9,1,7)
C0M9Y1K7 (0%, 9%, 1%, 7%)
(0.00 / 0.09 / 0.01 / 0.07)

CMYK percentages

%0
%9.28
%0.84
%7.06

Codes

Color #EDD7EB in popluar color models

ED D7 EB
RGB 237 215 235
HSL 305° 37.93% 88.63%
HSB/HSV 305° 9.28% 92.94%
CMYK 0.00% 9.28% 0.84%
7.06%

Color #EDD7EB in popluar number systems.

HEX ED D7 EB
Decimal 237 215 235
Binary 11101101 11010111 11101011
Octal 355 327 353

Shades and tints

Shades of #EDD7EB

#EDD7EB
(237,215,235)
#D8C4D6
(216,196,214)
#C3B1C1
(195,177,193)
#AE9EAC
(174,158,172)
#998B97
(153,139,151)
#847882
(132,120,130)
#6F656D
(111,101,109)
#5A5258
(90,82,88)
#453F43
(69,63,67)
#302C2E
(48,44,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDD7EB

#EDD7EB
(237,215,235)
#EEDAEC
(238,218,236)
#EFDDED
(239,221,237)
#F0E0EE
(240,224,238)
#F1E3EF
(241,227,239)
#F2E6F0
(242,230,240)
#F3E9F1
(243,233,241)
#F4ECF2
(244,236,242)
#F5EFF3
(245,239,243)
#F6F2F4
(246,242,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD7EB color. Also use rgb(237,215,235) instead hex code.

Text Font Color

.myTextColor { color: #EDD7EB; }

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

This text font color is #EDD7EB.

Background Color

.myBgColor { background-color: #EDD7EB; }

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

This div background color is #EDD7EB.

Border color

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

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

This div border color is #EDD7EB.

Opacity

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

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

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

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

This text has shadow with #EDD7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD7EB.

Preview

Color preview on black background

This text has color #EDD7EB on black background.


Color preview on white background

This text has color #EDD7EB on white background.


Black color preview on #EDD7EB background

This text has black color on #EDD7EB background.


White color preview on #EDD7EB background

This text has white color on #EDD7EB background.


Related colors

Complementary color

Complementary color for #hex is #122814.


I love getcolorcode.com

Triadic colors

1 #EBEDD7 and #D7EBED with #EDD7EB are triadic colors.

2 #EBD7ED and #D7EDEB with #EDD7EB are triadic colors.