COLOR #EDCDDD

HEX: #EDCDDD
RGB: (237,205,221)

Renk bilgisi

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

RGB renk modeli

#EDCDDD color RGB value is (237,205,221).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 205 of 255 = 80%
B 221 of 255 = 87%

237
205
221

R + G + B ~ 87%. #EDCDDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 205 + 221 = 663 (100%)
R 237 of 663 ~ 35.75%
G 205 of 663 ~ 30.92%
B 221 of 663 ~ 33.33%

%35.75
%30.92
%33.33

CMYK RENK MODELİ

#EDCDDD rengi CMYK tonu (0,14,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.50%
  • sarı tonu 6.75%
  • ana renk tonu 7.06%
CMYK:
(0,14,7,7)
C0M14Y7K7 
(0%,14%,7%,7%)
(0.00/0.14/0.07/0.07)	

CMYK yüzdeleri

%0
%13.5
%6.75
%7.06

Codes

Color #EDCDDD in popluar color models

EDCDDD
RGB237205221
HSL330°47.06%86.67%
HSB/HSV330°13.50%92.94%
CMYK0.00%13.50%6.75%
7.06%

Color #EDCDDD in popluar number systems.

HEXEDCDDD
Decimal237205221
Binary111011011100110111011101
Octal355315335

Shades and tints

Shades of #EDCDDD

#EDCDDD
(237,205,221)
#D8BBC9
(216,187,201)
#C3A9B5
(195,169,181)
#AE97A1
(174,151,161)
#99858D
(153,133,141)
#847379
(132,115,121)
#6F6165
(111,97,101)
#5A4F51
(90,79,81)
#453D3D
(69,61,61)
#302B29
(48,43,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDCDDD

#EDCDDD
(237,205,221)
#EED1E0
(238,209,224)
#EFD5E3
(239,213,227)
#F0D9E6
(240,217,230)
#F1DDE9
(241,221,233)
#F2E1EC
(242,225,236)
#F3E5EF
(243,229,239)
#F4E9F2
(244,233,242)
#F5EDF5
(245,237,245)
#F6F1F8
(246,241,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDDD; }

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

This text font color is #EDCDDD.


Background Color

.myBgColor { background-color: #EDCDDD; }

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

This div background color is #EDCDDD.


Border color

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

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

This div border color is #EDCDDD.


Opacity

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

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

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

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

This text has shadow with #EDCDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDDD on black background.


Color preview on white background

This text has color #EDCDDD on white background.



Black color preview on #EDCDDD background

This text has black color on #EDCDDD background.


White color preview on #EDCDDD background

This text has white color on #EDCDDD background.