COLOR #E1D4EA

HEX: #E1D4EA
RGB: (225,212,234)

Renk bilgisi

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

RGB renk modeli

#E1D4EA color RGB value is (225,212,234).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 212 of 255 = 83%
B 234 of 255 = 92%

225
212
234

R + G + B ~ 88%. #E1D4EA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 212 + 234 = 671 (100%)
R 225 of 671 ~ 33.53%
G 212 of 671 ~ 31.59%
B 234 of 671 ~ 34.87%

%33.53
%31.59
%34.87

CMYK RENK MODELİ

#E1D4EA rengi CMYK tonu (4,9,0,8).

  • camgöbeği tonu 3.85%
  • eflatun tonu 9.40%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(4,9,0,8)
C4M9Y0K8 
(4%,9%,0%,8%)
(0.04/0.09/0.00/0.08)	

CMYK yüzdeleri

%3.85
%9.4
%0
%8.24

Codes

Color #E1D4EA in popluar color models

E1D4EA
RGB225212234
HSL275°34.38%87.45%
HSB/HSV275°9.40%91.76%
CMYK3.85%9.40%0.00%
8.24%

Color #E1D4EA in popluar number systems.

HEXE1D4EA
Decimal225212234
Binary111000011101010011101010
Octal341324352

Shades and tints

Shades of #E1D4EA

#E1D4EA
(225,212,234)
#CDC1D5
(205,193,213)
#B9AEC0
(185,174,192)
#A59BAB
(165,155,171)
#918896
(145,136,150)
#7D7581
(125,117,129)
#69626C
(105,98,108)
#554F57
(85,79,87)
#413C42
(65,60,66)
#2D292D
(45,41,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1D4EA

#E1D4EA
(225,212,234)
#E3D7EB
(227,215,235)
#E5DAEC
(229,218,236)
#E7DDED
(231,221,237)
#E9E0EE
(233,224,238)
#EBE3EF
(235,227,239)
#EDE6F0
(237,230,240)
#EFE9F1
(239,233,241)
#F1ECF2
(241,236,242)
#F3EFF3
(243,239,243)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4EA; }

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

This text font color is #E1D4EA.


Background Color

.myBgColor { background-color: #E1D4EA; }

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

This div background color is #E1D4EA.


Border color

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

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

This div border color is #E1D4EA.


Opacity

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

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

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

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

This text has shadow with #E1D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D4EA on black background.


Color preview on white background

This text has color #E1D4EA on white background.



Black color preview on #E1D4EA background

This text has black color on #E1D4EA background.


White color preview on #E1D4EA background

This text has white color on #E1D4EA background.