COLOR #EEDDE9

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

238
221
233

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

Yüzdelerle RGB renk parçaları

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

%34.39
%31.94
%33.67

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%7.14
%2.1
%6.67

Codes

Color #EEDDE9 in popluar color models

EEDDE9
RGB238221233
HSL318°33.33%90.00%
HSB/HSV318°7.14%93.33%
CMYK0.00%7.14%2.10%
6.67%

Color #EEDDE9 in popluar number systems.

HEXEEDDE9
Decimal238221233
Binary111011101101110111101001
Octal356335351

Shades and tints

Shades of #EEDDE9

#EEDDE9
(238,221,233)
#D9C9D4
(217,201,212)
#C4B5BF
(196,181,191)
#AFA1AA
(175,161,170)
#9A8D95
(154,141,149)
#857980
(133,121,128)
#70656B
(112,101,107)
#5B5156
(91,81,86)
#463D41
(70,61,65)
#31292C
(49,41,44)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEDDE9

#EEDDE9
(238,221,233)
#EFE0EB
(239,224,235)
#F0E3ED
(240,227,237)
#F1E6EF
(241,230,239)
#F2E9F1
(242,233,241)
#F3ECF3
(243,236,243)
#F4EFF5
(244,239,245)
#F5F2F7
(245,242,247)
#F6F5F9
(246,245,249)
#F7F8FB
(247,248,251)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDE9; }

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

This text font color is #EEDDE9.


Background Color

.myBgColor { background-color: #EEDDE9; }

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

This div background color is #EEDDE9.


Border color

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

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

This div border color is #EEDDE9.


Opacity

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

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

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

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

This text has shadow with #EEDDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDE9 on black background.


Color preview on white background

This text has color #EEDDE9 on white background.



Black color preview on #EEDDE9 background

This text has black color on #EEDDE9 background.


White color preview on #EEDDE9 background

This text has white color on #EEDDE9 background.