COLOR #EDD4E2

HEX: #EDD4E2
RGB: (237,212,226)

Renk bilgisi

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

RGB renk modeli

#EDD4E2 color RGB value is (237,212,226).

  • kırmız ton 237;
  • yeşil ton 212;
  • mavi ton 226.
RGB:
(237,212,226)
(93%,83%,89%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 212 of 255 = 83%
B 226 of 255 = 89%

237
212
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 212 + 226 = 675 (100%)
R 237 of 675 ~ 35.11%
G 212 of 675 ~ 31.41%
B 226 of 675 ~ 33.48%

%35.11
%31.41
%33.48

CMYK RENK MODELİ

#EDD4E2 rengi CMYK tonu (0,11,5,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.55%
  • sarı tonu 4.64%
  • ana renk tonu 7.06%
CMYK:
(0,11,5,7)
C0M11Y5K7 
(0%,11%,5%,7%)
(0.00/0.11/0.05/0.07)	

CMYK yüzdeleri

%0
%10.55
%4.64
%7.06

Codes

Color #EDD4E2 in popluar color models

EDD4E2
RGB237212226
HSL326°40.98%88.04%
HSB/HSV326°10.55%92.94%
CMYK0.00%10.55%4.64%
7.06%

Color #EDD4E2 in popluar number systems.

HEXEDD4E2
Decimal237212226
Binary111011011101010011100010
Octal355324342

Shades and tints

Shades of #EDD4E2

#EDD4E2
(237,212,226)
#D8C1CE
(216,193,206)
#C3AEBA
(195,174,186)
#AE9BA6
(174,155,166)
#998892
(153,136,146)
#84757E
(132,117,126)
#6F626A
(111,98,106)
#5A4F56
(90,79,86)
#453C42
(69,60,66)
#30292E
(48,41,46)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #EDD4E2

#EDD4E2
(237,212,226)
#EED7E4
(238,215,228)
#EFDAE6
(239,218,230)
#F0DDE8
(240,221,232)
#F1E0EA
(241,224,234)
#F2E3EC
(242,227,236)
#F3E6EE
(243,230,238)
#F4E9F0
(244,233,240)
#F5ECF2
(245,236,242)
#F6EFF4
(246,239,244)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD4E2 color. Also use rgb(237,212,226) instead hex code.

Text Font Color

.myTextColor { color: #EDD4E2; }

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

This text font color is #EDD4E2.


Background Color

.myBgColor { background-color: #EDD4E2; }

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

This div background color is #EDD4E2.


Border color

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

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

This div border color is #EDD4E2.


Opacity

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

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

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

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

This text has shadow with #EDD4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4E2 on black background.


Color preview on white background

This text has color #EDD4E2 on white background.



Black color preview on #EDD4E2 background

This text has black color on #EDD4E2 background.


White color preview on #EDD4E2 background

This text has white color on #EDD4E2 background.