COLOR #EDDBED

HEX: #EDDBED RGB: (237,219,237)

Color info

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

RGB color model

#EDDBED color RGB value is (237,219,237).

RGB: (237,219,237) (93%, 86%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 237 of 255 = 93%

237
219
237

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

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 237 = 693 (100%)
R 237 of 693 ~ 34.2%
G 219 of 693 ~ 31.6%
B 237 of 693 ~ 34.2'%

%34.2
%31.6
%34.2

CMYK color model

#EDDBED color CMYK value is (0,8,0,7).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,8,0,7)
C0M8Y0K7 (0%, 8%, 0%, 7%)
(0.00 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0
%7.59
%0
%7.06

Codes

Color #EDDBED in popluar color models

ED DB ED
RGB 237 219 237
HSL 300° 33.33% 89.41%
HSB/HSV 300° 7.59% 92.94%
CMYK 0.00% 7.59% 0.00%
7.06%

Color #EDDBED in popluar number systems.

HEX ED DB ED
Decimal 237 219 237
Binary 11101101 11011011 11101101
Octal 355 333 355

Shades and tints

Shades of #EDDBED

#EDDBED
(237,219,237)
#D8C8D8
(216,200,216)
#C3B5C3
(195,181,195)
#AEA2AE
(174,162,174)
#998F99
(153,143,153)
#847C84
(132,124,132)
#6F696F
(111,105,111)
#5A565A
(90,86,90)
#454345
(69,67,69)
#303030
(48,48,48)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #EDDBED

#EDDBED
(237,219,237)
#EEDEEE
(238,222,238)
#EFE1EF
(239,225,239)
#F0E4F0
(240,228,240)
#F1E7F1
(241,231,241)
#F2EAF2
(242,234,242)
#F3EDF3
(243,237,243)
#F4F0F4
(244,240,244)
#F5F3F5
(245,243,245)
#F6F6F6
(246,246,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBED; }

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

This text font color is #EDDBED.

Background Color

.myBgColor { background-color: #EDDBED; }

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

This div background color is #EDDBED.

Border color

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

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

This div border color is #EDDBED.

Opacity

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

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

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

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

This text has shadow with #EDDBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBED.

Preview

Color preview on black background

This text has color #EDDBED on black background.


Color preview on white background

This text has color #EDDBED on white background.


Black color preview on #EDDBED background

This text has black color on #EDDBED background.


White color preview on #EDDBED background

This text has white color on #EDDBED background.


Related colors

Complementary color

Complementary color for #hex is #122412.


I love getcolorcode.com

Triadic colors

1 #EDEDDB and #DBEDED with #EDDBED are triadic colors.

2 #EDDBED and #DBEDED with #EDDBED are triadic colors.