COLOR #EED8E6

HEX: #EED8E6
RGB: (238,216,230)

Renk bilgisi

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

RGB renk modeli

#EED8E6 color RGB value is (238,216,230).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 216 of 255 = 85%
B 230 of 255 = 90%

238
216
230

R + G + B ~ 89%. #EED8E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 216 + 230 = 684 (100%)
R 238 of 684 ~ 34.8%
G 216 of 684 ~ 31.58%
B 230 of 684 ~ 33.63%

%34.8
%31.58
%33.63

CMYK RENK MODELİ

#EED8E6 rengi CMYK tonu (0,9,3,7).

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

CMYK yüzdeleri

%0
%9.24
%3.36
%6.67

Codes

Color #EED8E6 in popluar color models

EED8E6
RGB238216230
HSL322°39.29%89.02%
HSB/HSV322°9.24%93.33%
CMYK0.00%9.24%3.36%
6.67%

Color #EED8E6 in popluar number systems.

HEXEED8E6
Decimal238216230
Binary111011101101100011100110
Octal356330346

Shades and tints

Shades of #EED8E6

#EED8E6
(238,216,230)
#D9C5D2
(217,197,210)
#C4B2BE
(196,178,190)
#AF9FAA
(175,159,170)
#9A8C96
(154,140,150)
#857982
(133,121,130)
#70666E
(112,102,110)
#5B535A
(91,83,90)
#464046
(70,64,70)
#312D32
(49,45,50)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #EED8E6

#EED8E6
(238,216,230)
#EFDBE8
(239,219,232)
#F0DEEA
(240,222,234)
#F1E1EC
(241,225,236)
#F2E4EE
(242,228,238)
#F3E7F0
(243,231,240)
#F4EAF2
(244,234,242)
#F5EDF4
(245,237,244)
#F6F0F6
(246,240,246)
#F7F3F8
(247,243,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8E6; }

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

This text font color is #EED8E6.


Background Color

.myBgColor { background-color: #EED8E6; }

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

This div background color is #EED8E6.


Border color

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

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

This div border color is #EED8E6.


Opacity

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

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

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

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

This text has shadow with #EED8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED8E6 on black background.


Color preview on white background

This text has color #EED8E6 on white background.



Black color preview on #EED8E6 background

This text has black color on #EED8E6 background.


White color preview on #EED8E6 background

This text has white color on #EED8E6 background.