COLOR #EDCCD8

HEX: #EDCCD8 RGB: (237,204,216)

Color info

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

RGB color model

#EDCCD8 color RGB value is (237,204,216).

RGB: (237,204,216) (93%, 80%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 216 of 255 = 85%

237
204
216

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

Portions of RGB colors in percentages

R + G + B = 237 + 204 + 216 = 657 (100%)
R 237 of 657 ~ 36.07%
G 204 of 657 ~ 31.05%
B 216 of 657 ~ 32.88'%

%36.07
%31.05
%32.88

CMYK color model

#EDCCD8 color CMYK value is (0,14,9,7).

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

CMYK: (0,14,9,7)
C0M14Y9K7 (0%, 14%, 9%, 7%)
(0.00 / 0.14 / 0.09 / 0.07)

CMYK percentages

%0
%13.92
%8.86
%7.06

Codes

Color #EDCCD8 in popluar color models

ED CC D8
RGB 237 204 216
HSL 338° 47.83% 86.47%
HSB/HSV 338° 13.92% 92.94%
CMYK 0.00% 13.92% 8.86%
7.06%

Color #EDCCD8 in popluar number systems.

HEX ED CC D8
Decimal 237 204 216
Binary 11101101 11001100 11011000
Octal 355 314 330

Shades and tints

Shades of #EDCCD8

#EDCCD8
(237,204,216)
#D8BAC5
(216,186,197)
#C3A8B2
(195,168,178)
#AE969F
(174,150,159)
#99848C
(153,132,140)
#847279
(132,114,121)
#6F6066
(111,96,102)
#5A4E53
(90,78,83)
#453C40
(69,60,64)
#302A2D
(48,42,45)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDCCD8

#EDCCD8
(237,204,216)
#EED0DB
(238,208,219)
#EFD4DE
(239,212,222)
#F0D8E1
(240,216,225)
#F1DCE4
(241,220,228)
#F2E0E7
(242,224,231)
#F3E4EA
(243,228,234)
#F4E8ED
(244,232,237)
#F5ECF0
(245,236,240)
#F6F0F3
(246,240,243)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCD8; }

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

This text font color is #EDCCD8.

Background Color

.myBgColor { background-color: #EDCCD8; }

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

This div background color is #EDCCD8.

Border color

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

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

This div border color is #EDCCD8.

Opacity

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

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

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

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

This text has shadow with #EDCCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCCD8.

Preview

Color preview on black background

This text has color #EDCCD8 on black background.


Color preview on white background

This text has color #EDCCD8 on white background.


Black color preview on #EDCCD8 background

This text has black color on #EDCCD8 background.


White color preview on #EDCCD8 background

This text has white color on #EDCCD8 background.


Related colors

Complementary color

Complementary color for #hex is #123327.


I love getcolorcode.com

Triadic colors

1 #D8EDCC and #CCD8ED with #EDCCD8 are triadic colors.

2 #D8CCED and #CCEDD8 with #EDCCD8 are triadic colors.