COLOR #E4DAFD

HEX: #E4DAFD
RGB: (228,218,253)

Renk bilgisi

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

RGB renk modeli

#E4DAFD color RGB value is (228,218,253).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 218 of 255 = 85%
B 253 of 255 = 99%

228
218
253

R + G + B ~ 91%. #E4DAFD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 218 + 253 = 699 (100%)
R 228 of 699 ~ 32.62%
G 218 of 699 ~ 31.19%
B 253 of 699 ~ 36.19%

%32.62
%31.19
%36.19

CMYK RENK MODELİ

#E4DAFD rengi CMYK tonu (10,14,0,1).

  • camgöbeği tonu 9.88%
  • eflatun tonu 13.83%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(10,14,0,1)
C10M14Y0K1 
(10%,14%,0%,1%)
(0.10/0.14/0.00/0.01)	

CMYK yüzdeleri

%9.88
%13.83
%0
%0.78

Codes

Color #E4DAFD in popluar color models

E4DAFD
RGB228218253
HSL257°89.74%92.35%
HSB/HSV257°13.83%99.22%
CMYK9.88%13.83%0.00%
0.78%

Color #E4DAFD in popluar number systems.

HEXE4DAFD
Decimal228218253
Binary111001001101101011111101
Octal344332375

Shades and tints

Shades of #E4DAFD

#E4DAFD
(228,218,253)
#D0C7E6
(208,199,230)
#BCB4CF
(188,180,207)
#A8A1B8
(168,161,184)
#948EA1
(148,142,161)
#807B8A
(128,123,138)
#6C6873
(108,104,115)
#58555C
(88,85,92)
#444245
(68,66,69)
#302F2E
(48,47,46)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #E4DAFD

#E4DAFD
(228,218,253)
#E6DDFD
(230,221,253)
#E8E0FD
(232,224,253)
#EAE3FD
(234,227,253)
#ECE6FD
(236,230,253)
#EEE9FD
(238,233,253)
#F0ECFD
(240,236,253)
#F2EFFD
(242,239,253)
#F4F2FD
(244,242,253)
#F6F5FD
(246,245,253)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DAFD; }

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

This text font color is #E4DAFD.


Background Color

.myBgColor { background-color: #E4DAFD; }

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

This div background color is #E4DAFD.


Border color

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

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

This div border color is #E4DAFD.


Opacity

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

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

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

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

This text has shadow with #E4DAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DAFD on black background.


Color preview on white background

This text has color #E4DAFD on white background.



Black color preview on #E4DAFD background

This text has black color on #E4DAFD background.


White color preview on #E4DAFD background

This text has white color on #E4DAFD background.