COLOR #E1D4FA

HEX: #E1D4FA
RGB: (225,212,250)

Renk bilgisi

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

RGB renk modeli

#E1D4FA color RGB value is (225,212,250).

  • kırmız ton 225;
  • yeşil ton 212;
  • mavi ton 250.
RGB:
(225,212,250)
(88%,83%,98%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 212 of 255 = 83%
B 250 of 255 = 98%

225
212
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 212 + 250 = 687 (100%)
R 225 of 687 ~ 32.75%
G 212 of 687 ~ 30.86%
B 250 of 687 ~ 36.39%

%32.75
%30.86
%36.39

CMYK RENK MODELİ

#E1D4FA rengi CMYK tonu (10,15,0,2).

  • camgöbeği tonu 10.00%
  • eflatun tonu 15.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(10,15,0,2)
C10M15Y0K2 
(10%,15%,0%,2%)
(0.10/0.15/0.00/0.02)	

CMYK yüzdeleri

%10
%15.2
%0
%1.96

Codes

Color #E1D4FA in popluar color models

E1D4FA
RGB225212250
HSL261°79.17%90.59%
HSB/HSV261°15.20%98.04%
CMYK10.00%15.20%0.00%
1.96%

Color #E1D4FA in popluar number systems.

HEXE1D4FA
Decimal225212250
Binary111000011101010011111010
Octal341324372

Shades and tints

Shades of #E1D4FA

#E1D4FA
(225,212,250)
#CDC1E4
(205,193,228)
#B9AECE
(185,174,206)
#A59BB8
(165,155,184)
#9188A2
(145,136,162)
#7D758C
(125,117,140)
#696276
(105,98,118)
#554F60
(85,79,96)
#413C4A
(65,60,74)
#2D2934
(45,41,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #E1D4FA

#E1D4FA
(225,212,250)
#E3D7FA
(227,215,250)
#E5DAFA
(229,218,250)
#E7DDFA
(231,221,250)
#E9E0FA
(233,224,250)
#EBE3FA
(235,227,250)
#EDE6FA
(237,230,250)
#EFE9FA
(239,233,250)
#F1ECFA
(241,236,250)
#F3EFFA
(243,239,250)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D4FA color. Also use rgb(225,212,250) instead hex code.

Text Font Color

.myTextColor { color: #E1D4FA; }

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

This text font color is #E1D4FA.


Background Color

.myBgColor { background-color: #E1D4FA; }

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

This div background color is #E1D4FA.


Border color

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

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

This div border color is #E1D4FA.


Opacity

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

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

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

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

This text has shadow with #E1D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D4FA on black background.


Color preview on white background

This text has color #E1D4FA on white background.



Black color preview on #E1D4FA background

This text has black color on #E1D4FA background.


White color preview on #E1D4FA background

This text has white color on #E1D4FA background.