COLOR #EDD1FD

HEX: #EDD1FD
RGB: (237,209,253)

Renk bilgisi

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

RGB renk modeli

#EDD1FD color RGB value is (237,209,253).

  • kırmız ton 237;
  • yeşil ton 209;
  • mavi ton 253.
RGB:
(237,209,253)
(93%,82%,99%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 209 of 255 = 82%
B 253 of 255 = 99%

237
209
253

R + G + B ~ 91%. #EDD1FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 209 + 253 = 699 (100%)
R 237 of 699 ~ 33.91%
G 209 of 699 ~ 29.9%
B 253 of 699 ~ 36.19%

%33.91
%29.9
%36.19

CMYK RENK MODELİ

#EDD1FD rengi CMYK tonu (6,17,0,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 17.39%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(6,17,0,1)
C6M17Y0K1 
(6%,17%,0%,1%)
(0.06/0.17/0.00/0.01)	

CMYK yüzdeleri

%6.32
%17.39
%0
%0.78

Codes

Color #EDD1FD in popluar color models

EDD1FD
RGB237209253
HSL278°91.67%90.59%
HSB/HSV278°17.39%99.22%
CMYK6.32%17.39%0.00%
0.78%

Color #EDD1FD in popluar number systems.

HEXEDD1FD
Decimal237209253
Binary111011011101000111111101
Octal355321375

Shades and tints

Shades of #EDD1FD

#EDD1FD
(237,209,253)
#D8BEE6
(216,190,230)
#C3ABCF
(195,171,207)
#AE98B8
(174,152,184)
#9985A1
(153,133,161)
#84728A
(132,114,138)
#6F5F73
(111,95,115)
#5A4C5C
(90,76,92)
#453945
(69,57,69)
#30262E
(48,38,46)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #EDD1FD

#EDD1FD
(237,209,253)
#EED5FD
(238,213,253)
#EFD9FD
(239,217,253)
#F0DDFD
(240,221,253)
#F1E1FD
(241,225,253)
#F2E5FD
(242,229,253)
#F3E9FD
(243,233,253)
#F4EDFD
(244,237,253)
#F5F1FD
(245,241,253)
#F6F5FD
(246,245,253)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD1FD color. Also use rgb(237,209,253) instead hex code.

Text Font Color

.myTextColor { color: #EDD1FD; }

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

This text font color is #EDD1FD.


Background Color

.myBgColor { background-color: #EDD1FD; }

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

This div background color is #EDD1FD.


Border color

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

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

This div border color is #EDD1FD.


Opacity

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

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

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

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

This text has shadow with #EDD1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD1FD on black background.


Color preview on white background

This text has color #EDD1FD on white background.



Black color preview on #EDD1FD background

This text has black color on #EDD1FD background.


White color preview on #EDD1FD background

This text has white color on #EDD1FD background.