COLOR #E1D6FE

HEX: #E1D6FE
RGB: (225,214,254)

Renk bilgisi

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

RGB renk modeli

#E1D6FE color RGB value is (225,214,254).

  • kırmız ton 225;
  • yeşil ton 214;
  • mavi ton 254.
RGB:
(225,214,254)
(88%,84%,100%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 214 of 255 = 84%
B 254 of 255 = 100%

225
214
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 214 + 254 = 693 (100%)
R 225 of 693 ~ 32.47%
G 214 of 693 ~ 30.88%
B 254 of 693 ~ 36.65%

%32.47
%30.88
%36.65

CMYK RENK MODELİ

#E1D6FE rengi CMYK tonu (11,16,0,0).

  • camgöbeği tonu 11.42%
  • eflatun tonu 15.75%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(11,16,0,0)
C11M16Y0K0 
(11%,16%,0%,0%)
(0.11/0.16/0.00/0.00)	

CMYK yüzdeleri

%11.42
%15.75
%0
%0.39

Codes

Color #E1D6FE in popluar color models

E1D6FE
RGB225214254
HSL257°95.24%91.76%
HSB/HSV257°15.75%99.61%
CMYK11.42%15.75%0.00%
0.39%

Color #E1D6FE in popluar number systems.

HEXE1D6FE
Decimal225214254
Binary111000011101011011111110
Octal341326376

Shades and tints

Shades of #E1D6FE

#E1D6FE
(225,214,254)
#CDC3E7
(205,195,231)
#B9B0D0
(185,176,208)
#A59DB9
(165,157,185)
#918AA2
(145,138,162)
#7D778B
(125,119,139)
#696474
(105,100,116)
#55515D
(85,81,93)
#413E46
(65,62,70)
#2D2B2F
(45,43,47)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1D6FE

#E1D6FE
(225,214,254)
#E3D9FE
(227,217,254)
#E5DCFE
(229,220,254)
#E7DFFE
(231,223,254)
#E9E2FE
(233,226,254)
#EBE5FE
(235,229,254)
#EDE8FE
(237,232,254)
#EFEBFE
(239,235,254)
#F1EEFE
(241,238,254)
#F3F1FE
(243,241,254)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D6FE color. Also use rgb(225,214,254) instead hex code.

Text Font Color

.myTextColor { color: #E1D6FE; }

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

This text font color is #E1D6FE.


Background Color

.myBgColor { background-color: #E1D6FE; }

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

This div background color is #E1D6FE.


Border color

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

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

This div border color is #E1D6FE.


Opacity

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

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

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

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

This text has shadow with #E1D6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6FE on black background.


Color preview on white background

This text has color #E1D6FE on white background.



Black color preview on #E1D6FE background

This text has black color on #E1D6FE background.


White color preview on #E1D6FE background

This text has white color on #E1D6FE background.