COLOR #EDDBE4

HEX: #EDDBE4
RGB: (237,219,228)

Color info

#EDDBE4 contains red, green and blue colors in about the same proportion. Web safe color of #EDDBE4 is #FFCCCC (or #FCC).

RGB color model

#EDDBE4 color RGB value is (237,219,228).

  • red value is 237;
  • green value is 219;
  • blue value is 228.
RGB:
(237,219,228)
(93%,86%,89%)

RGB channels and saturation

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

237
219
228

R + G + B ~ 89%. #EDDBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 219 + 228 = 684 (100%)
R 237 of 684 ~ 34.65%
G 219 of 684 ~ 32.02%
B 228 of 684 ~ 33.33%

%34.65
%32.02
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,8,4,7)
C0M8Y4K7 
(0%,8%,4%,7%)
(0.00/0.08/0.04/0.07)	

CMYK percentages

%0
%7.59
%3.8
%7.06

Codes

Color #EDDBE4 in popluar color models

EDDBE4
RGB237219228
HSL330°33.33%89.41%
HSB/HSV330°7.59%92.94%
CMYK0.00%7.59%3.80%
7.06%

Color #EDDBE4 in popluar number systems.

HEXEDDBE4
Decimal237219228
Binary111011011101101111100100
Octal355333344

Shades and tints

Shades of #EDDBE4

#EDDBE4
(237,219,228)
#D8C8D0
(216,200,208)
#C3B5BC
(195,181,188)
#AEA2A8
(174,162,168)
#998F94
(153,143,148)
#847C80
(132,124,128)
#6F696C
(111,105,108)
#5A5658
(90,86,88)
#454344
(69,67,68)
#303030
(48,48,48)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #EDDBE4

#EDDBE4
(237,219,228)
#EEDEE6
(238,222,230)
#EFE1E8
(239,225,232)
#F0E4EA
(240,228,234)
#F1E7EC
(241,231,236)
#F2EAEE
(242,234,238)
#F3EDF0
(243,237,240)
#F4F0F2
(244,240,242)
#F5F3F4
(245,243,244)
#F6F6F6
(246,246,246)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBE4; }

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

This text font color is #EDDBE4.


Background Color

.myBgColor { background-color: #EDDBE4; }

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

This div background color is #EDDBE4.


Border color

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

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

This div border color is #EDDBE4.


Opacity

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

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

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

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

This text has shadow with #EDDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDBE4 on black background.


Color preview on white background

This text has color #EDDBE4 on white background.



Black color preview on #EDDBE4 background

This text has black color on #EDDBE4 background.


White color preview on #EDDBE4 background

This text has white color on #EDDBE4 background.