COLOR #E1D1FD

HEX: #E1D1FD
RGB: (225,209,253)

Renk bilgisi

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

RGB renk modeli

#E1D1FD color RGB value is (225,209,253).

  • kırmız ton 225;
  • yeşil ton 209;
  • mavi ton 253.
RGB:
(225,209,253)
(88%,82%,99%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 209 of 255 = 82%
B 253 of 255 = 99%

225
209
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 209 + 253 = 687 (100%)
R 225 of 687 ~ 32.75%
G 209 of 687 ~ 30.42%
B 253 of 687 ~ 36.83%

%32.75
%30.42
%36.83

CMYK RENK MODELİ

#E1D1FD rengi CMYK tonu (11,17,0,1).

  • camgöbeği tonu 11.07%
  • eflatun tonu 17.39%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(11,17,0,1)
C11M17Y0K1 
(11%,17%,0%,1%)
(0.11/0.17/0.00/0.01)	

CMYK yüzdeleri

%11.07
%17.39
%0
%0.78

Codes

Color #E1D1FD in popluar color models

E1D1FD
RGB225209253
HSL262°91.67%90.59%
HSB/HSV262°17.39%99.22%
CMYK11.07%17.39%0.00%
0.78%

Color #E1D1FD in popluar number systems.

HEXE1D1FD
Decimal225209253
Binary111000011101000111111101
Octal341321375

Shades and tints

Shades of #E1D1FD

#E1D1FD
(225,209,253)
#CDBEE6
(205,190,230)
#B9ABCF
(185,171,207)
#A598B8
(165,152,184)
#9185A1
(145,133,161)
#7D728A
(125,114,138)
#695F73
(105,95,115)
#554C5C
(85,76,92)
#413945
(65,57,69)
#2D262E
(45,38,46)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E1D1FD

#E1D1FD
(225,209,253)
#E3D5FD
(227,213,253)
#E5D9FD
(229,217,253)
#E7DDFD
(231,221,253)
#E9E1FD
(233,225,253)
#EBE5FD
(235,229,253)
#EDE9FD
(237,233,253)
#EFEDFD
(239,237,253)
#F1F1FD
(241,241,253)
#F3F5FD
(243,245,253)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D1FD color. Also use rgb(225,209,253) instead hex code.

Text Font Color

.myTextColor { color: #E1D1FD; }

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

This text font color is #E1D1FD.


Background Color

.myBgColor { background-color: #E1D1FD; }

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

This div background color is #E1D1FD.


Border color

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

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

This div border color is #E1D1FD.


Opacity

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

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

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

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

This text has shadow with #E1D1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D1FD on black background.


Color preview on white background

This text has color #E1D1FD on white background.



Black color preview on #E1D1FD background

This text has black color on #E1D1FD background.


White color preview on #E1D1FD background

This text has white color on #E1D1FD background.