COLOR #EDC8DD

HEX: #EDC8DD
RGB: (237,200,221)

Renk bilgisi

#EDC8DD contains red, green and blue colors in about the same proportion. #EDC8DD ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EDC8DD color RGB value is (237,200,221).

  • kırmız ton 237;
  • yeşil ton 200;
  • mavi ton 221.
RGB:
(237,200,221)
(93%,78%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 200 of 255 = 78%
B 221 of 255 = 87%

237
200
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 200 + 221 = 658 (100%)
R 237 of 658 ~ 36.02%
G 200 of 658 ~ 30.4%
B 221 of 658 ~ 33.59%

%36.02
%30.4
%33.59

CMYK RENK MODELİ

#EDC8DD rengi CMYK tonu (0,16,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.61%
  • sarı tonu 6.75%
  • ana renk tonu 7.06%
CMYK:
(0,16,7,7)
C0M16Y7K7 
(0%,16%,7%,7%)
(0.00/0.16/0.07/0.07)	

CMYK yüzdeleri

%0
%15.61
%6.75
%7.06

Codes

Color #EDC8DD in popluar color models

EDC8DD
RGB237200221
HSL326°50.68%85.69%
HSB/HSV326°15.61%92.94%
CMYK0.00%15.61%6.75%
7.06%

Color #EDC8DD in popluar number systems.

HEXEDC8DD
Decimal237200221
Binary111011011100100011011101
Octal355310335

Shades and tints

Shades of #EDC8DD

#EDC8DD
(237,200,221)
#D8B6C9
(216,182,201)
#C3A4B5
(195,164,181)
#AE92A1
(174,146,161)
#99808D
(153,128,141)
#846E79
(132,110,121)
#6F5C65
(111,92,101)
#5A4A51
(90,74,81)
#45383D
(69,56,61)
#302629
(48,38,41)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #EDC8DD

#EDC8DD
(237,200,221)
#EECDE0
(238,205,224)
#EFD2E3
(239,210,227)
#F0D7E6
(240,215,230)
#F1DCE9
(241,220,233)
#F2E1EC
(242,225,236)
#F3E6EF
(243,230,239)
#F4EBF2
(244,235,242)
#F5F0F5
(245,240,245)
#F6F5F8
(246,245,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC8DD color. Also use rgb(237,200,221) instead hex code.

Text Font Color

.myTextColor { color: #EDC8DD; }

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

This text font color is #EDC8DD.


Background Color

.myBgColor { background-color: #EDC8DD; }

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

This div background color is #EDC8DD.


Border color

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

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

This div border color is #EDC8DD.


Opacity

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

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

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

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

This text has shadow with #EDC8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8DD on black background.


Color preview on white background

This text has color #EDC8DD on white background.



Black color preview on #EDC8DD background

This text has black color on #EDC8DD background.


White color preview on #EDC8DD background

This text has white color on #EDC8DD background.