COLOR #EDDAF1

HEX: #EDDAF1
RGB: (237,218,241)

Renk bilgisi

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

RGB renk modeli

#EDDAF1 color RGB value is (237,218,241).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 218 of 255 = 85%
B 241 of 255 = 95%

237
218
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 218 + 241 = 696 (100%)
R 237 of 696 ~ 34.05%
G 218 of 696 ~ 31.32%
B 241 of 696 ~ 34.63%

%34.05
%31.32
%34.63

CMYK RENK MODELİ

#EDDAF1 rengi CMYK tonu (2,10,0,5).

  • camgöbeği tonu 1.66%
  • eflatun tonu 9.54%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(2,10,0,5)
C2M10Y0K5 
(2%,10%,0%,5%)
(0.02/0.10/0.00/0.05)	

CMYK yüzdeleri

%1.66
%9.54
%0
%5.49

Codes

Color #EDDAF1 in popluar color models

EDDAF1
RGB237218241
HSL290°45.10%90.00%
HSB/HSV290°9.54%94.51%
CMYK1.66%9.54%0.00%
5.49%

Color #EDDAF1 in popluar number systems.

HEXEDDAF1
Decimal237218241
Binary111011011101101011110001
Octal355332361

Shades and tints

Shades of #EDDAF1

#EDDAF1
(237,218,241)
#D8C7DC
(216,199,220)
#C3B4C7
(195,180,199)
#AEA1B2
(174,161,178)
#998E9D
(153,142,157)
#847B88
(132,123,136)
#6F6873
(111,104,115)
#5A555E
(90,85,94)
#454249
(69,66,73)
#302F34
(48,47,52)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #EDDAF1

#EDDAF1
(237,218,241)
#EEDDF2
(238,221,242)
#EFE0F3
(239,224,243)
#F0E3F4
(240,227,244)
#F1E6F5
(241,230,245)
#F2E9F6
(242,233,246)
#F3ECF7
(243,236,247)
#F4EFF8
(244,239,248)
#F5F2F9
(245,242,249)
#F6F5FA
(246,245,250)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDAF1; }

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

This text font color is #EDDAF1.


Background Color

.myBgColor { background-color: #EDDAF1; }

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

This div background color is #EDDAF1.


Border color

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

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

This div border color is #EDDAF1.


Opacity

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

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

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

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

This text has shadow with #EDDAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDAF1 on black background.


Color preview on white background

This text has color #EDDAF1 on white background.



Black color preview on #EDDAF1 background

This text has black color on #EDDAF1 background.


White color preview on #EDDAF1 background

This text has white color on #EDDAF1 background.