COLOR #EED9EE

HEX: #EED9EE RGB: (238,217,238)

Renk bilgisi

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

RGB renk modeli

#EED9EE color RGB value is (238,217,238).

RGB: (238,217,238) (93%, 85%, 93%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 238 of 255 = 93%

238
217
238

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

Yüzdelerle RGB renk parçaları

R + G + B = 238 + 217 + 238 = 693 (100%)
R 238 of 693 ~ 34.34%
G 217 of 693 ~ 31.31%
B 238 of 693 ~ 34.34'%

%34.34
%31.31
%34.34

CMYK RENK MODELİ

#EED9EE rengi CMYK tonu (0,9,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK: (0,9,0,7) C0M9Y0K7 (0%,9%,0%,7%) (0.00/0.09/0.00/0.07) 

CMYK yüzdeleri

%0
%8.82
%0
%6.67

Codes

Color #EED9EE in popluar color models

EE D9 EE
RGB 238 217 238
HSL 300° 38.18% 89.22%
HSB/HSV 300° 8.82% 93.33%
CMYK 0.00% 8.82% 0.00%
6.67%

Color #EED9EE in popluar number systems.

HEX EE D9 EE
Decimal 238 217 238
Binary 11101110 11011001 11101110
Octal 356 331 356

Shades and tints

Shades of #EED9EE

#EED9EE
(238,217,238)
#D9C6D9
(217,198,217)
#C4B3C4
(196,179,196)
#AFA0AF
(175,160,175)
#9A8D9A
(154,141,154)
#857A85
(133,122,133)
#706770
(112,103,112)
#5B545B
(91,84,91)
#464146
(70,65,70)
#312E31
(49,46,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EED9EE

#EED9EE
(238,217,238)
#EFDCEF
(239,220,239)
#F0DFF0
(240,223,240)
#F1E2F1
(241,226,241)
#F2E5F2
(242,229,242)
#F3E8F3
(243,232,243)
#F4EBF4
(244,235,244)
#F5EEF5
(245,238,245)
#F6F1F6
(246,241,246)
#F7F4F7
(247,244,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9EE; }

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

This text font color is #EED9EE.


Background Color

.myBgColor { background-color: #EED9EE; }

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

This div background color is #EED9EE.


Border color

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

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

This div border color is #EED9EE.


Opacity

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

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

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

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

This text has shadow with #EED9EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EED9EE on black background.


Color preview on white background

This text has color #EED9EE on white background.



Black color preview on #EED9EE background

This text has black color on #EED9EE background.


White color preview on #EED9EE background

This text has white color on #EED9EE background.