COLOR #E1D4DD

HEX: #E1D4DD
RGB: (225,212,221)

Renk bilgisi

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

RGB renk modeli

#E1D4DD color RGB value is (225,212,221).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 212 of 255 = 83%
B 221 of 255 = 87%

225
212
221

R + G + B ~ 86%. #E1D4DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 212 + 221 = 658 (100%)
R 225 of 658 ~ 34.19%
G 212 of 658 ~ 32.22%
B 221 of 658 ~ 33.59%

%34.19
%32.22
%33.59

CMYK RENK MODELİ

#E1D4DD rengi CMYK tonu (0,6,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.78%
  • sarı tonu 1.78%
  • ana renk tonu 11.76%
CMYK:
(0,6,2,12)
C0M6Y2K12 
(0%,6%,2%,12%)
(0.00/0.06/0.02/0.12)	

CMYK yüzdeleri

%0
%5.78
%1.78
%11.76

Codes

Color #E1D4DD in popluar color models

E1D4DD
RGB225212221
HSL318°17.81%85.69%
HSB/HSV318°5.78%88.24%
CMYK0.00%5.78%1.78%
11.76%

Color #E1D4DD in popluar number systems.

HEXE1D4DD
Decimal225212221
Binary111000011101010011011101
Octal341324335

Shades and tints

Shades of #E1D4DD

#E1D4DD
(225,212,221)
#CDC1C9
(205,193,201)
#B9AEB5
(185,174,181)
#A59BA1
(165,155,161)
#91888D
(145,136,141)
#7D7579
(125,117,121)
#696265
(105,98,101)
#554F51
(85,79,81)
#413C3D
(65,60,61)
#2D2929
(45,41,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #E1D4DD

#E1D4DD
(225,212,221)
#E3D7E0
(227,215,224)
#E5DAE3
(229,218,227)
#E7DDE6
(231,221,230)
#E9E0E9
(233,224,233)
#EBE3EC
(235,227,236)
#EDE6EF
(237,230,239)
#EFE9F2
(239,233,242)
#F1ECF5
(241,236,245)
#F3EFF8
(243,239,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4DD; }

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

This text font color is #E1D4DD.


Background Color

.myBgColor { background-color: #E1D4DD; }

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

This div background color is #E1D4DD.


Border color

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

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

This div border color is #E1D4DD.


Opacity

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

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

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

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

This text has shadow with #E1D4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D4DD on black background.


Color preview on white background

This text has color #E1D4DD on white background.



Black color preview on #E1D4DD background

This text has black color on #E1D4DD background.


White color preview on #E1D4DD background

This text has white color on #E1D4DD background.