COLOR #EDBFDD

HEX: #EDBFDD RGB: (237,191,221)

Color info

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

RGB color model

#EDBFDD color RGB value is (237,191,221).

RGB: (237,191,221) (93%, 75%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 221 of 255 = 87%

237
191
221

R + G + B ~ 85%. #EDBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 191 + 221 = 649 (100%)
R 237 of 649 ~ 36.52%
G 191 of 649 ~ 29.43%
B 221 of 649 ~ 34.05'%

%36.52
%29.43
%34.05

CMYK color model

#EDBFDD color CMYK value is (0,19,7,7).

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

CMYK: (0,19,7,7)
C0M19Y7K7 (0%, 19%, 7%, 7%)
(0.00 / 0.19 / 0.07 / 0.07)

CMYK percentages

%0
%19.41
%6.75
%7.06

Codes

Color #EDBFDD in popluar color models

ED BF DD
RGB 237 191 221
HSL 321° 56.10% 83.92%
HSB/HSV 321° 19.41% 92.94%
CMYK 0.00% 19.41% 6.75%
7.06%

Color #EDBFDD in popluar number systems.

HEX ED BF DD
Decimal 237 191 221
Binary 11101101 10111111 11011101
Octal 355 277 335

Shades and tints

Shades of #EDBFDD

#EDBFDD
(237,191,221)
#D8AEC9
(216,174,201)
#C39DB5
(195,157,181)
#AE8CA1
(174,140,161)
#997B8D
(153,123,141)
#846A79
(132,106,121)
#6F5965
(111,89,101)
#5A4851
(90,72,81)
#45373D
(69,55,61)
#302629
(48,38,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDBFDD

#EDBFDD
(237,191,221)
#EEC4E0
(238,196,224)
#EFC9E3
(239,201,227)
#F0CEE6
(240,206,230)
#F1D3E9
(241,211,233)
#F2D8EC
(242,216,236)
#F3DDEF
(243,221,239)
#F4E2F2
(244,226,242)
#F5E7F5
(245,231,245)
#F6ECF8
(246,236,248)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFDD; }

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

This text font color is #EDBFDD.

Background Color

.myBgColor { background-color: #EDBFDD; }

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

This div background color is #EDBFDD.

Border color

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

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

This div border color is #EDBFDD.

Opacity

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

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

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

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

This text has shadow with #EDBFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBFDD.

Preview

Color preview on black background

This text has color #EDBFDD on black background.


Color preview on white background

This text has color #EDBFDD on white background.


Black color preview on #EDBFDD background

This text has black color on #EDBFDD background.


White color preview on #EDBFDD background

This text has white color on #EDBFDD background.


Related colors

Complementary color

Complementary color for #hex is #124022.


I love getcolorcode.com

Triadic colors

1 #DDEDBF and #BFDDED with #EDBFDD are triadic colors.

2 #DDBFED and #BFEDDD with #EDBFDD are triadic colors.