COLOR #E9DDEE

HEX: #E9DDEE
RGB: (233,221,238)

Renk bilgisi

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

RGB renk modeli

#E9DDEE color RGB value is (233,221,238).

  • kırmız ton 233;
  • yeşil ton 221;
  • mavi ton 238.
RGB: (233,221,238) (91%,87%,93%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 221 of 255 = 87%
B 238 of 255 = 93%

233
221
238

R + G + B ~ 90%. #E9DDEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 221 + 238 = 692 (100%)
R 233 of 692 ~ 33.67%
G 221 of 692 ~ 31.94%
B 238 of 692 ~ 34.39%

%33.67
%31.94
%34.39

CMYK RENK MODELİ

#E9DDEE rengi CMYK tonu (2,7,0,7).

  • camgöbeği tonu 2.10%
  • eflatun tonu 7.14%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK: (2,7,0,7) C2M7Y0K7 (2%,7%,0%,7%) (0.02/0.07/0.00/0.07)

CMYK yüzdeleri

%2.1
%7.14
%0
%6.67

Codes

Color #E9DDEE in popluar color models

E9DDEE
RGB233221238
HSL282°33.33%90.00%
HSB/HSV282°7.14%93.33%
CMYK2.10%7.14%0.00%
6.67%

Color #E9DDEE in popluar number systems.

HEXE9DDEE
Decimal233221238
Binary111010011101110111101110
Octal351335356

Shades and tints

Shades of #E9DDEE

#E9DDEE
(233,221,238)
#D4C9D9
(212,201,217)
#BFB5C4
(191,181,196)
#AAA1AF
(170,161,175)
#958D9A
(149,141,154)
#807985
(128,121,133)
#6B6570
(107,101,112)
#56515B
(86,81,91)
#413D46
(65,61,70)
#2C2931
(44,41,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #E9DDEE

#E9DDEE
(233,221,238)
#EBE0EF
(235,224,239)
#EDE3F0
(237,227,240)
#EFE6F1
(239,230,241)
#F1E9F2
(241,233,242)
#F3ECF3
(243,236,243)
#F5EFF4
(245,239,244)
#F7F2F5
(247,242,245)
#F9F5F6
(249,245,246)
#FBF8F7
(251,248,247)
#FDFBF8
(253,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DDEE; }

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

This text font color is #E9DDEE.


Background Color

.myBgColor { background-color: #E9DDEE; }

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

This div background color is #E9DDEE.


Border color

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

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

This div border color is #E9DDEE.


Opacity

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

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

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

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

This text has shadow with #E9DDEE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9DDEE on black background.


Color preview on white background

This text has color #E9DDEE on white background.



Black color preview on #E9DDEE background

This text has black color on #E9DDEE background.


White color preview on #E9DDEE background

This text has white color on #E9DDEE background.