COLOR #EDCCEB

HEX: #EDCCEB RGB: (237,204,235)

Color info

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

RGB color model

#EDCCEB color RGB value is (237,204,235).

RGB: (237,204,235) (93%, 80%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 235 of 255 = 92%

237
204
235

R + G + B ~ 88%. #EDCCEB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 204 + 235 = 676 (100%)
R 237 of 676 ~ 35.06%
G 204 of 676 ~ 30.18%
B 235 of 676 ~ 34.76'%

%35.06
%30.18
%34.76

CMYK color model

#EDCCEB color CMYK value is (0,14,1,7).

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

CMYK: (0,14,1,7)
C0M14Y1K7 (0%, 14%, 1%, 7%)
(0.00 / 0.14 / 0.01 / 0.07)

CMYK percentages

%0
%13.92
%0.84
%7.06

Codes

Color #EDCCEB in popluar color models

ED CC EB
RGB 237 204 235
HSL 304° 47.83% 86.47%
HSB/HSV 304° 13.92% 92.94%
CMYK 0.00% 13.92% 0.84%
7.06%

Color #EDCCEB in popluar number systems.

HEX ED CC EB
Decimal 237 204 235
Binary 11101101 11001100 11101011
Octal 355 314 353

Shades and tints

Shades of #EDCCEB

#EDCCEB
(237,204,235)
#D8BAD6
(216,186,214)
#C3A8C1
(195,168,193)
#AE96AC
(174,150,172)
#998497
(153,132,151)
#847282
(132,114,130)
#6F606D
(111,96,109)
#5A4E58
(90,78,88)
#453C43
(69,60,67)
#302A2E
(48,42,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDCCEB

#EDCCEB
(237,204,235)
#EED0EC
(238,208,236)
#EFD4ED
(239,212,237)
#F0D8EE
(240,216,238)
#F1DCEF
(241,220,239)
#F2E0F0
(242,224,240)
#F3E4F1
(243,228,241)
#F4E8F2
(244,232,242)
#F5ECF3
(245,236,243)
#F6F0F4
(246,240,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCEB; }

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

This text font color is #EDCCEB.

Background Color

.myBgColor { background-color: #EDCCEB; }

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

This div background color is #EDCCEB.

Border color

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

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

This div border color is #EDCCEB.

Opacity

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

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

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

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

This text has shadow with #EDCCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCCEB.

Preview

Color preview on black background

This text has color #EDCCEB on black background.


Color preview on white background

This text has color #EDCCEB on white background.


Black color preview on #EDCCEB background

This text has black color on #EDCCEB background.


White color preview on #EDCCEB background

This text has white color on #EDCCEB background.


Related colors

Complementary color

Complementary color for #hex is #123314.


I love getcolorcode.com

Triadic colors

1 #EBEDCC and #CCEBED with #EDCCEB are triadic colors.

2 #EBCCED and #CCEDEB with #EDCCEB are triadic colors.