COLOR #EED6EC

HEX: #EED6EC
RGB: (238,214,236)

Renk bilgisi

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

RGB renk modeli

#EED6EC color RGB value is (238,214,236).

  • kırmız ton 238;
  • yeşil ton 214;
  • mavi ton 236.
RGB:
(238,214,236)
(93%,84%,93%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 214 of 255 = 84%
B 236 of 255 = 93%

238
214
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 214 + 236 = 688 (100%)
R 238 of 688 ~ 34.59%
G 214 of 688 ~ 31.1%
B 236 of 688 ~ 34.3%

%34.59
%31.1
%34.3

CMYK RENK MODELİ

#EED6EC rengi CMYK tonu (0,10,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 0.84%
  • ana renk tonu 6.67%
CMYK:
(0,10,1,7)
C0M10Y1K7 
(0%,10%,1%,7%)
(0.00/0.10/0.01/0.07)	

CMYK yüzdeleri

%0
%10.08
%0.84
%6.67

Codes

Color #EED6EC in popluar color models

EED6EC
RGB238214236
HSL305°41.38%88.63%
HSB/HSV305°10.08%93.33%
CMYK0.00%10.08%0.84%
6.67%

Color #EED6EC in popluar number systems.

HEXEED6EC
Decimal238214236
Binary111011101101011011101100
Octal356326354

Shades and tints

Shades of #EED6EC

#EED6EC
(238,214,236)
#D9C3D7
(217,195,215)
#C4B0C2
(196,176,194)
#AF9DAD
(175,157,173)
#9A8A98
(154,138,152)
#857783
(133,119,131)
#70646E
(112,100,110)
#5B5159
(91,81,89)
#463E44
(70,62,68)
#312B2F
(49,43,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EED6EC

#EED6EC
(238,214,236)
#EFD9ED
(239,217,237)
#F0DCEE
(240,220,238)
#F1DFEF
(241,223,239)
#F2E2F0
(242,226,240)
#F3E5F1
(243,229,241)
#F4E8F2
(244,232,242)
#F5EBF3
(245,235,243)
#F6EEF4
(246,238,244)
#F7F1F5
(247,241,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED6EC; }

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

This text font color is #EED6EC.


Background Color

.myBgColor { background-color: #EED6EC; }

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

This div background color is #EED6EC.


Border color

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

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

This div border color is #EED6EC.


Opacity

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

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

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

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

This text has shadow with #EED6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED6EC on black background.


Color preview on white background

This text has color #EED6EC on white background.



Black color preview on #EED6EC background

This text has black color on #EED6EC background.


White color preview on #EED6EC background

This text has white color on #EED6EC background.