COLOR #EDD8DF

HEX: #EDD8DF
RGB: (237,216,223)

Renk bilgisi

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

RGB renk modeli

#EDD8DF color RGB value is (237,216,223).

  • kırmız ton 237;
  • yeşil ton 216;
  • mavi ton 223.
RGB:
(237,216,223)
(93%,85%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 216 of 255 = 85%
B 223 of 255 = 87%

237
216
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 216 + 223 = 676 (100%)
R 237 of 676 ~ 35.06%
G 216 of 676 ~ 31.95%
B 223 of 676 ~ 32.99%

%35.06
%31.95
%32.99

CMYK RENK MODELİ

#EDD8DF rengi CMYK tonu (0,9,6,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.86%
  • sarı tonu 5.91%
  • ana renk tonu 7.06%
CMYK:
(0,9,6,7)
C0M9Y6K7 
(0%,9%,6%,7%)
(0.00/0.09/0.06/0.07)	

CMYK yüzdeleri

%0
%8.86
%5.91
%7.06

Codes

Color #EDD8DF in popluar color models

EDD8DF
RGB237216223
HSL340°36.84%88.82%
HSB/HSV340°8.86%92.94%
CMYK0.00%8.86%5.91%
7.06%

Color #EDD8DF in popluar number systems.

HEXEDD8DF
Decimal237216223
Binary111011011101100011011111
Octal355330337

Shades and tints

Shades of #EDD8DF

#EDD8DF
(237,216,223)
#D8C5CB
(216,197,203)
#C3B2B7
(195,178,183)
#AE9FA3
(174,159,163)
#998C8F
(153,140,143)
#84797B
(132,121,123)
#6F6667
(111,102,103)
#5A5353
(90,83,83)
#45403F
(69,64,63)
#302D2B
(48,45,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDD8DF

#EDD8DF
(237,216,223)
#EEDBE1
(238,219,225)
#EFDEE3
(239,222,227)
#F0E1E5
(240,225,229)
#F1E4E7
(241,228,231)
#F2E7E9
(242,231,233)
#F3EAEB
(243,234,235)
#F4EDED
(244,237,237)
#F5F0EF
(245,240,239)
#F6F3F1
(246,243,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8DF; }

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

This text font color is #EDD8DF.


Background Color

.myBgColor { background-color: #EDD8DF; }

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

This div background color is #EDD8DF.


Border color

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

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

This div border color is #EDD8DF.


Opacity

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

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

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

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

This text has shadow with #EDD8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8DF on black background.


Color preview on white background

This text has color #EDD8DF on white background.



Black color preview on #EDD8DF background

This text has black color on #EDD8DF background.


White color preview on #EDD8DF background

This text has white color on #EDD8DF background.