COLOR #E5D2EE

HEX: #E5D2EE
RGB: (229,210,238)

Renk bilgisi

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

RGB renk modeli

#E5D2EE color RGB value is (229,210,238).

  • kırmız ton 229;
  • yeşil ton 210;
  • mavi ton 238.
RGB:
(229,210,238)
(90%,82%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 210 of 255 = 82%
B 238 of 255 = 93%

229
210
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 210 + 238 = 677 (100%)
R 229 of 677 ~ 33.83%
G 210 of 677 ~ 31.02%
B 238 of 677 ~ 35.16%

%33.83
%31.02
%35.16

CMYK RENK MODELİ

#E5D2EE rengi CMYK tonu (4,12,0,7).

  • camgöbeği tonu 3.78%
  • eflatun tonu 11.76%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(4,12,0,7)
C4M12Y0K7 
(4%,12%,0%,7%)
(0.04/0.12/0.00/0.07)	

CMYK yüzdeleri

%3.78
%11.76
%0
%6.67

Codes

Color #E5D2EE in popluar color models

E5D2EE
RGB229210238
HSL281°45.16%87.84%
HSB/HSV281°11.76%93.33%
CMYK3.78%11.76%0.00%
6.67%

Color #E5D2EE in popluar number systems.

HEXE5D2EE
Decimal229210238
Binary111001011101001011101110
Octal345322356

Shades and tints

Shades of #E5D2EE

#E5D2EE
(229,210,238)
#D1BFD9
(209,191,217)
#BDACC4
(189,172,196)
#A999AF
(169,153,175)
#95869A
(149,134,154)
#817385
(129,115,133)
#6D6070
(109,96,112)
#594D5B
(89,77,91)
#453A46
(69,58,70)
#312731
(49,39,49)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #E5D2EE

#E5D2EE
(229,210,238)
#E7D6EF
(231,214,239)
#E9DAF0
(233,218,240)
#EBDEF1
(235,222,241)
#EDE2F2
(237,226,242)
#EFE6F3
(239,230,243)
#F1EAF4
(241,234,244)
#F3EEF5
(243,238,245)
#F5F2F6
(245,242,246)
#F7F6F7
(247,246,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D2EE color. Also use rgb(229,210,238) instead hex code.

Text Font Color

.myTextColor { color: #E5D2EE; }

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

This text font color is #E5D2EE.


Background Color

.myBgColor { background-color: #E5D2EE; }

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

This div background color is #E5D2EE.


Border color

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

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

This div border color is #E5D2EE.


Opacity

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

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

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

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

This text has shadow with #E5D2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D2EE on black background.


Color preview on white background

This text has color #E5D2EE on white background.



Black color preview on #E5D2EE background

This text has black color on #E5D2EE background.


White color preview on #E5D2EE background

This text has white color on #E5D2EE background.