COLOR #E1DDDD

HEX: #E1DDDD
RGB: (225,221,221)

Renk bilgisi

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

RGB renk modeli

#E1DDDD color RGB value is (225,221,221).

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

RGB bağlantıları ve doygunluk

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

225
221
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 221 + 221 = 667 (100%)
R 225 of 667 ~ 33.73%
G 221 of 667 ~ 33.13%
B 221 of 667 ~ 33.13%

%33.73
%33.13
%33.13

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%1.78
%1.78
%11.76

Codes

Color #E1DDDD in popluar color models

E1DDDD
RGB225221221
HSL6.25%87.45%
HSB/HSV1.78%88.24%
CMYK0.00%1.78%1.78%
11.76%

Color #E1DDDD in popluar number systems.

HEXE1DDDD
Decimal225221221
Binary111000011101110111011101
Octal341335335

Shades and tints

Shades of #E1DDDD

#E1DDDD
(225,221,221)
#CDC9C9
(205,201,201)
#B9B5B5
(185,181,181)
#A5A1A1
(165,161,161)
#918D8D
(145,141,141)
#7D7979
(125,121,121)
#696565
(105,101,101)
#555151
(85,81,81)
#413D3D
(65,61,61)
#2D2929
(45,41,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #E1DDDD

#E1DDDD
(225,221,221)
#E3E0E0
(227,224,224)
#E5E3E3
(229,227,227)
#E7E6E6
(231,230,230)
#E9E9E9
(233,233,233)
#EBECEC
(235,236,236)
#EDEFEF
(237,239,239)
#EFF2F2
(239,242,242)
#F1F5F5
(241,245,245)
#F3F8F8
(243,248,248)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDDD; }

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

This text font color is #E1DDDD.


Background Color

.myBgColor { background-color: #E1DDDD; }

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

This div background color is #E1DDDD.


Border color

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

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

This div border color is #E1DDDD.


Opacity

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

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

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

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

This text has shadow with #E1DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDDD on black background.


Color preview on white background

This text has color #E1DDDD on white background.



Black color preview on #E1DDDD background

This text has black color on #E1DDDD background.


White color preview on #E1DDDD background

This text has white color on #E1DDDD background.