COLOR #EDCDFB

HEX: #EDCDFB RGB: (237,205,251)

Color info

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

RGB color model

#EDCDFB color RGB value is (237,205,251).

RGB: (237,205,251) (93%, 80%, 98%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 251 of 255 = 98%

237
205
251

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

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 251 = 693 (100%)
R 237 of 693 ~ 34.2%
G 205 of 693 ~ 29.58%
B 251 of 693 ~ 36.22'%

%34.2
%29.58
%36.22

CMYK color model

#EDCDFB color CMYK value is (6,18,0,2).

  • cyan value is 5.58%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (6,18,0,2) C6M18Y0K2 (6%,18%,0%,2%) (0.06/0.18/0.00/0.02) 

CMYK percentages

%5.58
%18.33
%0
%1.57

Codes

Color #EDCDFB in popluar color models

ED CD FB
RGB 237 205 251
HSL 282° 85.19% 89.41%
HSB/HSV 282° 18.33% 98.43%
CMYK 5.58% 18.33% 0.00%
1.57%

Color #EDCDFB in popluar number systems.

HEX ED CD FB
Decimal 237 205 251
Binary 11101101 11001101 11111011
Octal 355 315 373

Shades and tints

Shades of #EDCDFB

#EDCDFB
(237,205,251)
#D8BBE5
(216,187,229)
#C3A9CF
(195,169,207)
#AE97B9
(174,151,185)
#9985A3
(153,133,163)
#84738D
(132,115,141)
#6F6177
(111,97,119)
#5A4F61
(90,79,97)
#453D4B
(69,61,75)
#302B35
(48,43,53)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #EDCDFB

#EDCDFB
(237,205,251)
#EED1FB
(238,209,251)
#EFD5FB
(239,213,251)
#F0D9FB
(240,217,251)
#F1DDFB
(241,221,251)
#F2E1FB
(242,225,251)
#F3E5FB
(243,229,251)
#F4E9FB
(244,233,251)
#F5EDFB
(245,237,251)
#F6F1FB
(246,241,251)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCDFB color. Also use rgb(237,205,251) instead hex code.

Text Font Color

.myTextColor { color: #EDCDFB; }

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

This text font color is #EDCDFB.

Background Color

.myBgColor { background-color: #EDCDFB; }

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

This div background color is #EDCDFB.

Border color

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

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

This div border color is #EDCDFB.

Opacity

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

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

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

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

This text has shadow with #EDCDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDFB.

Preview

Color preview on black background

This text has color #EDCDFB on black background.


Color preview on white background

This text has color #EDCDFB on white background.


Black color preview on #EDCDFB background

This text has black color on #EDCDFB background.


White color preview on #EDCDFB background

This text has white color on #EDCDFB background.


Related colors

Complementary color

Complementary color for #hex is #123204.


I love getcolorcode.com

Triadic colors

1 #FBEDCD and #CDFBED with #EDCDFB are triadic colors.

2 #FBCDED and #CDEDFB with #EDCDFB are triadic colors.