COLOR #EDB8EE

HEX: #EDB8EE RGB: (237,184,238)

Color info

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

RGB color model

#EDB8EE color RGB value is (237,184,238).

RGB: (237,184,238) (93%, 72%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 238 of 255 = 93%

237
184
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 184 + 238 = 659 (100%)
R 237 of 659 ~ 35.96%
G 184 of 659 ~ 27.92%
B 238 of 659 ~ 36.12'%

%35.96
%27.92
%36.12

CMYK color model

#EDB8EE color CMYK value is (0,23,0,7).

  • cyan value is 0.42%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (0,23,0,7)
C0M23Y0K7 (0%, 23%, 0%, 7%)
(0.00 / 0.23 / 0.00 / 0.07)

CMYK percentages

%0.42
%22.69
%0
%6.67

Codes

Color #EDB8EE in popluar color models

ED B8 EE
RGB 237 184 238
HSL 299° 61.36% 82.75%
HSB/HSV 299° 22.69% 93.33%
CMYK 0.42% 22.69% 0.00%
6.67%

Color #EDB8EE in popluar number systems.

HEX ED B8 EE
Decimal 237 184 238
Binary 11101101 10111000 11101110
Octal 355 270 356

Shades and tints

Shades of #EDB8EE

#EDB8EE
(237,184,238)
#D8A8D9
(216,168,217)
#C398C4
(195,152,196)
#AE88AF
(174,136,175)
#99789A
(153,120,154)
#846885
(132,104,133)
#6F5870
(111,88,112)
#5A485B
(90,72,91)
#453846
(69,56,70)
#302831
(48,40,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDB8EE

#EDB8EE
(237,184,238)
#EEBEEF
(238,190,239)
#EFC4F0
(239,196,240)
#F0CAF1
(240,202,241)
#F1D0F2
(241,208,242)
#F2D6F3
(242,214,243)
#F3DCF4
(243,220,244)
#F4E2F5
(244,226,245)
#F5E8F6
(245,232,246)
#F6EEF7
(246,238,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB8EE color. Also use rgb(237,184,238) instead hex code.

Text Font Color

.myTextColor { color: #EDB8EE; }

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

This text font color is #EDB8EE.

Background Color

.myBgColor { background-color: #EDB8EE; }

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

This div background color is #EDB8EE.

Border color

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

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

This div border color is #EDB8EE.

Opacity

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

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

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

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

This text has shadow with #EDB8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB8EE.

Preview

Color preview on black background

This text has color #EDB8EE on black background.


Color preview on white background

This text has color #EDB8EE on white background.


Black color preview on #EDB8EE background

This text has black color on #EDB8EE background.


White color preview on #EDB8EE background

This text has white color on #EDB8EE background.


Related colors

Complementary color

Complementary color for #hex is #124711.


I love getcolorcode.com

Triadic colors

1 #EEEDB8 and #B8EEED with #EDB8EE are triadic colors.

2 #EEB8ED and #B8EDEE with #EDB8EE are triadic colors.