COLOR #EDCBE2

HEX: #EDCBE2 RGB: (237,203,226)

Color info

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

RGB color model

#EDCBE2 color RGB value is (237,203,226).

RGB: (237,203,226) (93%, 80%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 226 of 255 = 89%

237
203
226

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

Portions of RGB colors in percentages

R + G + B = 237 + 203 + 226 = 666 (100%)
R 237 of 666 ~ 35.59%
G 203 of 666 ~ 30.48%
B 226 of 666 ~ 33.93'%

%35.59
%30.48
%33.93

CMYK color model

#EDCBE2 color CMYK value is (0,14,5,7).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 4.64%
  • key color value is 7.06%

CMYK: (0,14,5,7)
C0M14Y5K7 (0%, 14%, 5%, 7%)
(0.00 / 0.14 / 0.05 / 0.07)

CMYK percentages

%0
%14.35
%4.64
%7.06

Codes

Color #EDCBE2 in popluar color models

ED CB E2
RGB 237 203 226
HSL 319° 48.57% 86.27%
HSB/HSV 319° 14.35% 92.94%
CMYK 0.00% 14.35% 4.64%
7.06%

Color #EDCBE2 in popluar number systems.

HEX ED CB E2
Decimal 237 203 226
Binary 11101101 11001011 11100010
Octal 355 313 342

Shades and tints

Shades of #EDCBE2

#EDCBE2
(237,203,226)
#D8B9CE
(216,185,206)
#C3A7BA
(195,167,186)
#AE95A6
(174,149,166)
#998392
(153,131,146)
#84717E
(132,113,126)
#6F5F6A
(111,95,106)
#5A4D56
(90,77,86)
#453B42
(69,59,66)
#30292E
(48,41,46)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDCBE2

#EDCBE2
(237,203,226)
#EECFE4
(238,207,228)
#EFD3E6
(239,211,230)
#F0D7E8
(240,215,232)
#F1DBEA
(241,219,234)
#F2DFEC
(242,223,236)
#F3E3EE
(243,227,238)
#F4E7F0
(244,231,240)
#F5EBF2
(245,235,242)
#F6EFF4
(246,239,244)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCBE2; }

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

This text font color is #EDCBE2.

Background Color

.myBgColor { background-color: #EDCBE2; }

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

This div background color is #EDCBE2.

Border color

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

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

This div border color is #EDCBE2.

Opacity

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

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

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

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

This text has shadow with #EDCBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCBE2.

Preview

Color preview on black background

This text has color #EDCBE2 on black background.


Color preview on white background

This text has color #EDCBE2 on white background.


Black color preview on #EDCBE2 background

This text has black color on #EDCBE2 background.


White color preview on #EDCBE2 background

This text has white color on #EDCBE2 background.


Related colors

Complementary color

Complementary color for #hex is #12341D.


I love getcolorcode.com

Triadic colors

1 #E2EDCB and #CBE2ED with #EDCBE2 are triadic colors.

2 #E2CBED and #CBEDE2 with #EDCBE2 are triadic colors.