COLOR #EDBDEB

HEX: #EDBDEB RGB: (237,189,235)

Color info

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

RGB color model

#EDBDEB color RGB value is (237,189,235).

RGB: (237,189,235) (93%, 74%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 189 of 255 = 74%
B 235 of 255 = 92%

237
189
235

R + G + B ~ 86%. #EDBDEB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 189 + 235 = 661 (100%)
R 237 of 661 ~ 35.85%
G 189 of 661 ~ 28.59%
B 235 of 661 ~ 35.55'%

%35.85
%28.59
%35.55

CMYK color model

#EDBDEB color CMYK value is (0,20,1,7).

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

CMYK: (0,20,1,7)
C0M20Y1K7 (0%, 20%, 1%, 7%)
(0.00 / 0.20 / 0.01 / 0.07)

CMYK percentages

%0
%20.25
%0.84
%7.06

Codes

Color #EDBDEB in popluar color models

ED BD EB
RGB 237 189 235
HSL 303° 57.14% 83.53%
HSB/HSV 303° 20.25% 92.94%
CMYK 0.00% 20.25% 0.84%
7.06%

Color #EDBDEB in popluar number systems.

HEX ED BD EB
Decimal 237 189 235
Binary 11101101 10111101 11101011
Octal 355 275 353

Shades and tints

Shades of #EDBDEB

#EDBDEB
(237,189,235)
#D8ACD6
(216,172,214)
#C39BC1
(195,155,193)
#AE8AAC
(174,138,172)
#997997
(153,121,151)
#846882
(132,104,130)
#6F576D
(111,87,109)
#5A4658
(90,70,88)
#453543
(69,53,67)
#30242E
(48,36,46)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #EDBDEB

#EDBDEB
(237,189,235)
#EEC3EC
(238,195,236)
#EFC9ED
(239,201,237)
#F0CFEE
(240,207,238)
#F1D5EF
(241,213,239)
#F2DBF0
(242,219,240)
#F3E1F1
(243,225,241)
#F4E7F2
(244,231,242)
#F5EDF3
(245,237,243)
#F6F3F4
(246,243,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBDEB; }

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

This text font color is #EDBDEB.

Background Color

.myBgColor { background-color: #EDBDEB; }

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

This div background color is #EDBDEB.

Border color

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

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

This div border color is #EDBDEB.

Opacity

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

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

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

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

This text has shadow with #EDBDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBDEB.

Preview

Color preview on black background

This text has color #EDBDEB on black background.


Color preview on white background

This text has color #EDBDEB on white background.


Black color preview on #EDBDEB background

This text has black color on #EDBDEB background.


White color preview on #EDBDEB background

This text has white color on #EDBDEB background.


Related colors

Complementary color

Complementary color for #hex is #124214.


I love getcolorcode.com

Triadic colors

1 #EBEDBD and #BDEBED with #EDBDEB are triadic colors.

2 #EBBDED and #BDEDEB with #EDBDEB are triadic colors.