COLOR #EDCCEF

HEX: #EDCCEF RGB: (237,204,239)

Color info

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

RGB color model

#EDCCEF color RGB value is (237,204,239).

RGB: (237,204,239) (93%, 80%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 239 of 255 = 94%

237
204
239

R + G + B ~ 89%. #EDCCEF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 204 + 239 = 680 (100%)
R 237 of 680 ~ 34.85%
G 204 of 680 ~ 30%
B 239 of 680 ~ 35.15'%

%34.85
%30
%35.15

CMYK color model

#EDCCEF color CMYK value is (1,15,0,6).

  • cyan value is 0.84%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,15,0,6)
C1M15Y0K6 (1%, 15%, 0%, 6%)
(0.01 / 0.15 / 0.00 / 0.06)

CMYK percentages

%0.84
%14.64
%0
%6.27

Codes

Color #EDCCEF in popluar color models

ED CC EF
RGB 237 204 239
HSL 297° 52.24% 86.86%
HSB/HSV 297° 14.64% 93.73%
CMYK 0.84% 14.64% 0.00%
6.27%

Color #EDCCEF in popluar number systems.

HEX ED CC EF
Decimal 237 204 239
Binary 11101101 11001100 11101111
Octal 355 314 357

Shades and tints

Shades of #EDCCEF

#EDCCEF
(237,204,239)
#D8BADA
(216,186,218)
#C3A8C5
(195,168,197)
#AE96B0
(174,150,176)
#99849B
(153,132,155)
#847286
(132,114,134)
#6F6071
(111,96,113)
#5A4E5C
(90,78,92)
#453C47
(69,60,71)
#302A32
(48,42,50)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #EDCCEF

#EDCCEF
(237,204,239)
#EED0F0
(238,208,240)
#EFD4F1
(239,212,241)
#F0D8F2
(240,216,242)
#F1DCF3
(241,220,243)
#F2E0F4
(242,224,244)
#F3E4F5
(243,228,245)
#F4E8F6
(244,232,246)
#F5ECF7
(245,236,247)
#F6F0F8
(246,240,248)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCEF; }

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

This text font color is #EDCCEF.

Background Color

.myBgColor { background-color: #EDCCEF; }

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

This div background color is #EDCCEF.

Border color

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

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

This div border color is #EDCCEF.

Opacity

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

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

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

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

This text has shadow with #EDCCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCCEF.

Preview

Color preview on black background

This text has color #EDCCEF on black background.


Color preview on white background

This text has color #EDCCEF on white background.


Black color preview on #EDCCEF background

This text has black color on #EDCCEF background.


White color preview on #EDCCEF background

This text has white color on #EDCCEF background.


Related colors

Complementary color

Complementary color for #hex is #123310.


I love getcolorcode.com

Triadic colors

1 #EFEDCC and #CCEFED with #EDCCEF are triadic colors.

2 #EFCCED and #CCEDEF with #EDCCEF are triadic colors.