COLOR #EDD4FD

HEX: #EDD4FD
RGB: (237,212,253)

Renk bilgisi

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

RGB renk modeli

#EDD4FD color RGB value is (237,212,253).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 212 of 255 = 83%
B 253 of 255 = 99%

237
212
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 212 + 253 = 702 (100%)
R 237 of 702 ~ 33.76%
G 212 of 702 ~ 30.2%
B 253 of 702 ~ 36.04%

%33.76
%30.2
%36.04

CMYK RENK MODELİ

#EDD4FD rengi CMYK tonu (6,16,0,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 16.21%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(6,16,0,1)
C6M16Y0K1 
(6%,16%,0%,1%)
(0.06/0.16/0.00/0.01)	

CMYK yüzdeleri

%6.32
%16.21
%0
%0.78

Codes

Color #EDD4FD in popluar color models

EDD4FD
RGB237212253
HSL277°91.11%91.18%
HSB/HSV277°16.21%99.22%
CMYK6.32%16.21%0.00%
0.78%

Color #EDD4FD in popluar number systems.

HEXEDD4FD
Decimal237212253
Binary111011011101010011111101
Octal355324375

Shades and tints

Shades of #EDD4FD

#EDD4FD
(237,212,253)
#D8C1E6
(216,193,230)
#C3AECF
(195,174,207)
#AE9BB8
(174,155,184)
#9988A1
(153,136,161)
#84758A
(132,117,138)
#6F6273
(111,98,115)
#5A4F5C
(90,79,92)
#453C45
(69,60,69)
#30292E
(48,41,46)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDD4FD

#EDD4FD
(237,212,253)
#EED7FD
(238,215,253)
#EFDAFD
(239,218,253)
#F0DDFD
(240,221,253)
#F1E0FD
(241,224,253)
#F2E3FD
(242,227,253)
#F3E6FD
(243,230,253)
#F4E9FD
(244,233,253)
#F5ECFD
(245,236,253)
#F6EFFD
(246,239,253)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4FD; }

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

This text font color is #EDD4FD.


Background Color

.myBgColor { background-color: #EDD4FD; }

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

This div background color is #EDD4FD.


Border color

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

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

This div border color is #EDD4FD.


Opacity

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

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

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

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

This text has shadow with #EDD4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4FD on black background.


Color preview on white background

This text has color #EDD4FD on white background.



Black color preview on #EDD4FD background

This text has black color on #EDD4FD background.


White color preview on #EDD4FD background

This text has white color on #EDD4FD background.