COLOR #EDC0EB

HEX: #EDC0EB
RGB: (237,192,235)

Color info

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

RGB color model

#EDC0EB color RGB value is (237,192,235).

  • red value is 237;
  • green value is 192;
  • blue value is 235.
RGB:
(237,192,235)
(93%,75%,92%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 235 of 255 = 92%

237
192
235

R + G + B ~ 87%. #EDC0EB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 235 = 664 (100%)
R 237 of 664 ~ 35.69%
G 192 of 664 ~ 28.92%
B 235 of 664 ~ 35.39%

%35.69
%28.92
%35.39

CMYK color model

#EDC0EB color CMYK value is (0,19,1,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(0,19,1,7)
C0M19Y1K7 
(0%,19%,1%,7%)
(0.00/0.19/0.01/0.07)	

CMYK percentages

%0
%18.99
%0.84
%7.06

Codes

Color #EDC0EB in popluar color models

EDC0EB
RGB237192235
HSL303°55.56%84.12%
HSB/HSV303°18.99%92.94%
CMYK0.00%18.99%0.84%
7.06%

Color #EDC0EB in popluar number systems.

HEXEDC0EB
Decimal237192235
Binary111011011100000011101011
Octal355300353

Shades and tints

Shades of #EDC0EB

#EDC0EB
(237,192,235)
#D8AFD6
(216,175,214)
#C39EC1
(195,158,193)
#AE8DAC
(174,141,172)
#997C97
(153,124,151)
#846B82
(132,107,130)
#6F5A6D
(111,90,109)
#5A4958
(90,73,88)
#453843
(69,56,67)
#30272E
(48,39,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDC0EB

#EDC0EB
(237,192,235)
#EEC5EC
(238,197,236)
#EFCAED
(239,202,237)
#F0CFEE
(240,207,238)
#F1D4EF
(241,212,239)
#F2D9F0
(242,217,240)
#F3DEF1
(243,222,241)
#F4E3F2
(244,227,242)
#F5E8F3
(245,232,243)
#F6EDF4
(246,237,244)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC0EB color. Also use rgb(237,192,235) instead hex code.

Text Font Color

.myTextColor { color: #EDC0EB; }

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

This text font color is #EDC0EB.


Background Color

.myBgColor { background-color: #EDC0EB; }

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

This div background color is #EDC0EB.


Border color

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

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

This div border color is #EDC0EB.


Opacity

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

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

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

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

This text has shadow with #EDC0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0EB on black background.


Color preview on white background

This text has color #EDC0EB on white background.



Black color preview on #EDC0EB background

This text has black color on #EDC0EB background.


White color preview on #EDC0EB background

This text has white color on #EDC0EB background.