COLOR #E1DCEB

HEX: #E1DCEB
RGB: (225,220,235)

Renk bilgisi

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

RGB renk modeli

#E1DCEB color RGB value is (225,220,235).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 220 of 255 = 86%
B 235 of 255 = 92%

225
220
235

R + G + B ~ 89%. #E1DCEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 220 + 235 = 680 (100%)
R 225 of 680 ~ 33.09%
G 220 of 680 ~ 32.35%
B 235 of 680 ~ 34.56%

%33.09
%32.35
%34.56

CMYK RENK MODELİ

#E1DCEB rengi CMYK tonu (4,6,0,8).

  • camgöbeği tonu 4.26%
  • eflatun tonu 6.38%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(4,6,0,8)
C4M6Y0K8 
(4%,6%,0%,8%)
(0.04/0.06/0.00/0.08)	

CMYK yüzdeleri

%4.26
%6.38
%0
%7.84

Codes

Color #E1DCEB in popluar color models

E1DCEB
RGB225220235
HSL260°27.27%89.22%
HSB/HSV260°6.38%92.16%
CMYK4.26%6.38%0.00%
7.84%

Color #E1DCEB in popluar number systems.

HEXE1DCEB
Decimal225220235
Binary111000011101110011101011
Octal341334353

Shades and tints

Shades of #E1DCEB

#E1DCEB
(225,220,235)
#CDC8D6
(205,200,214)
#B9B4C1
(185,180,193)
#A5A0AC
(165,160,172)
#918C97
(145,140,151)
#7D7882
(125,120,130)
#69646D
(105,100,109)
#555058
(85,80,88)
#413C43
(65,60,67)
#2D282E
(45,40,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #E1DCEB

#E1DCEB
(225,220,235)
#E3DFEC
(227,223,236)
#E5E2ED
(229,226,237)
#E7E5EE
(231,229,238)
#E9E8EF
(233,232,239)
#EBEBF0
(235,235,240)
#EDEEF1
(237,238,241)
#EFF1F2
(239,241,242)
#F1F4F3
(241,244,243)
#F3F7F4
(243,247,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DCEB; }

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

This text font color is #E1DCEB.


Background Color

.myBgColor { background-color: #E1DCEB; }

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

This div background color is #E1DCEB.


Border color

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

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

This div border color is #E1DCEB.


Opacity

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

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

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

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

This text has shadow with #E1DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCEB on black background.


Color preview on white background

This text has color #E1DCEB on white background.



Black color preview on #E1DCEB background

This text has black color on #E1DCEB background.


White color preview on #E1DCEB background

This text has white color on #E1DCEB background.