COLOR #EDD9EE

HEX: #EDD9EE
RGB: (237,217,238)

Renk bilgisi

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

RGB renk modeli

#EDD9EE color RGB value is (237,217,238).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 238 of 255 = 93%

237
217
238

R + G + B ~ 90%. #EDD9EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 238 = 692 (100%)
R 237 of 692 ~ 34.25%
G 217 of 692 ~ 31.36%
B 238 of 692 ~ 34.39%

%34.25
%31.36
%34.39

CMYK RENK MODELİ

#EDD9EE rengi CMYK tonu (0,9,0,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(0,9,0,7)
C0M9Y0K7 
(0%,9%,0%,7%)
(0.00/0.09/0.00/0.07)	

CMYK yüzdeleri

%0.42
%8.82
%0
%6.67

Codes

Color #EDD9EE in popluar color models

EDD9EE
RGB237217238
HSL297°38.18%89.22%
HSB/HSV297°8.82%93.33%
CMYK0.42%8.82%0.00%
6.67%

Color #EDD9EE in popluar number systems.

HEXEDD9EE
Decimal237217238
Binary111011011101100111101110
Octal355331356

Shades and tints

Shades of #EDD9EE

#EDD9EE
(237,217,238)
#D8C6D9
(216,198,217)
#C3B3C4
(195,179,196)
#AEA0AF
(174,160,175)
#998D9A
(153,141,154)
#847A85
(132,122,133)
#6F6770
(111,103,112)
#5A545B
(90,84,91)
#454146
(69,65,70)
#302E31
(48,46,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #EDD9EE

#EDD9EE
(237,217,238)
#EEDCEF
(238,220,239)
#EFDFF0
(239,223,240)
#F0E2F1
(240,226,241)
#F1E5F2
(241,229,242)
#F2E8F3
(242,232,243)
#F3EBF4
(243,235,244)
#F4EEF5
(244,238,245)
#F5F1F6
(245,241,246)
#F6F4F7
(246,244,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9EE; }

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

This text font color is #EDD9EE.


Background Color

.myBgColor { background-color: #EDD9EE; }

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

This div background color is #EDD9EE.


Border color

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

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

This div border color is #EDD9EE.


Opacity

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

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

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

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

This text has shadow with #EDD9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9EE on black background.


Color preview on white background

This text has color #EDD9EE on white background.



Black color preview on #EDD9EE background

This text has black color on #EDD9EE background.


White color preview on #EDD9EE background

This text has white color on #EDD9EE background.