COLOR #EDD9FA

HEX: #EDD9FA
RGB: (237,217,250)

Renk bilgisi

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

RGB renk modeli

#EDD9FA color RGB value is (237,217,250).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 250 of 255 = 98%

237
217
250

R + G + B ~ 92%. #EDD9FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 250 = 704 (100%)
R 237 of 704 ~ 33.66%
G 217 of 704 ~ 30.82%
B 250 of 704 ~ 35.51%

%33.66
%30.82
%35.51

CMYK RENK MODELİ

#EDD9FA rengi CMYK tonu (5,13,0,2).

  • camgöbeği tonu 5.20%
  • eflatun tonu 13.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(5,13,0,2)
C5M13Y0K2 
(5%,13%,0%,2%)
(0.05/0.13/0.00/0.02)	

CMYK yüzdeleri

%5.2
%13.2
%0
%1.96

Codes

Color #EDD9FA in popluar color models

EDD9FA
RGB237217250
HSL276°76.74%91.57%
HSB/HSV276°13.20%98.04%
CMYK5.20%13.20%0.00%
1.96%

Color #EDD9FA in popluar number systems.

HEXEDD9FA
Decimal237217250
Binary111011011101100111111010
Octal355331372

Shades and tints

Shades of #EDD9FA

#EDD9FA
(237,217,250)
#D8C6E4
(216,198,228)
#C3B3CE
(195,179,206)
#AEA0B8
(174,160,184)
#998DA2
(153,141,162)
#847A8C
(132,122,140)
#6F6776
(111,103,118)
#5A5460
(90,84,96)
#45414A
(69,65,74)
#302E34
(48,46,52)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDD9FA

#EDD9FA
(237,217,250)
#EEDCFA
(238,220,250)
#EFDFFA
(239,223,250)
#F0E2FA
(240,226,250)
#F1E5FA
(241,229,250)
#F2E8FA
(242,232,250)
#F3EBFA
(243,235,250)
#F4EEFA
(244,238,250)
#F5F1FA
(245,241,250)
#F6F4FA
(246,244,250)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9FA; }

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

This text font color is #EDD9FA.


Background Color

.myBgColor { background-color: #EDD9FA; }

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

This div background color is #EDD9FA.


Border color

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

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

This div border color is #EDD9FA.


Opacity

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

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

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

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

This text has shadow with #EDD9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9FA on black background.


Color preview on white background

This text has color #EDD9FA on white background.



Black color preview on #EDD9FA background

This text has black color on #EDD9FA background.


White color preview on #EDD9FA background

This text has white color on #EDD9FA background.