COLOR #EDDBEA

HEX: #EDDBEA RGB: (237,219,234)

Color info

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

RGB color model

#EDDBEA color RGB value is (237,219,234).

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

RGB channels and saturation

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

237
219
234

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

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 234 = 690 (100%)
R 237 of 690 ~ 34.35%
G 219 of 690 ~ 31.74%
B 234 of 690 ~ 33.91'%

%34.35
%31.74
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK: (0,8,1,7) C0M8Y1K7 (0%,8%,1%,7%) (0.00/0.08/0.01/0.07) 

CMYK percentages

%0
%7.59
%1.27
%7.06

Codes

Color #EDDBEA in popluar color models

ED DB EA
RGB 237 219 234
HSL 310° 33.33% 89.41%
HSB/HSV 310° 7.59% 92.94%
CMYK 0.00% 7.59% 1.27%
7.06%

Color #EDDBEA in popluar number systems.

HEX ED DB EA
Decimal 237 219 234
Binary 11101101 11011011 11101010
Octal 355 333 352

Shades and tints

Shades of #EDDBEA

#EDDBEA
(237,219,234)
#D8C8D5
(216,200,213)
#C3B5C0
(195,181,192)
#AEA2AB
(174,162,171)
#998F96
(153,143,150)
#847C81
(132,124,129)
#6F696C
(111,105,108)
#5A5657
(90,86,87)
#454342
(69,67,66)
#30302D
(48,48,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDDBEA

#EDDBEA
(237,219,234)
#EEDEEB
(238,222,235)
#EFE1EC
(239,225,236)
#F0E4ED
(240,228,237)
#F1E7EE
(241,231,238)
#F2EAEF
(242,234,239)
#F3EDF0
(243,237,240)
#F4F0F1
(244,240,241)
#F5F3F2
(245,243,242)
#F6F6F3
(246,246,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBEA; }

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

This text font color is #EDDBEA.

Background Color

.myBgColor { background-color: #EDDBEA; }

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

This div background color is #EDDBEA.

Border color

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

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

This div border color is #EDDBEA.

Opacity

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

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

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

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

This text has shadow with #EDDBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBEA.

Preview

Color preview on black background

This text has color #EDDBEA on black background.


Color preview on white background

This text has color #EDDBEA on white background.


Black color preview on #EDDBEA background

This text has black color on #EDDBEA background.


White color preview on #EDDBEA background

This text has white color on #EDDBEA background.


Related colors

Complementary color

Complementary color for #hex is #122415.


I love getcolorcode.com

Triadic colors

1 #EAEDDB and #DBEAED with #EDDBEA are triadic colors.

2 #EADBED and #DBEDEA with #EDDBEA are triadic colors.