COLOR #E4DCF6

HEX: #E4DCF6
RGB: (228,220,246)

Renk bilgisi

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

RGB renk modeli

#E4DCF6 color RGB value is (228,220,246).

  • kırmız ton 228;
  • yeşil ton 220;
  • mavi ton 246.
RGB:
(228,220,246)
(89%,86%,96%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 220 of 255 = 86%
B 246 of 255 = 96%

228
220
246

R + G + B ~ 90%. #E4DCF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 220 + 246 = 694 (100%)
R 228 of 694 ~ 32.85%
G 220 of 694 ~ 31.7%
B 246 of 694 ~ 35.45%

%32.85
%31.7
%35.45

CMYK RENK MODELİ

#E4DCF6 rengi CMYK tonu (7,11,0,4).

  • camgöbeği tonu 7.32%
  • eflatun tonu 10.57%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(7,11,0,4)
C7M11Y0K4 
(7%,11%,0%,4%)
(0.07/0.11/0.00/0.04)	

CMYK yüzdeleri

%7.32
%10.57
%0
%3.53

Codes

Color #E4DCF6 in popluar color models

E4DCF6
RGB228220246
HSL258°59.09%91.37%
HSB/HSV258°10.57%96.47%
CMYK7.32%10.57%0.00%
3.53%

Color #E4DCF6 in popluar number systems.

HEXE4DCF6
Decimal228220246
Binary111001001101110011110110
Octal344334366

Shades and tints

Shades of #E4DCF6

#E4DCF6
(228,220,246)
#D0C8E0
(208,200,224)
#BCB4CA
(188,180,202)
#A8A0B4
(168,160,180)
#948C9E
(148,140,158)
#807888
(128,120,136)
#6C6472
(108,100,114)
#58505C
(88,80,92)
#443C46
(68,60,70)
#302830
(48,40,48)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #E4DCF6

#E4DCF6
(228,220,246)
#E6DFF6
(230,223,246)
#E8E2F6
(232,226,246)
#EAE5F6
(234,229,246)
#ECE8F6
(236,232,246)
#EEEBF6
(238,235,246)
#F0EEF6
(240,238,246)
#F2F1F6
(242,241,246)
#F4F4F6
(244,244,246)
#F6F7F6
(246,247,246)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DCF6 color. Also use rgb(228,220,246) instead hex code.

Text Font Color

.myTextColor { color: #E4DCF6; }

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

This text font color is #E4DCF6.


Background Color

.myBgColor { background-color: #E4DCF6; }

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

This div background color is #E4DCF6.


Border color

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

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

This div border color is #E4DCF6.


Opacity

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

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

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

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

This text has shadow with #E4DCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCF6 on black background.


Color preview on white background

This text has color #E4DCF6 on white background.



Black color preview on #E4DCF6 background

This text has black color on #E4DCF6 background.


White color preview on #E4DCF6 background

This text has white color on #E4DCF6 background.