COLOR #EDE1FA

HEX: #EDE1FA
RGB: (237,225,250)

Renk bilgisi

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

RGB renk modeli

#EDE1FA color RGB value is (237,225,250).

  • kırmız ton 237;
  • yeşil ton 225;
  • mavi ton 250.
RGB:
(237,225,250)
(93%,88%,98%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 225 of 255 = 88%
B 250 of 255 = 98%

237
225
250

R + G + B ~ 93%. #EDE1FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 225 + 250 = 712 (100%)
R 237 of 712 ~ 33.29%
G 225 of 712 ~ 31.6%
B 250 of 712 ~ 35.11%

%33.29
%31.6
%35.11

CMYK RENK MODELİ

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

  • camgöbeği tonu 5.20%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(5,10,0,2)
C5M10Y0K2 
(5%,10%,0%,2%)
(0.05/0.10/0.00/0.02)	

CMYK yüzdeleri

%5.2
%10
%0
%1.96

Codes

Color #EDE1FA in popluar color models

EDE1FA
RGB237225250
HSL269°71.43%93.14%
HSB/HSV269°10.00%98.04%
CMYK5.20%10.00%0.00%
1.96%

Color #EDE1FA in popluar number systems.

HEXEDE1FA
Decimal237225250
Binary111011011110000111111010
Octal355341372

Shades and tints

Shades of #EDE1FA

#EDE1FA
(237,225,250)
#D8CDE4
(216,205,228)
#C3B9CE
(195,185,206)
#AEA5B8
(174,165,184)
#9991A2
(153,145,162)
#847D8C
(132,125,140)
#6F6976
(111,105,118)
#5A5560
(90,85,96)
#45414A
(69,65,74)
#302D34
(48,45,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #EDE1FA

#EDE1FA
(237,225,250)
#EEE3FA
(238,227,250)
#EFE5FA
(239,229,250)
#F0E7FA
(240,231,250)
#F1E9FA
(241,233,250)
#F2EBFA
(242,235,250)
#F3EDFA
(243,237,250)
#F4EFFA
(244,239,250)
#F5F1FA
(245,241,250)
#F6F3FA
(246,243,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE1FA color. Also use rgb(237,225,250) instead hex code.

Text Font Color

.myTextColor { color: #EDE1FA; }

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

This text font color is #EDE1FA.


Background Color

.myBgColor { background-color: #EDE1FA; }

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

This div background color is #EDE1FA.


Border color

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

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

This div border color is #EDE1FA.


Opacity

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

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

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

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

This text has shadow with #EDE1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1FA on black background.


Color preview on white background

This text has color #EDE1FA on white background.



Black color preview on #EDE1FA background

This text has black color on #EDE1FA background.


White color preview on #EDE1FA background

This text has white color on #EDE1FA background.