COLOR #E1D5EB

HEX: #E1D5EB
RGB: (225,213,235)

Renk bilgisi

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

RGB renk modeli

#E1D5EB color RGB value is (225,213,235).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 213 of 255 = 84%
B 235 of 255 = 92%

225
213
235

R + G + B ~ 88%. #E1D5EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 213 + 235 = 673 (100%)
R 225 of 673 ~ 33.43%
G 213 of 673 ~ 31.65%
B 235 of 673 ~ 34.92%

%33.43
%31.65
%34.92

CMYK RENK MODELİ

#E1D5EB rengi CMYK tonu (4,9,0,8).

  • camgöbeği tonu 4.26%
  • eflatun tonu 9.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(4,9,0,8)
C4M9Y0K8 
(4%,9%,0%,8%)
(0.04/0.09/0.00/0.08)	

CMYK yüzdeleri

%4.26
%9.36
%0
%7.84

Codes

Color #E1D5EB in popluar color models

E1D5EB
RGB225213235
HSL273°35.48%87.84%
HSB/HSV273°9.36%92.16%
CMYK4.26%9.36%0.00%
7.84%

Color #E1D5EB in popluar number systems.

HEXE1D5EB
Decimal225213235
Binary111000011101010111101011
Octal341325353

Shades and tints

Shades of #E1D5EB

#E1D5EB
(225,213,235)
#CDC2D6
(205,194,214)
#B9AFC1
(185,175,193)
#A59CAC
(165,156,172)
#918997
(145,137,151)
#7D7682
(125,118,130)
#69636D
(105,99,109)
#555058
(85,80,88)
#413D43
(65,61,67)
#2D2A2E
(45,42,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #E1D5EB

#E1D5EB
(225,213,235)
#E3D8EC
(227,216,236)
#E5DBED
(229,219,237)
#E7DEEE
(231,222,238)
#E9E1EF
(233,225,239)
#EBE4F0
(235,228,240)
#EDE7F1
(237,231,241)
#EFEAF2
(239,234,242)
#F1EDF3
(241,237,243)
#F3F0F4
(243,240,244)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5EB; }

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

This text font color is #E1D5EB.


Background Color

.myBgColor { background-color: #E1D5EB; }

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

This div background color is #E1D5EB.


Border color

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

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

This div border color is #E1D5EB.


Opacity

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

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

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

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

This text has shadow with #E1D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5EB on black background.


Color preview on white background

This text has color #E1D5EB on white background.



Black color preview on #E1D5EB background

This text has black color on #E1D5EB background.


White color preview on #E1D5EB background

This text has white color on #E1D5EB background.