COLOR #EEDDE6

HEX: #EEDDE6
RGB: (238,221,230)

Renk bilgisi

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

RGB renk modeli

#EEDDE6 color RGB value is (238,221,230).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 221 of 255 = 87%
B 230 of 255 = 90%

238
221
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 221 + 230 = 689 (100%)
R 238 of 689 ~ 34.54%
G 221 of 689 ~ 32.08%
B 230 of 689 ~ 33.38%

%34.54
%32.08
%33.38

CMYK RENK MODELİ

#EEDDE6 rengi CMYK tonu (0,7,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.14%
  • sarı tonu 3.36%
  • ana renk tonu 6.67%
CMYK:
(0,7,3,7)
C0M7Y3K7 
(0%,7%,3%,7%)
(0.00/0.07/0.03/0.07)	

CMYK yüzdeleri

%0
%7.14
%3.36
%6.67

Codes

Color #EEDDE6 in popluar color models

EEDDE6
RGB238221230
HSL328°33.33%90.00%
HSB/HSV328°7.14%93.33%
CMYK0.00%7.14%3.36%
6.67%

Color #EEDDE6 in popluar number systems.

HEXEEDDE6
Decimal238221230
Binary111011101101110111100110
Octal356335346

Shades and tints

Shades of #EEDDE6

#EEDDE6
(238,221,230)
#D9C9D2
(217,201,210)
#C4B5BE
(196,181,190)
#AFA1AA
(175,161,170)
#9A8D96
(154,141,150)
#857982
(133,121,130)
#70656E
(112,101,110)
#5B515A
(91,81,90)
#463D46
(70,61,70)
#312932
(49,41,50)
#1C151E
(28,21,30)
#000000
(0,0,0)

Tints of #EEDDE6

#EEDDE6
(238,221,230)
#EFE0E8
(239,224,232)
#F0E3EA
(240,227,234)
#F1E6EC
(241,230,236)
#F2E9EE
(242,233,238)
#F3ECF0
(243,236,240)
#F4EFF2
(244,239,242)
#F5F2F4
(245,242,244)
#F6F5F6
(246,245,246)
#F7F8F8
(247,248,248)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDE6; }

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

This text font color is #EEDDE6.


Background Color

.myBgColor { background-color: #EEDDE6; }

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

This div background color is #EEDDE6.


Border color

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

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

This div border color is #EEDDE6.


Opacity

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

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

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

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

This text has shadow with #EEDDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDE6 on black background.


Color preview on white background

This text has color #EEDDE6 on white background.



Black color preview on #EEDDE6 background

This text has black color on #EEDDE6 background.


White color preview on #EEDDE6 background

This text has white color on #EEDDE6 background.