COLOR #E1DDE7

HEX: #E1DDE7
RGB: (225,221,231)

Renk bilgisi

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

RGB renk modeli

#E1DDE7 color RGB value is (225,221,231).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 221 of 255 = 87%
B 231 of 255 = 91%

225
221
231

R + G + B ~ 89%. #E1DDE7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 221 + 231 = 677 (100%)
R 225 of 677 ~ 33.23%
G 221 of 677 ~ 32.64%
B 231 of 677 ~ 34.12%

%33.23
%32.64
%34.12

CMYK RENK MODELİ

#E1DDE7 rengi CMYK tonu (3,4,0,9).

  • camgöbeği tonu 2.60%
  • eflatun tonu 4.33%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(3,4,0,9)
C3M4Y0K9 
(3%,4%,0%,9%)
(0.03/0.04/0.00/0.09)	

CMYK yüzdeleri

%2.6
%4.33
%0
%9.41

Codes

Color #E1DDE7 in popluar color models

E1DDE7
RGB225221231
HSL264°17.24%88.63%
HSB/HSV264°4.33%90.59%
CMYK2.60%4.33%0.00%
9.41%

Color #E1DDE7 in popluar number systems.

HEXE1DDE7
Decimal225221231
Binary111000011101110111100111
Octal341335347

Shades and tints

Shades of #E1DDE7

#E1DDE7
(225,221,231)
#CDC9D2
(205,201,210)
#B9B5BD
(185,181,189)
#A5A1A8
(165,161,168)
#918D93
(145,141,147)
#7D797E
(125,121,126)
#696569
(105,101,105)
#555154
(85,81,84)
#413D3F
(65,61,63)
#2D292A
(45,41,42)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #E1DDE7

#E1DDE7
(225,221,231)
#E3E0E9
(227,224,233)
#E5E3EB
(229,227,235)
#E7E6ED
(231,230,237)
#E9E9EF
(233,233,239)
#EBECF1
(235,236,241)
#EDEFF3
(237,239,243)
#EFF2F5
(239,242,245)
#F1F5F7
(241,245,247)
#F3F8F9
(243,248,249)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDE7; }

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

This text font color is #E1DDE7.


Background Color

.myBgColor { background-color: #E1DDE7; }

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

This div background color is #E1DDE7.


Border color

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

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

This div border color is #E1DDE7.


Opacity

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

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

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

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

This text has shadow with #E1DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDE7 on black background.


Color preview on white background

This text has color #E1DDE7 on white background.



Black color preview on #E1DDE7 background

This text has black color on #E1DDE7 background.


White color preview on #E1DDE7 background

This text has white color on #E1DDE7 background.