COLOR #E1D8E5

HEX: #E1D8E5
RGB: (225,216,229)

Renk bilgisi

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

RGB renk modeli

#E1D8E5 color RGB value is (225,216,229).

  • kırmız ton 225;
  • yeşil ton 216;
  • mavi ton 229.
RGB:
(225,216,229)
(88%,85%,90%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 216 of 255 = 85%
B 229 of 255 = 90%

225
216
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 216 + 229 = 670 (100%)
R 225 of 670 ~ 33.58%
G 216 of 670 ~ 32.24%
B 229 of 670 ~ 34.18%

%33.58
%32.24
%34.18

CMYK RENK MODELİ

#E1D8E5 rengi CMYK tonu (2,6,0,10).

  • camgöbeği tonu 1.75%
  • eflatun tonu 5.68%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(2,6,0,10)
C2M6Y0K10 
(2%,6%,0%,10%)
(0.02/0.06/0.00/0.10)	

CMYK yüzdeleri

%1.75
%5.68
%0
%10.2

Codes

Color #E1D8E5 in popluar color models

E1D8E5
RGB225216229
HSL282°20.00%87.25%
HSB/HSV282°5.68%89.80%
CMYK1.75%5.68%0.00%
10.20%

Color #E1D8E5 in popluar number systems.

HEXE1D8E5
Decimal225216229
Binary111000011101100011100101
Octal341330345

Shades and tints

Shades of #E1D8E5

#E1D8E5
(225,216,229)
#CDC5D1
(205,197,209)
#B9B2BD
(185,178,189)
#A59FA9
(165,159,169)
#918C95
(145,140,149)
#7D7981
(125,121,129)
#69666D
(105,102,109)
#555359
(85,83,89)
#414045
(65,64,69)
#2D2D31
(45,45,49)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #E1D8E5

#E1D8E5
(225,216,229)
#E3DBE7
(227,219,231)
#E5DEE9
(229,222,233)
#E7E1EB
(231,225,235)
#E9E4ED
(233,228,237)
#EBE7EF
(235,231,239)
#EDEAF1
(237,234,241)
#EFEDF3
(239,237,243)
#F1F0F5
(241,240,245)
#F3F3F7
(243,243,247)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8E5 color. Also use rgb(225,216,229) instead hex code.

Text Font Color

.myTextColor { color: #E1D8E5; }

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

This text font color is #E1D8E5.


Background Color

.myBgColor { background-color: #E1D8E5; }

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

This div background color is #E1D8E5.


Border color

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

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

This div border color is #E1D8E5.


Opacity

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

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

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

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

This text has shadow with #E1D8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8E5 on black background.


Color preview on white background

This text has color #E1D8E5 on white background.



Black color preview on #E1D8E5 background

This text has black color on #E1D8E5 background.


White color preview on #E1D8E5 background

This text has white color on #E1D8E5 background.