COLOR #E2D5ED

HEX: #E2D5ED
RGB: (226,213,237)

Renk bilgisi

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

RGB renk modeli

#E2D5ED color RGB value is (226,213,237).

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

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 213 of 255 = 84%
B 237 of 255 = 93%

226
213
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 213 + 237 = 676 (100%)
R 226 of 676 ~ 33.43%
G 213 of 676 ~ 31.51%
B 237 of 676 ~ 35.06%

%33.43
%31.51
%35.06

CMYK RENK MODELİ

#E2D5ED rengi CMYK tonu (5,10,0,7).

  • camgöbeği tonu 4.64%
  • eflatun tonu 10.13%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(5,10,0,7)
C5M10Y0K7 
(5%,10%,0%,7%)
(0.05/0.10/0.00/0.07)	

CMYK yüzdeleri

%4.64
%10.13
%0
%7.06

Codes

Color #E2D5ED in popluar color models

E2D5ED
RGB226213237
HSL273°40.00%88.24%
HSB/HSV273°10.13%92.94%
CMYK4.64%10.13%0.00%
7.06%

Color #E2D5ED in popluar number systems.

HEXE2D5ED
Decimal226213237
Binary111000101101010111101101
Octal342325355

Shades and tints

Shades of #E2D5ED

#E2D5ED
(226,213,237)
#CEC2D8
(206,194,216)
#BAAFC3
(186,175,195)
#A69CAE
(166,156,174)
#928999
(146,137,153)
#7E7684
(126,118,132)
#6A636F
(106,99,111)
#56505A
(86,80,90)
#423D45
(66,61,69)
#2E2A30
(46,42,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #E2D5ED

#E2D5ED
(226,213,237)
#E4D8EE
(228,216,238)
#E6DBEF
(230,219,239)
#E8DEF0
(232,222,240)
#EAE1F1
(234,225,241)
#ECE4F2
(236,228,242)
#EEE7F3
(238,231,243)
#F0EAF4
(240,234,244)
#F2EDF5
(242,237,245)
#F4F0F6
(244,240,246)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D5ED; }

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

This text font color is #E2D5ED.


Background Color

.myBgColor { background-color: #E2D5ED; }

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

This div background color is #E2D5ED.


Border color

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

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

This div border color is #E2D5ED.


Opacity

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

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

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

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

This text has shadow with #E2D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D5ED on black background.


Color preview on white background

This text has color #E2D5ED on white background.



Black color preview on #E2D5ED background

This text has black color on #E2D5ED background.


White color preview on #E2D5ED background

This text has white color on #E2D5ED background.