COLOR #E1DCF6

HEX: #E1DCF6
RGB: (225,220,246)

Renk bilgisi

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

RGB renk modeli

#E1DCF6 color RGB value is (225,220,246).

  • kırmız ton 225;
  • yeşil ton 220;
  • mavi ton 246.
RGB:
(225,220,246)
(88%,86%,96%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 220 of 255 = 86%
B 246 of 255 = 96%

225
220
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 220 + 246 = 691 (100%)
R 225 of 691 ~ 32.56%
G 220 of 691 ~ 31.84%
B 246 of 691 ~ 35.6%

%32.56
%31.84
%35.6

CMYK RENK MODELİ

#E1DCF6 rengi CMYK tonu (9,11,0,4).

  • camgöbeği tonu 8.54%
  • eflatun tonu 10.57%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(9,11,0,4)
C9M11Y0K4 
(9%,11%,0%,4%)
(0.09/0.11/0.00/0.04)	

CMYK yüzdeleri

%8.54
%10.57
%0
%3.53

Codes

Color #E1DCF6 in popluar color models

E1DCF6
RGB225220246
HSL252°59.09%91.37%
HSB/HSV252°10.57%96.47%
CMYK8.54%10.57%0.00%
3.53%

Color #E1DCF6 in popluar number systems.

HEXE1DCF6
Decimal225220246
Binary111000011101110011110110
Octal341334366

Shades and tints

Shades of #E1DCF6

#E1DCF6
(225,220,246)
#CDC8E0
(205,200,224)
#B9B4CA
(185,180,202)
#A5A0B4
(165,160,180)
#918C9E
(145,140,158)
#7D7888
(125,120,136)
#696472
(105,100,114)
#55505C
(85,80,92)
#413C46
(65,60,70)
#2D2830
(45,40,48)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #E1DCF6

#E1DCF6
(225,220,246)
#E3DFF6
(227,223,246)
#E5E2F6
(229,226,246)
#E7E5F6
(231,229,246)
#E9E8F6
(233,232,246)
#EBEBF6
(235,235,246)
#EDEEF6
(237,238,246)
#EFF1F6
(239,241,246)
#F1F4F6
(241,244,246)
#F3F7F6
(243,247,246)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCF6 color. Also use rgb(225,220,246) instead hex code.

Text Font Color

.myTextColor { color: #E1DCF6; }

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

This text font color is #E1DCF6.


Background Color

.myBgColor { background-color: #E1DCF6; }

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

This div background color is #E1DCF6.


Border color

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

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

This div border color is #E1DCF6.


Opacity

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

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

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

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

This text has shadow with #E1DCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCF6 on black background.


Color preview on white background

This text has color #E1DCF6 on white background.



Black color preview on #E1DCF6 background

This text has black color on #E1DCF6 background.


White color preview on #E1DCF6 background

This text has white color on #E1DCF6 background.