COLOR #EDD4F1

HEX: #EDD4F1
RGB: (237,212,241)

Renk bilgisi

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

RGB renk modeli

#EDD4F1 color RGB value is (237,212,241).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 212 of 255 = 83%
B 241 of 255 = 95%

237
212
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 212 + 241 = 690 (100%)
R 237 of 690 ~ 34.35%
G 212 of 690 ~ 30.72%
B 241 of 690 ~ 34.93%

%34.35
%30.72
%34.93

CMYK RENK MODELİ

#EDD4F1 rengi CMYK tonu (2,12,0,5).

  • camgöbeği tonu 1.66%
  • eflatun tonu 12.03%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(2,12,0,5)
C2M12Y0K5 
(2%,12%,0%,5%)
(0.02/0.12/0.00/0.05)	

CMYK yüzdeleri

%1.66
%12.03
%0
%5.49

Codes

Color #EDD4F1 in popluar color models

EDD4F1
RGB237212241
HSL292°50.88%88.82%
HSB/HSV292°12.03%94.51%
CMYK1.66%12.03%0.00%
5.49%

Color #EDD4F1 in popluar number systems.

HEXEDD4F1
Decimal237212241
Binary111011011101010011110001
Octal355324361

Shades and tints

Shades of #EDD4F1

#EDD4F1
(237,212,241)
#D8C1DC
(216,193,220)
#C3AEC7
(195,174,199)
#AE9BB2
(174,155,178)
#99889D
(153,136,157)
#847588
(132,117,136)
#6F6273
(111,98,115)
#5A4F5E
(90,79,94)
#453C49
(69,60,73)
#302934
(48,41,52)
#1B161F
(27,22,31)
#000000
(0,0,0)

Tints of #EDD4F1

#EDD4F1
(237,212,241)
#EED7F2
(238,215,242)
#EFDAF3
(239,218,243)
#F0DDF4
(240,221,244)
#F1E0F5
(241,224,245)
#F2E3F6
(242,227,246)
#F3E6F7
(243,230,247)
#F4E9F8
(244,233,248)
#F5ECF9
(245,236,249)
#F6EFFA
(246,239,250)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4F1; }

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

This text font color is #EDD4F1.


Background Color

.myBgColor { background-color: #EDD4F1; }

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

This div background color is #EDD4F1.


Border color

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

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

This div border color is #EDD4F1.


Opacity

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

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

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

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

This text has shadow with #EDD4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4F1 on black background.


Color preview on white background

This text has color #EDD4F1 on white background.



Black color preview on #EDD4F1 background

This text has black color on #EDD4F1 background.


White color preview on #EDD4F1 background

This text has white color on #EDD4F1 background.