COLOR #EDD8FD

HEX: #EDD8FD
RGB: (237,216,253)

Renk bilgisi

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

RGB renk modeli

#EDD8FD color RGB value is (237,216,253).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 216 of 255 = 85%
B 253 of 255 = 99%

237
216
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 216 + 253 = 706 (100%)
R 237 of 706 ~ 33.57%
G 216 of 706 ~ 30.59%
B 253 of 706 ~ 35.84%

%33.57
%30.59
%35.84

CMYK RENK MODELİ

#EDD8FD rengi CMYK tonu (6,15,0,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 14.62%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(6,15,0,1)
C6M15Y0K1 
(6%,15%,0%,1%)
(0.06/0.15/0.00/0.01)	

CMYK yüzdeleri

%6.32
%14.62
%0
%0.78

Codes

Color #EDD8FD in popluar color models

EDD8FD
RGB237216253
HSL274°90.24%91.96%
HSB/HSV274°14.62%99.22%
CMYK6.32%14.62%0.00%
0.78%

Color #EDD8FD in popluar number systems.

HEXEDD8FD
Decimal237216253
Binary111011011101100011111101
Octal355330375

Shades and tints

Shades of #EDD8FD

#EDD8FD
(237,216,253)
#D8C5E6
(216,197,230)
#C3B2CF
(195,178,207)
#AE9FB8
(174,159,184)
#998CA1
(153,140,161)
#84798A
(132,121,138)
#6F6673
(111,102,115)
#5A535C
(90,83,92)
#454045
(69,64,69)
#302D2E
(48,45,46)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDD8FD

#EDD8FD
(237,216,253)
#EEDBFD
(238,219,253)
#EFDEFD
(239,222,253)
#F0E1FD
(240,225,253)
#F1E4FD
(241,228,253)
#F2E7FD
(242,231,253)
#F3EAFD
(243,234,253)
#F4EDFD
(244,237,253)
#F5F0FD
(245,240,253)
#F6F3FD
(246,243,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8FD; }

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

This text font color is #EDD8FD.


Background Color

.myBgColor { background-color: #EDD8FD; }

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

This div background color is #EDD8FD.


Border color

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

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

This div border color is #EDD8FD.


Opacity

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

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

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

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

This text has shadow with #EDD8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8FD on black background.


Color preview on white background

This text has color #EDD8FD on white background.



Black color preview on #EDD8FD background

This text has black color on #EDD8FD background.


White color preview on #EDD8FD background

This text has white color on #EDD8FD background.