COLOR #E5D5ED

HEX: #E5D5ED
RGB: (229,213,237)

Renk bilgisi

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

RGB renk modeli

#E5D5ED color RGB value is (229,213,237).

  • kırmız ton 229;
  • yeşil ton 213;
  • mavi ton 237.
RGB:
(229,213,237)
(90%,84%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 237 of 255 = 93%

229
213
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 237 = 679 (100%)
R 229 of 679 ~ 33.73%
G 213 of 679 ~ 31.37%
B 237 of 679 ~ 34.9%

%33.73
%31.37
%34.9

CMYK RENK MODELİ

#E5D5ED rengi CMYK tonu (3,10,0,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 10.13%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,10,0,7)
C3M10Y0K7 
(3%,10%,0%,7%)
(0.03/0.10/0.00/0.07)	

CMYK yüzdeleri

%3.38
%10.13
%0
%7.06

Codes

Color #E5D5ED in popluar color models

E5D5ED
RGB229213237
HSL280°40.00%88.24%
HSB/HSV280°10.13%92.94%
CMYK3.38%10.13%0.00%
7.06%

Color #E5D5ED in popluar number systems.

HEXE5D5ED
Decimal229213237
Binary111001011101010111101101
Octal345325355

Shades and tints

Shades of #E5D5ED

#E5D5ED
(229,213,237)
#D1C2D8
(209,194,216)
#BDAFC3
(189,175,195)
#A99CAE
(169,156,174)
#958999
(149,137,153)
#817684
(129,118,132)
#6D636F
(109,99,111)
#59505A
(89,80,90)
#453D45
(69,61,69)
#312A30
(49,42,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #E5D5ED

#E5D5ED
(229,213,237)
#E7D8EE
(231,216,238)
#E9DBEF
(233,219,239)
#EBDEF0
(235,222,240)
#EDE1F1
(237,225,241)
#EFE4F2
(239,228,242)
#F1E7F3
(241,231,243)
#F3EAF4
(243,234,244)
#F5EDF5
(245,237,245)
#F7F0F6
(247,240,246)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D5ED color. Also use rgb(229,213,237) instead hex code.

Text Font Color

.myTextColor { color: #E5D5ED; }

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

This text font color is #E5D5ED.


Background Color

.myBgColor { background-color: #E5D5ED; }

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

This div background color is #E5D5ED.


Border color

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

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

This div border color is #E5D5ED.


Opacity

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

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

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

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

This text has shadow with #E5D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D5ED on black background.


Color preview on white background

This text has color #E5D5ED on white background.



Black color preview on #E5D5ED background

This text has black color on #E5D5ED background.


White color preview on #E5D5ED background

This text has white color on #E5D5ED background.