COLOR #EED5FE

HEX: #EED5FE
RGB: (238,213,254)

Renk bilgisi

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

RGB renk modeli

#EED5FE color RGB value is (238,213,254).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 213 of 255 = 84%
B 254 of 255 = 100%

238
213
254

R + G + B ~ 92%. #EED5FE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 213 + 254 = 705 (100%)
R 238 of 705 ~ 33.76%
G 213 of 705 ~ 30.21%
B 254 of 705 ~ 36.03%

%33.76
%30.21
%36.03

CMYK RENK MODELİ

#EED5FE rengi CMYK tonu (6,16,0,0).

  • camgöbeği tonu 6.30%
  • eflatun tonu 16.14%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(6,16,0,0)
C6M16Y0K0 
(6%,16%,0%,0%)
(0.06/0.16/0.00/0.00)	

CMYK yüzdeleri

%6.3
%16.14
%0
%0.39

Codes

Color #EED5FE in popluar color models

EED5FE
RGB238213254
HSL277°95.35%91.57%
HSB/HSV277°16.14%99.61%
CMYK6.30%16.14%0.00%
0.39%

Color #EED5FE in popluar number systems.

HEXEED5FE
Decimal238213254
Binary111011101101010111111110
Octal356325376

Shades and tints

Shades of #EED5FE

#EED5FE
(238,213,254)
#D9C2E7
(217,194,231)
#C4AFD0
(196,175,208)
#AF9CB9
(175,156,185)
#9A89A2
(154,137,162)
#85768B
(133,118,139)
#706374
(112,99,116)
#5B505D
(91,80,93)
#463D46
(70,61,70)
#312A2F
(49,42,47)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EED5FE

#EED5FE
(238,213,254)
#EFD8FE
(239,216,254)
#F0DBFE
(240,219,254)
#F1DEFE
(241,222,254)
#F2E1FE
(242,225,254)
#F3E4FE
(243,228,254)
#F4E7FE
(244,231,254)
#F5EAFE
(245,234,254)
#F6EDFE
(246,237,254)
#F7F0FE
(247,240,254)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5FE; }

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

This text font color is #EED5FE.


Background Color

.myBgColor { background-color: #EED5FE; }

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

This div background color is #EED5FE.


Border color

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

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

This div border color is #EED5FE.


Opacity

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

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

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

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

This text has shadow with #EED5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5FE on black background.


Color preview on white background

This text has color #EED5FE on white background.



Black color preview on #EED5FE background

This text has black color on #EED5FE background.


White color preview on #EED5FE background

This text has white color on #EED5FE background.