COLOR #E1C5DD

HEX: #E1C5DD
RGB: (225,197,221)

Renk bilgisi

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

RGB renk modeli

#E1C5DD color RGB value is (225,197,221).

  • kırmız ton 225;
  • yeşil ton 197;
  • mavi ton 221.
RGB:
(225,197,221)
(88%,77%,87%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 197 of 255 = 77%
B 221 of 255 = 87%

225
197
221

R + G + B ~ 84%. #E1C5DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 197 + 221 = 643 (100%)
R 225 of 643 ~ 34.99%
G 197 of 643 ~ 30.64%
B 221 of 643 ~ 34.37%

%34.99
%30.64
%34.37

CMYK RENK MODELİ

#E1C5DD rengi CMYK tonu (0,12,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.44%
  • sarı tonu 1.78%
  • ana renk tonu 11.76%
CMYK:
(0,12,2,12)
C0M12Y2K12 
(0%,12%,2%,12%)
(0.00/0.12/0.02/0.12)	

CMYK yüzdeleri

%0
%12.44
%1.78
%11.76

Codes

Color #E1C5DD in popluar color models

E1C5DD
RGB225197221
HSL309°31.82%82.75%
HSB/HSV309°12.44%88.24%
CMYK0.00%12.44%1.78%
11.76%

Color #E1C5DD in popluar number systems.

HEXE1C5DD
Decimal225197221
Binary111000011100010111011101
Octal341305335

Shades and tints

Shades of #E1C5DD

#E1C5DD
(225,197,221)
#CDB4C9
(205,180,201)
#B9A3B5
(185,163,181)
#A592A1
(165,146,161)
#91818D
(145,129,141)
#7D7079
(125,112,121)
#695F65
(105,95,101)
#554E51
(85,78,81)
#413D3D
(65,61,61)
#2D2C29
(45,44,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1C5DD

#E1C5DD
(225,197,221)
#E3CAE0
(227,202,224)
#E5CFE3
(229,207,227)
#E7D4E6
(231,212,230)
#E9D9E9
(233,217,233)
#EBDEEC
(235,222,236)
#EDE3EF
(237,227,239)
#EFE8F2
(239,232,242)
#F1EDF5
(241,237,245)
#F3F2F8
(243,242,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C5DD color. Also use rgb(225,197,221) instead hex code.

Text Font Color

.myTextColor { color: #E1C5DD; }

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

This text font color is #E1C5DD.


Background Color

.myBgColor { background-color: #E1C5DD; }

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

This div background color is #E1C5DD.


Border color

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

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

This div border color is #E1C5DD.


Opacity

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

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

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

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

This text has shadow with #E1C5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C5DD on black background.


Color preview on white background

This text has color #E1C5DD on white background.



Black color preview on #E1C5DD background

This text has black color on #E1C5DD background.


White color preview on #E1C5DD background

This text has white color on #E1C5DD background.