COLOR #EDCBF4

HEX: #EDCBF4
RGB: (237,203,244)

Color info

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

RGB color model

#EDCBF4 color RGB value is (237,203,244).

  • red value is 237;
  • green value is 203;
  • blue value is 244.
RGB:
(237,203,244)
(93%,80%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 244 of 255 = 96%

237
203
244

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

Portions of RGB colors in percentages

R + G + B =
237 + 203 + 244 = 684 (100%)
R 237 of 684 ~ 34.65%
G 203 of 684 ~ 29.68%
B 244 of 684 ~ 35.67%

%34.65
%29.68
%35.67

CMYK color model

#EDCBF4 color CMYK value is (3,17,0,4).

  • cyan value is 2.87%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(3,17,0,4)
C3M17Y0K4 
(3%,17%,0%,4%)
(0.03/0.17/0.00/0.04)	

CMYK percentages

%2.87
%16.8
%0
%4.31

Codes

Color #EDCBF4 in popluar color models

EDCBF4
RGB237203244
HSL290°65.08%87.65%
HSB/HSV290°16.80%95.69%
CMYK2.87%16.80%0.00%
4.31%

Color #EDCBF4 in popluar number systems.

HEXEDCBF4
Decimal237203244
Binary111011011100101111110100
Octal355313364

Shades and tints

Shades of #EDCBF4

#EDCBF4
(237,203,244)
#D8B9DE
(216,185,222)
#C3A7C8
(195,167,200)
#AE95B2
(174,149,178)
#99839C
(153,131,156)
#847186
(132,113,134)
#6F5F70
(111,95,112)
#5A4D5A
(90,77,90)
#453B44
(69,59,68)
#30292E
(48,41,46)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDCBF4

#EDCBF4
(237,203,244)
#EECFF5
(238,207,245)
#EFD3F6
(239,211,246)
#F0D7F7
(240,215,247)
#F1DBF8
(241,219,248)
#F2DFF9
(242,223,249)
#F3E3FA
(243,227,250)
#F4E7FB
(244,231,251)
#F5EBFC
(245,235,252)
#F6EFFD
(246,239,253)
#F7F3FE
(247,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCBF4 color. Also use rgb(237,203,244) instead hex code.

Text Font Color

.myTextColor { color: #EDCBF4; }

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

This text font color is #EDCBF4.


Background Color

.myBgColor { background-color: #EDCBF4; }

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

This div background color is #EDCBF4.


Border color

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

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

This div border color is #EDCBF4.


Opacity

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

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

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

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

This text has shadow with #EDCBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCBF4 on black background.


Color preview on white background

This text has color #EDCBF4 on white background.



Black color preview on #EDCBF4 background

This text has black color on #EDCBF4 background.


White color preview on #EDCBF4 background

This text has white color on #EDCBF4 background.