COLOR #EDCBF0

HEX: #EDCBF0 RGB: (237,203,240)

Color info

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

RGB color model

#EDCBF0 color RGB value is (237,203,240).

RGB: (237,203,240) (93%, 80%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 240 of 255 = 94%

237
203
240

R + G + B ~ 89%. #EDCBF0 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 203 + 240 = 680 (100%)
R 237 of 680 ~ 34.85%
G 203 of 680 ~ 29.85%
B 240 of 680 ~ 35.29'%

%34.85
%29.85
%35.29

CMYK color model

#EDCBF0 color CMYK value is (1,15,0,6).

  • cyan value is 1.25%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (1,15,0,6)
C1M15Y0K6 (1%, 15%, 0%, 6%)
(0.01 / 0.15 / 0.00 / 0.06)

CMYK percentages

%1.25
%15.42
%0
%5.88

Codes

Color #EDCBF0 in popluar color models

ED CB F0
RGB 237 203 240
HSL 295° 55.22% 86.86%
HSB/HSV 295° 15.42% 94.12%
CMYK 1.25% 15.42% 0.00%
5.88%

Color #EDCBF0 in popluar number systems.

HEX ED CB F0
Decimal 237 203 240
Binary 11101101 11001011 11110000
Octal 355 313 360

Shades and tints

Shades of #EDCBF0

#EDCBF0
(237,203,240)
#D8B9DB
(216,185,219)
#C3A7C6
(195,167,198)
#AE95B1
(174,149,177)
#99839C
(153,131,156)
#847187
(132,113,135)
#6F5F72
(111,95,114)
#5A4D5D
(90,77,93)
#453B48
(69,59,72)
#302933
(48,41,51)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #EDCBF0

#EDCBF0
(237,203,240)
#EECFF1
(238,207,241)
#EFD3F2
(239,211,242)
#F0D7F3
(240,215,243)
#F1DBF4
(241,219,244)
#F2DFF5
(242,223,245)
#F3E3F6
(243,227,246)
#F4E7F7
(244,231,247)
#F5EBF8
(245,235,248)
#F6EFF9
(246,239,249)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCBF0; }

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

This text font color is #EDCBF0.

Background Color

.myBgColor { background-color: #EDCBF0; }

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

This div background color is #EDCBF0.

Border color

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

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

This div border color is #EDCBF0.

Opacity

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

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

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

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

This text has shadow with #EDCBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCBF0.

Preview

Color preview on black background

This text has color #EDCBF0 on black background.


Color preview on white background

This text has color #EDCBF0 on white background.


Black color preview on #EDCBF0 background

This text has black color on #EDCBF0 background.


White color preview on #EDCBF0 background

This text has white color on #EDCBF0 background.


Related colors

Complementary color

Complementary color for #hex is #12340F.


I love getcolorcode.com

Triadic colors

1 #F0EDCB and #CBF0ED with #EDCBF0 are triadic colors.

2 #F0CBED and #CBEDF0 with #EDCBF0 are triadic colors.