COLOR #EED4FA

HEX: #EED4FA
RGB: (238,212,250)

Renk bilgisi

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

RGB renk modeli

#EED4FA color RGB value is (238,212,250).

  • kırmız ton 238;
  • yeşil ton 212;
  • mavi ton 250.
RGB:
(238,212,250)
(93%,83%,98%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 212 of 255 = 83%
B 250 of 255 = 98%

238
212
250

R + G + B ~ 91%. #EED4FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 212 + 250 = 700 (100%)
R 238 of 700 ~ 34%
G 212 of 700 ~ 30.29%
B 250 of 700 ~ 35.71%

%34
%30.29
%35.71

CMYK RENK MODELİ

#EED4FA rengi CMYK tonu (5,15,0,2).

  • camgöbeği tonu 4.80%
  • eflatun tonu 15.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(5,15,0,2)
C5M15Y0K2 
(5%,15%,0%,2%)
(0.05/0.15/0.00/0.02)	

CMYK yüzdeleri

%4.8
%15.2
%0
%1.96

Codes

Color #EED4FA in popluar color models

EED4FA
RGB238212250
HSL281°79.17%90.59%
HSB/HSV281°15.20%98.04%
CMYK4.80%15.20%0.00%
1.96%

Color #EED4FA in popluar number systems.

HEXEED4FA
Decimal238212250
Binary111011101101010011111010
Octal356324372

Shades and tints

Shades of #EED4FA

#EED4FA
(238,212,250)
#D9C1E4
(217,193,228)
#C4AECE
(196,174,206)
#AF9BB8
(175,155,184)
#9A88A2
(154,136,162)
#85758C
(133,117,140)
#706276
(112,98,118)
#5B4F60
(91,79,96)
#463C4A
(70,60,74)
#312934
(49,41,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #EED4FA

#EED4FA
(238,212,250)
#EFD7FA
(239,215,250)
#F0DAFA
(240,218,250)
#F1DDFA
(241,221,250)
#F2E0FA
(242,224,250)
#F3E3FA
(243,227,250)
#F4E6FA
(244,230,250)
#F5E9FA
(245,233,250)
#F6ECFA
(246,236,250)
#F7EFFA
(247,239,250)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4FA; }

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

This text font color is #EED4FA.


Background Color

.myBgColor { background-color: #EED4FA; }

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

This div background color is #EED4FA.


Border color

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

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

This div border color is #EED4FA.


Opacity

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

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

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

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

This text has shadow with #EED4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4FA on black background.


Color preview on white background

This text has color #EED4FA on white background.



Black color preview on #EED4FA background

This text has black color on #EED4FA background.


White color preview on #EED4FA background

This text has white color on #EED4FA background.