COLOR #E2D4EB

HEX: #E2D4EB
RGB: (226,212,235)

Renk bilgisi

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

RGB renk modeli

#E2D4EB color RGB value is (226,212,235).

  • kırmız ton 226;
  • yeşil ton 212;
  • mavi ton 235.
RGB:
(226,212,235)
(89%,83%,92%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 212 of 255 = 83%
B 235 of 255 = 92%

226
212
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 212 + 235 = 673 (100%)
R 226 of 673 ~ 33.58%
G 212 of 673 ~ 31.5%
B 235 of 673 ~ 34.92%

%33.58
%31.5
%34.92

CMYK RENK MODELİ

#E2D4EB rengi CMYK tonu (4,10,0,8).

  • camgöbeği tonu 3.83%
  • eflatun tonu 9.79%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(4,10,0,8)
C4M10Y0K8 
(4%,10%,0%,8%)
(0.04/0.10/0.00/0.08)	

CMYK yüzdeleri

%3.83
%9.79
%0
%7.84

Codes

Color #E2D4EB in popluar color models

E2D4EB
RGB226212235
HSL277°36.51%87.65%
HSB/HSV277°9.79%92.16%
CMYK3.83%9.79%0.00%
7.84%

Color #E2D4EB in popluar number systems.

HEXE2D4EB
Decimal226212235
Binary111000101101010011101011
Octal342324353

Shades and tints

Shades of #E2D4EB

#E2D4EB
(226,212,235)
#CEC1D6
(206,193,214)
#BAAEC1
(186,174,193)
#A69BAC
(166,155,172)
#928897
(146,136,151)
#7E7582
(126,117,130)
#6A626D
(106,98,109)
#564F58
(86,79,88)
#423C43
(66,60,67)
#2E292E
(46,41,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2D4EB

#E2D4EB
(226,212,235)
#E4D7EC
(228,215,236)
#E6DAED
(230,218,237)
#E8DDEE
(232,221,238)
#EAE0EF
(234,224,239)
#ECE3F0
(236,227,240)
#EEE6F1
(238,230,241)
#F0E9F2
(240,233,242)
#F2ECF3
(242,236,243)
#F4EFF4
(244,239,244)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D4EB color. Also use rgb(226,212,235) instead hex code.

Text Font Color

.myTextColor { color: #E2D4EB; }

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

This text font color is #E2D4EB.


Background Color

.myBgColor { background-color: #E2D4EB; }

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

This div background color is #E2D4EB.


Border color

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

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

This div border color is #E2D4EB.


Opacity

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

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

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

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

This text has shadow with #E2D4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D4EB on black background.


Color preview on white background

This text has color #E2D4EB on white background.



Black color preview on #E2D4EB background

This text has black color on #E2D4EB background.


White color preview on #E2D4EB background

This text has white color on #E2D4EB background.