COLOR #EDC1DE

HEX: #EDC1DE
RGB: (237,193,222)

Color info

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

RGB color model

#EDC1DE color RGB value is (237,193,222).

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

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 222 of 255 = 87%

237
193
222

R + G + B ~ 85%. #EDC1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 193 + 222 = 652 (100%)
R 237 of 652 ~ 36.35%
G 193 of 652 ~ 29.6%
B 222 of 652 ~ 34.05%

%36.35
%29.6
%34.05

CMYK color model

#EDC1DE color CMYK value is (0,19,6,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(0,19,6,7)
C0M19Y6K7 
(0%,19%,6%,7%)
(0.00/0.19/0.06/0.07)	

CMYK percentages

%0
%18.57
%6.33
%7.06

Codes

Color #EDC1DE in popluar color models

EDC1DE
RGB237193222
HSL320°55.00%84.31%
HSB/HSV320°18.57%92.94%
CMYK0.00%18.57%6.33%
7.06%

Color #EDC1DE in popluar number systems.

HEXEDC1DE
Decimal237193222
Binary111011011100000111011110
Octal355301336

Shades and tints

Shades of #EDC1DE

#EDC1DE
(237,193,222)
#D8B0CA
(216,176,202)
#C39FB6
(195,159,182)
#AE8EA2
(174,142,162)
#997D8E
(153,125,142)
#846C7A
(132,108,122)
#6F5B66
(111,91,102)
#5A4A52
(90,74,82)
#45393E
(69,57,62)
#30282A
(48,40,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDC1DE

#EDC1DE
(237,193,222)
#EEC6E1
(238,198,225)
#EFCBE4
(239,203,228)
#F0D0E7
(240,208,231)
#F1D5EA
(241,213,234)
#F2DAED
(242,218,237)
#F3DFF0
(243,223,240)
#F4E4F3
(244,228,243)
#F5E9F6
(245,233,246)
#F6EEF9
(246,238,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC1DE; }

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

This text font color is #EDC1DE.


Background Color

.myBgColor { background-color: #EDC1DE; }

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

This div background color is #EDC1DE.


Border color

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

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

This div border color is #EDC1DE.


Opacity

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

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

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

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

This text has shadow with #EDC1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC1DE on black background.


Color preview on white background

This text has color #EDC1DE on white background.



Black color preview on #EDC1DE background

This text has black color on #EDC1DE background.


White color preview on #EDC1DE background

This text has white color on #EDC1DE background.