COLOR #E4D5E8

HEX: #E4D5E8
RGB: (228,213,232)

Renk bilgisi

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

RGB renk modeli

#E4D5E8 color RGB value is (228,213,232).

  • kırmız ton 228;
  • yeşil ton 213;
  • mavi ton 232.
RGB:
(228,213,232)
(89%,84%,91%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 213 of 255 = 84%
B 232 of 255 = 91%

228
213
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 213 + 232 = 673 (100%)
R 228 of 673 ~ 33.88%
G 213 of 673 ~ 31.65%
B 232 of 673 ~ 34.47%

%33.88
%31.65
%34.47

CMYK RENK MODELİ

#E4D5E8 rengi CMYK tonu (2,8,0,9).

  • camgöbeği tonu 1.72%
  • eflatun tonu 8.19%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(2,8,0,9)
C2M8Y0K9 
(2%,8%,0%,9%)
(0.02/0.08/0.00/0.09)	

CMYK yüzdeleri

%1.72
%8.19
%0
%9.02

Codes

Color #E4D5E8 in popluar color models

E4D5E8
RGB228213232
HSL287°29.23%87.25%
HSB/HSV287°8.19%90.98%
CMYK1.72%8.19%0.00%
9.02%

Color #E4D5E8 in popluar number systems.

HEXE4D5E8
Decimal228213232
Binary111001001101010111101000
Octal344325350

Shades and tints

Shades of #E4D5E8

#E4D5E8
(228,213,232)
#D0C2D3
(208,194,211)
#BCAFBE
(188,175,190)
#A89CA9
(168,156,169)
#948994
(148,137,148)
#80767F
(128,118,127)
#6C636A
(108,99,106)
#585055
(88,80,85)
#443D40
(68,61,64)
#302A2B
(48,42,43)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4D5E8

#E4D5E8
(228,213,232)
#E6D8EA
(230,216,234)
#E8DBEC
(232,219,236)
#EADEEE
(234,222,238)
#ECE1F0
(236,225,240)
#EEE4F2
(238,228,242)
#F0E7F4
(240,231,244)
#F2EAF6
(242,234,246)
#F4EDF8
(244,237,248)
#F6F0FA
(246,240,250)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D5E8 color. Also use rgb(228,213,232) instead hex code.

Text Font Color

.myTextColor { color: #E4D5E8; }

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

This text font color is #E4D5E8.


Background Color

.myBgColor { background-color: #E4D5E8; }

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

This div background color is #E4D5E8.


Border color

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

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

This div border color is #E4D5E8.


Opacity

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

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

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

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

This text has shadow with #E4D5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D5E8 on black background.


Color preview on white background

This text has color #E4D5E8 on white background.



Black color preview on #E4D5E8 background

This text has black color on #E4D5E8 background.


White color preview on #E4D5E8 background

This text has white color on #E4D5E8 background.