COLOR #EDB2DE

HEX: #EDB2DE RGB: (237,178,222)

Color info

#EDB2DE contains red, green and blue colors in about the same proportion. Web safe color of #EDB2DE is #FF99CC (or #F9C).

RGB color model

#EDB2DE color RGB value is (237,178,222).

RGB: (237,178,222) (93%, 70%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 178 of 255 = 70%
B 222 of 255 = 87%

237
178
222

R + G + B ~ 83%. #EDB2DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 178 + 222 = 637 (100%)
R 237 of 637 ~ 37.21%
G 178 of 637 ~ 27.94%
B 222 of 637 ~ 34.85'%

%37.21
%27.94
%34.85

CMYK color model

#EDB2DE color CMYK value is (0,25,6,7).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 6.33%
  • key color value is 7.06%

CMYK: (0,25,6,7)
C0M25Y6K7 (0%, 25%, 6%, 7%)
(0.00 / 0.25 / 0.06 / 0.07)

CMYK percentages

%0
%24.89
%6.33
%7.06

Codes

Color #EDB2DE in popluar color models

ED B2 DE
RGB 237 178 222
HSL 315° 62.11% 81.37%
HSB/HSV 315° 24.89% 92.94%
CMYK 0.00% 24.89% 6.33%
7.06%

Color #EDB2DE in popluar number systems.

HEX ED B2 DE
Decimal 237 178 222
Binary 11101101 10110010 11011110
Octal 355 262 336

Shades and tints

Shades of #EDB2DE

#EDB2DE
(237,178,222)
#D8A2CA
(216,162,202)
#C392B6
(195,146,182)
#AE82A2
(174,130,162)
#99728E
(153,114,142)
#84627A
(132,98,122)
#6F5266
(111,82,102)
#5A4252
(90,66,82)
#45323E
(69,50,62)
#30222A
(48,34,42)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #EDB2DE

#EDB2DE
(237,178,222)
#EEB9E1
(238,185,225)
#EFC0E4
(239,192,228)
#F0C7E7
(240,199,231)
#F1CEEA
(241,206,234)
#F2D5ED
(242,213,237)
#F3DCF0
(243,220,240)
#F4E3F3
(244,227,243)
#F5EAF6
(245,234,246)
#F6F1F9
(246,241,249)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB2DE color. Also use rgb(237,178,222) instead hex code.

Text Font Color

.myTextColor { color: #EDB2DE; }

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

This text font color is #EDB2DE.

Background Color

.myBgColor { background-color: #EDB2DE; }

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

This div background color is #EDB2DE.

Border color

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

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

This div border color is #EDB2DE.

Opacity

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

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

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

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

This text has shadow with #EDB2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB2DE.

Preview

Color preview on black background

This text has color #EDB2DE on black background.


Color preview on white background

This text has color #EDB2DE on white background.


Black color preview on #EDB2DE background

This text has black color on #EDB2DE background.


White color preview on #EDB2DE background

This text has white color on #EDB2DE background.


Related colors

Complementary color

Complementary color for #hex is #124D21.


I love getcolorcode.com

Triadic colors

1 #DEEDB2 and #B2DEED with #EDB2DE are triadic colors.

2 #DEB2ED and #B2EDDE with #EDB2DE are triadic colors.