COLOR #EDD5D8

HEX: #EDD5D8
RGB: (237,213,216)

Renk bilgisi

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

RGB renk modeli

#EDD5D8 color RGB value is (237,213,216).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 213 of 255 = 84%
B 216 of 255 = 85%

237
213
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 213 + 216 = 666 (100%)
R 237 of 666 ~ 35.59%
G 213 of 666 ~ 31.98%
B 216 of 666 ~ 32.43%

%35.59
%31.98
%32.43

CMYK RENK MODELİ

#EDD5D8 rengi CMYK tonu (0,10,9,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.13%
  • sarı tonu 8.86%
  • ana renk tonu 7.06%
CMYK:
(0,10,9,7)
C0M10Y9K7 
(0%,10%,9%,7%)
(0.00/0.10/0.09/0.07)	

CMYK yüzdeleri

%0
%10.13
%8.86
%7.06

Codes

Color #EDD5D8 in popluar color models

EDD5D8
RGB237213216
HSL353°40.00%88.24%
HSB/HSV353°10.13%92.94%
CMYK0.00%10.13%8.86%
7.06%

Color #EDD5D8 in popluar number systems.

HEXEDD5D8
Decimal237213216
Binary111011011101010111011000
Octal355325330

Shades and tints

Shades of #EDD5D8

#EDD5D8
(237,213,216)
#D8C2C5
(216,194,197)
#C3AFB2
(195,175,178)
#AE9C9F
(174,156,159)
#99898C
(153,137,140)
#847679
(132,118,121)
#6F6366
(111,99,102)
#5A5053
(90,80,83)
#453D40
(69,61,64)
#302A2D
(48,42,45)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDD5D8

#EDD5D8
(237,213,216)
#EED8DB
(238,216,219)
#EFDBDE
(239,219,222)
#F0DEE1
(240,222,225)
#F1E1E4
(241,225,228)
#F2E4E7
(242,228,231)
#F3E7EA
(243,231,234)
#F4EAED
(244,234,237)
#F5EDF0
(245,237,240)
#F6F0F3
(246,240,243)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5D8; }

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

This text font color is #EDD5D8.


Background Color

.myBgColor { background-color: #EDD5D8; }

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

This div background color is #EDD5D8.


Border color

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

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

This div border color is #EDD5D8.


Opacity

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

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

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

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

This text has shadow with #EDD5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5D8 on black background.


Color preview on white background

This text has color #EDD5D8 on white background.



Black color preview on #EDD5D8 background

This text has black color on #EDD5D8 background.


White color preview on #EDD5D8 background

This text has white color on #EDD5D8 background.