COLOR #EDD9E4

HEX: #EDD9E4
RGB: (237,217,228)

Renk bilgisi

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

RGB renk modeli

#EDD9E4 color RGB value is (237,217,228).

  • kırmız ton 237;
  • yeşil ton 217;
  • mavi ton 228.
RGB:
(237,217,228)
(93%,85%,89%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 228 of 255 = 89%

237
217
228

R + G + B ~ 89%. #EDD9E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 228 = 682 (100%)
R 237 of 682 ~ 34.75%
G 217 of 682 ~ 31.82%
B 228 of 682 ~ 33.43%

%34.75
%31.82
%33.43

CMYK RENK MODELİ

#EDD9E4 rengi CMYK tonu (0,8,4,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.44%
  • sarı tonu 3.80%
  • ana renk tonu 7.06%
CMYK:
(0,8,4,7)
C0M8Y4K7 
(0%,8%,4%,7%)
(0.00/0.08/0.04/0.07)	

CMYK yüzdeleri

%0
%8.44
%3.8
%7.06

Codes

Color #EDD9E4 in popluar color models

EDD9E4
RGB237217228
HSL327°35.71%89.02%
HSB/HSV327°8.44%92.94%
CMYK0.00%8.44%3.80%
7.06%

Color #EDD9E4 in popluar number systems.

HEXEDD9E4
Decimal237217228
Binary111011011101100111100100
Octal355331344

Shades and tints

Shades of #EDD9E4

#EDD9E4
(237,217,228)
#D8C6D0
(216,198,208)
#C3B3BC
(195,179,188)
#AEA0A8
(174,160,168)
#998D94
(153,141,148)
#847A80
(132,122,128)
#6F676C
(111,103,108)
#5A5458
(90,84,88)
#454144
(69,65,68)
#302E30
(48,46,48)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #EDD9E4

#EDD9E4
(237,217,228)
#EEDCE6
(238,220,230)
#EFDFE8
(239,223,232)
#F0E2EA
(240,226,234)
#F1E5EC
(241,229,236)
#F2E8EE
(242,232,238)
#F3EBF0
(243,235,240)
#F4EEF2
(244,238,242)
#F5F1F4
(245,241,244)
#F6F4F6
(246,244,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9E4 color. Also use rgb(237,217,228) instead hex code.

Text Font Color

.myTextColor { color: #EDD9E4; }

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

This text font color is #EDD9E4.


Background Color

.myBgColor { background-color: #EDD9E4; }

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

This div background color is #EDD9E4.


Border color

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

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

This div border color is #EDD9E4.


Opacity

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

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

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

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

This text has shadow with #EDD9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9E4 on black background.


Color preview on white background

This text has color #EDD9E4 on white background.



Black color preview on #EDD9E4 background

This text has black color on #EDD9E4 background.


White color preview on #EDD9E4 background

This text has white color on #EDD9E4 background.