COLOR #EDE0E6

HEX: #EDE0E6
RGB: (237,224,230)

Color info

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

RGB color model

#EDE0E6 color RGB value is (237,224,230).

  • red value is 237;
  • green value is 224;
  • blue value is 230.
RGB:
(237,224,230)
(93%,88%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 230 of 255 = 90%

237
224
230

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

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 230 = 691 (100%)
R 237 of 691 ~ 34.3%
G 224 of 691 ~ 32.42%
B 230 of 691 ~ 33.29%

%34.3
%32.42
%33.29

CMYK color model

#EDE0E6 color CMYK value is (0,5,3,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,5,3,7)
C0M5Y3K7 
(0%,5%,3%,7%)
(0.00/0.05/0.03/0.07)	

CMYK percentages

%0
%5.49
%2.95
%7.06

Codes

Color #EDE0E6 in popluar color models

EDE0E6
RGB237224230
HSL332°26.53%90.39%
HSB/HSV332°5.49%92.94%
CMYK0.00%5.49%2.95%
7.06%

Color #EDE0E6 in popluar number systems.

HEXEDE0E6
Decimal237224230
Binary111011011110000011100110
Octal355340346

Shades and tints

Shades of #EDE0E6

#EDE0E6
(237,224,230)
#D8CCD2
(216,204,210)
#C3B8BE
(195,184,190)
#AEA4AA
(174,164,170)
#999096
(153,144,150)
#847C82
(132,124,130)
#6F686E
(111,104,110)
#5A545A
(90,84,90)
#454046
(69,64,70)
#302C32
(48,44,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #EDE0E6

#EDE0E6
(237,224,230)
#EEE2E8
(238,226,232)
#EFE4EA
(239,228,234)
#F0E6EC
(240,230,236)
#F1E8EE
(241,232,238)
#F2EAF0
(242,234,240)
#F3ECF2
(243,236,242)
#F4EEF4
(244,238,244)
#F5F0F6
(245,240,246)
#F6F2F8
(246,242,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0E6; }

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

This text font color is #EDE0E6.


Background Color

.myBgColor { background-color: #EDE0E6; }

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

This div background color is #EDE0E6.


Border color

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

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

This div border color is #EDE0E6.


Opacity

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

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

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

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

This text has shadow with #EDE0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0E6 on black background.


Color preview on white background

This text has color #EDE0E6 on white background.



Black color preview on #EDE0E6 background

This text has black color on #EDE0E6 background.


White color preview on #EDE0E6 background

This text has white color on #EDE0E6 background.