COLOR #EDBADD

HEX: #EDBADD RGB: (237,186,221)

Color info

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

RGB color model

#EDBADD color RGB value is (237,186,221).

RGB: (237,186,221) (93%, 73%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 186 of 255 = 73%
B 221 of 255 = 87%

237
186
221

R + G + B ~ 84%. #EDBADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 186 + 221 = 644 (100%)
R 237 of 644 ~ 36.8%
G 186 of 644 ~ 28.88%
B 221 of 644 ~ 34.32'%

%36.8
%28.88
%34.32

CMYK color model

#EDBADD color CMYK value is (0,22,7,7).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (0,22,7,7)
C0M22Y7K7 (0%, 22%, 7%, 7%)
(0.00 / 0.22 / 0.07 / 0.07)

CMYK percentages

%0
%21.52
%6.75
%7.06

Codes

Color #EDBADD in popluar color models

ED BA DD
RGB 237 186 221
HSL 319° 58.62% 82.94%
HSB/HSV 319° 21.52% 92.94%
CMYK 0.00% 21.52% 6.75%
7.06%

Color #EDBADD in popluar number systems.

HEX ED BA DD
Decimal 237 186 221
Binary 11101101 10111010 11011101
Octal 355 272 335

Shades and tints

Shades of #EDBADD

#EDBADD
(237,186,221)
#D8AAC9
(216,170,201)
#C39AB5
(195,154,181)
#AE8AA1
(174,138,161)
#997A8D
(153,122,141)
#846A79
(132,106,121)
#6F5A65
(111,90,101)
#5A4A51
(90,74,81)
#453A3D
(69,58,61)
#302A29
(48,42,41)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDBADD

#EDBADD
(237,186,221)
#EEC0E0
(238,192,224)
#EFC6E3
(239,198,227)
#F0CCE6
(240,204,230)
#F1D2E9
(241,210,233)
#F2D8EC
(242,216,236)
#F3DEEF
(243,222,239)
#F4E4F2
(244,228,242)
#F5EAF5
(245,234,245)
#F6F0F8
(246,240,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBADD color. Also use rgb(237,186,221) instead hex code.

Text Font Color

.myTextColor { color: #EDBADD; }

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

This text font color is #EDBADD.

Background Color

.myBgColor { background-color: #EDBADD; }

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

This div background color is #EDBADD.

Border color

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

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

This div border color is #EDBADD.

Opacity

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

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

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

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

This text has shadow with #EDBADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBADD.

Preview

Color preview on black background

This text has color #EDBADD on black background.


Color preview on white background

This text has color #EDBADD on white background.


Black color preview on #EDBADD background

This text has black color on #EDBADD background.


White color preview on #EDBADD background

This text has white color on #EDBADD background.


Related colors

Complementary color

Complementary color for #hex is #124522.


I love getcolorcode.com

Triadic colors

1 #DDEDBA and #BADDED with #EDBADD are triadic colors.

2 #DDBAED and #BAEDDD with #EDBADD are triadic colors.