COLOR #EED5EB

HEX: #EED5EB
RGB: (238,213,235)

Renk bilgisi

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

RGB renk modeli

#EED5EB color RGB value is (238,213,235).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 213 of 255 = 84%
B 235 of 255 = 92%

238
213
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 213 + 235 = 686 (100%)
R 238 of 686 ~ 34.69%
G 213 of 686 ~ 31.05%
B 235 of 686 ~ 34.26%

%34.69
%31.05
%34.26

CMYK RENK MODELİ

#EED5EB rengi CMYK tonu (0,11,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.50%
  • sarı tonu 1.26%
  • ana renk tonu 6.67%
CMYK:
(0,11,1,7)
C0M11Y1K7 
(0%,11%,1%,7%)
(0.00/0.11/0.01/0.07)	

CMYK yüzdeleri

%0
%10.5
%1.26
%6.67

Codes

Color #EED5EB in popluar color models

EED5EB
RGB238213235
HSL307°42.37%88.43%
HSB/HSV307°10.50%93.33%
CMYK0.00%10.50%1.26%
6.67%

Color #EED5EB in popluar number systems.

HEXEED5EB
Decimal238213235
Binary111011101101010111101011
Octal356325353

Shades and tints

Shades of #EED5EB

#EED5EB
(238,213,235)
#D9C2D6
(217,194,214)
#C4AFC1
(196,175,193)
#AF9CAC
(175,156,172)
#9A8997
(154,137,151)
#857682
(133,118,130)
#70636D
(112,99,109)
#5B5058
(91,80,88)
#463D43
(70,61,67)
#312A2E
(49,42,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EED5EB

#EED5EB
(238,213,235)
#EFD8EC
(239,216,236)
#F0DBED
(240,219,237)
#F1DEEE
(241,222,238)
#F2E1EF
(242,225,239)
#F3E4F0
(243,228,240)
#F4E7F1
(244,231,241)
#F5EAF2
(245,234,242)
#F6EDF3
(246,237,243)
#F7F0F4
(247,240,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5EB; }

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

This text font color is #EED5EB.


Background Color

.myBgColor { background-color: #EED5EB; }

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

This div background color is #EED5EB.


Border color

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

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

This div border color is #EED5EB.


Opacity

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

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

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

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

This text has shadow with #EED5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5EB on black background.


Color preview on white background

This text has color #EED5EB on white background.



Black color preview on #EED5EB background

This text has black color on #EED5EB background.


White color preview on #EED5EB background

This text has white color on #EED5EB background.