COLOR #E4DAF6

HEX: #E4DAF6
RGB: (228,218,246)

Renk bilgisi

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

RGB renk modeli

#E4DAF6 color RGB value is (228,218,246).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 218 of 255 = 85%
B 246 of 255 = 96%

228
218
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 218 + 246 = 692 (100%)
R 228 of 692 ~ 32.95%
G 218 of 692 ~ 31.5%
B 246 of 692 ~ 35.55%

%32.95
%31.5
%35.55

CMYK RENK MODELİ

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

  • camgöbeği tonu 7.32%
  • eflatun tonu 11.38%
  • 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
%11.38
%0
%3.53

Codes

Color #E4DAF6 in popluar color models

E4DAF6
RGB228218246
HSL261°60.87%90.98%
HSB/HSV261°11.38%96.47%
CMYK7.32%11.38%0.00%
3.53%

Color #E4DAF6 in popluar number systems.

HEXE4DAF6
Decimal228218246
Binary111001001101101011110110
Octal344332366

Shades and tints

Shades of #E4DAF6

#E4DAF6
(228,218,246)
#D0C7E0
(208,199,224)
#BCB4CA
(188,180,202)
#A8A1B4
(168,161,180)
#948E9E
(148,142,158)
#807B88
(128,123,136)
#6C6872
(108,104,114)
#58555C
(88,85,92)
#444246
(68,66,70)
#302F30
(48,47,48)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #E4DAF6

#E4DAF6
(228,218,246)
#E6DDF6
(230,221,246)
#E8E0F6
(232,224,246)
#EAE3F6
(234,227,246)
#ECE6F6
(236,230,246)
#EEE9F6
(238,233,246)
#F0ECF6
(240,236,246)
#F2EFF6
(242,239,246)
#F4F2F6
(244,242,246)
#F6F5F6
(246,245,246)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DAF6; }

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

This text font color is #E4DAF6.


Background Color

.myBgColor { background-color: #E4DAF6; }

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

This div background color is #E4DAF6.


Border color

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

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

This div border color is #E4DAF6.


Opacity

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

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

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

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

This text has shadow with #E4DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DAF6 on black background.


Color preview on white background

This text has color #E4DAF6 on white background.



Black color preview on #E4DAF6 background

This text has black color on #E4DAF6 background.


White color preview on #E4DAF6 background

This text has white color on #E4DAF6 background.