COLOR #E4D6ED

HEX: #E4D6ED
RGB: (228,214,237)

Renk bilgisi

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

RGB renk modeli

#E4D6ED color RGB value is (228,214,237).

  • kırmız ton 228;
  • yeşil ton 214;
  • mavi ton 237.
RGB:
(228,214,237)
(89%,84%,93%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 214 of 255 = 84%
B 237 of 255 = 93%

228
214
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 214 + 237 = 679 (100%)
R 228 of 679 ~ 33.58%
G 214 of 679 ~ 31.52%
B 237 of 679 ~ 34.9%

%33.58
%31.52
%34.9

CMYK RENK MODELİ

#E4D6ED rengi CMYK tonu (4,10,0,7).

  • camgöbeği tonu 3.80%
  • eflatun tonu 9.70%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(4,10,0,7)
C4M10Y0K7 
(4%,10%,0%,7%)
(0.04/0.10/0.00/0.07)	

CMYK yüzdeleri

%3.8
%9.7
%0
%7.06

Codes

Color #E4D6ED in popluar color models

E4D6ED
RGB228214237
HSL277°38.98%88.43%
HSB/HSV277°9.70%92.94%
CMYK3.80%9.70%0.00%
7.06%

Color #E4D6ED in popluar number systems.

HEXE4D6ED
Decimal228214237
Binary111001001101011011101101
Octal344326355

Shades and tints

Shades of #E4D6ED

#E4D6ED
(228,214,237)
#D0C3D8
(208,195,216)
#BCB0C3
(188,176,195)
#A89DAE
(168,157,174)
#948A99
(148,138,153)
#807784
(128,119,132)
#6C646F
(108,100,111)
#58515A
(88,81,90)
#443E45
(68,62,69)
#302B30
(48,43,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #E4D6ED

#E4D6ED
(228,214,237)
#E6D9EE
(230,217,238)
#E8DCEF
(232,220,239)
#EADFF0
(234,223,240)
#ECE2F1
(236,226,241)
#EEE5F2
(238,229,242)
#F0E8F3
(240,232,243)
#F2EBF4
(242,235,244)
#F4EEF5
(244,238,245)
#F6F1F6
(246,241,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D6ED color. Also use rgb(228,214,237) instead hex code.

Text Font Color

.myTextColor { color: #E4D6ED; }

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

This text font color is #E4D6ED.


Background Color

.myBgColor { background-color: #E4D6ED; }

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

This div background color is #E4D6ED.


Border color

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

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

This div border color is #E4D6ED.


Opacity

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

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

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

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

This text has shadow with #E4D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D6ED on black background.


Color preview on white background

This text has color #E4D6ED on white background.



Black color preview on #E4D6ED background

This text has black color on #E4D6ED background.


White color preview on #E4D6ED background

This text has white color on #E4D6ED background.