COLOR #EDC6DE

HEX: #EDC6DE
RGB: (237,198,222)

Color info

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

RGB color model

#EDC6DE color RGB value is (237,198,222).

  • red value is 237;
  • green value is 198;
  • blue value is 222.
RGB:
(237,198,222)
(93%,78%,87%)

RGB channels and saturation

R 237 of 255 = 93%
G 198 of 255 = 78%
B 222 of 255 = 87%

237
198
222

R + G + B ~ 86%. #EDC6DE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 198 + 222 = 657 (100%)
R 237 of 657 ~ 36.07%
G 198 of 657 ~ 30.14%
B 222 of 657 ~ 33.79%

%36.07
%30.14
%33.79

CMYK color model

#EDC6DE color CMYK value is (0,16,6,7).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(0,16,6,7)
C0M16Y6K7 
(0%,16%,6%,7%)
(0.00/0.16/0.06/0.07)	

CMYK percentages

%0
%16.46
%6.33
%7.06

Codes

Color #EDC6DE in popluar color models

EDC6DE
RGB237198222
HSL323°52.00%85.29%
HSB/HSV323°16.46%92.94%
CMYK0.00%16.46%6.33%
7.06%

Color #EDC6DE in popluar number systems.

HEXEDC6DE
Decimal237198222
Binary111011011100011011011110
Octal355306336

Shades and tints

Shades of #EDC6DE

#EDC6DE
(237,198,222)
#D8B4CA
(216,180,202)
#C3A2B6
(195,162,182)
#AE90A2
(174,144,162)
#997E8E
(153,126,142)
#846C7A
(132,108,122)
#6F5A66
(111,90,102)
#5A4852
(90,72,82)
#45363E
(69,54,62)
#30242A
(48,36,42)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #EDC6DE

#EDC6DE
(237,198,222)
#EECBE1
(238,203,225)
#EFD0E4
(239,208,228)
#F0D5E7
(240,213,231)
#F1DAEA
(241,218,234)
#F2DFED
(242,223,237)
#F3E4F0
(243,228,240)
#F4E9F3
(244,233,243)
#F5EEF6
(245,238,246)
#F6F3F9
(246,243,249)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC6DE; }

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

This text font color is #EDC6DE.


Background Color

.myBgColor { background-color: #EDC6DE; }

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

This div background color is #EDC6DE.


Border color

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

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

This div border color is #EDC6DE.


Opacity

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

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

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

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

This text has shadow with #EDC6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC6DE on black background.


Color preview on white background

This text has color #EDC6DE on white background.



Black color preview on #EDC6DE background

This text has black color on #EDC6DE background.


White color preview on #EDC6DE background

This text has white color on #EDC6DE background.