COLOR #E1D2E5

HEX: #E1D2E5
RGB: (225,210,229)

Renk bilgisi

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

RGB renk modeli

#E1D2E5 color RGB value is (225,210,229).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 210 of 255 = 82%
B 229 of 255 = 90%

225
210
229

R + G + B ~ 87%. #E1D2E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 210 + 229 = 664 (100%)
R 225 of 664 ~ 33.89%
G 210 of 664 ~ 31.63%
B 229 of 664 ~ 34.49%

%33.89
%31.63
%34.49

CMYK RENK MODELİ

#E1D2E5 rengi CMYK tonu (2,8,0,10).

  • camgöbeği tonu 1.75%
  • eflatun tonu 8.30%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(2,8,0,10)
C2M8Y0K10 
(2%,8%,0%,10%)
(0.02/0.08/0.00/0.10)	

CMYK yüzdeleri

%1.75
%8.3
%0
%10.2

Codes

Color #E1D2E5 in popluar color models

E1D2E5
RGB225210229
HSL287°26.76%86.08%
HSB/HSV287°8.30%89.80%
CMYK1.75%8.30%0.00%
10.20%

Color #E1D2E5 in popluar number systems.

HEXE1D2E5
Decimal225210229
Binary111000011101001011100101
Octal341322345

Shades and tints

Shades of #E1D2E5

#E1D2E5
(225,210,229)
#CDBFD1
(205,191,209)
#B9ACBD
(185,172,189)
#A599A9
(165,153,169)
#918695
(145,134,149)
#7D7381
(125,115,129)
#69606D
(105,96,109)
#554D59
(85,77,89)
#413A45
(65,58,69)
#2D2731
(45,39,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #E1D2E5

#E1D2E5
(225,210,229)
#E3D6E7
(227,214,231)
#E5DAE9
(229,218,233)
#E7DEEB
(231,222,235)
#E9E2ED
(233,226,237)
#EBE6EF
(235,230,239)
#EDEAF1
(237,234,241)
#EFEEF3
(239,238,243)
#F1F2F5
(241,242,245)
#F3F6F7
(243,246,247)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D2E5; }

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

This text font color is #E1D2E5.


Background Color

.myBgColor { background-color: #E1D2E5; }

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

This div background color is #E1D2E5.


Border color

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

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

This div border color is #E1D2E5.


Opacity

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

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

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

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

This text has shadow with #E1D2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D2E5 on black background.


Color preview on white background

This text has color #E1D2E5 on white background.



Black color preview on #E1D2E5 background

This text has black color on #E1D2E5 background.


White color preview on #E1D2E5 background

This text has white color on #E1D2E5 background.