COLOR #EDCBEB

HEX: #EDCBEB RGB: (237,203,235)

Color info

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

RGB color model

#EDCBEB color RGB value is (237,203,235).

RGB: (237,203,235) (93%, 80%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 235 of 255 = 92%

237
203
235

R + G + B ~ 88%. #EDCBEB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 203 + 235 = 675 (100%)
R 237 of 675 ~ 35.11%
G 203 of 675 ~ 30.07%
B 235 of 675 ~ 34.81'%

%35.11
%30.07
%34.81

CMYK color model

#EDCBEB color CMYK value is (0,14,1,7).

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

CMYK: (0,14,1,7)
C0M14Y1K7 (0%, 14%, 1%, 7%)
(0.00 / 0.14 / 0.01 / 0.07)

CMYK percentages

%0
%14.35
%0.84
%7.06

Codes

Color #EDCBEB in popluar color models

ED CB EB
RGB 237 203 235
HSL 304° 48.57% 86.27%
HSB/HSV 304° 14.35% 92.94%
CMYK 0.00% 14.35% 0.84%
7.06%

Color #EDCBEB in popluar number systems.

HEX ED CB EB
Decimal 237 203 235
Binary 11101101 11001011 11101011
Octal 355 313 353

Shades and tints

Shades of #EDCBEB

#EDCBEB
(237,203,235)
#D8B9D6
(216,185,214)
#C3A7C1
(195,167,193)
#AE95AC
(174,149,172)
#998397
(153,131,151)
#847182
(132,113,130)
#6F5F6D
(111,95,109)
#5A4D58
(90,77,88)
#453B43
(69,59,67)
#30292E
(48,41,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDCBEB

#EDCBEB
(237,203,235)
#EECFEC
(238,207,236)
#EFD3ED
(239,211,237)
#F0D7EE
(240,215,238)
#F1DBEF
(241,219,239)
#F2DFF0
(242,223,240)
#F3E3F1
(243,227,241)
#F4E7F2
(244,231,242)
#F5EBF3
(245,235,243)
#F6EFF4
(246,239,244)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCBEB; }

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

This text font color is #EDCBEB.

Background Color

.myBgColor { background-color: #EDCBEB; }

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

This div background color is #EDCBEB.

Border color

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

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

This div border color is #EDCBEB.

Opacity

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

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

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

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

This text has shadow with #EDCBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCBEB.

Preview

Color preview on black background

This text has color #EDCBEB on black background.


Color preview on white background

This text has color #EDCBEB on white background.


Black color preview on #EDCBEB background

This text has black color on #EDCBEB background.


White color preview on #EDCBEB background

This text has white color on #EDCBEB background.


Related colors

Complementary color

Complementary color for #hex is #123414.


I love getcolorcode.com

Triadic colors

1 #EBEDCB and #CBEBED with #EDCBEB are triadic colors.

2 #EBCBED and #CBEDEB with #EDCBEB are triadic colors.