COLOR #EED4FF

HEX: #EED4FF
RGB: (238,212,255)

Renk bilgisi

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

RGB renk modeli

#EED4FF color RGB value is (238,212,255).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 212 of 255 = 83%
B 255 of 255 = 100%

238
212
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 212 + 255 = 705 (100%)
R 238 of 705 ~ 33.76%
G 212 of 705 ~ 30.07%
B 255 of 705 ~ 36.17%

%33.76
%30.07
%36.17

CMYK RENK MODELİ

#EED4FF rengi CMYK tonu (7,17,0,0).

  • camgöbeği tonu 6.67%
  • eflatun tonu 16.86%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(7,17,0,0)
C7M17Y0K0 
(7%,17%,0%,0%)
(0.07/0.17/0.00/0.00)	

CMYK yüzdeleri

%6.67
%16.86
%0
%0

Codes

Color #EED4FF in popluar color models

EED4FF
RGB238212255
HSL276°100.00%91.57%
HSB/HSV276°16.86%100.00%
CMYK6.67%16.86%0.00%
0.00%

Color #EED4FF in popluar number systems.

HEXEED4FF
Decimal238212255
Binary111011101101010011111111
Octal356324377

Shades and tints

Shades of #EED4FF

#EED4FF
(238,212,255)
#D9C1E8
(217,193,232)
#C4AED1
(196,174,209)
#AF9BBA
(175,155,186)
#9A88A3
(154,136,163)
#85758C
(133,117,140)
#706275
(112,98,117)
#5B4F5E
(91,79,94)
#463C47
(70,60,71)
#312930
(49,41,48)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #EED4FF

#EED4FF
(238,212,255)
#EFD7FF
(239,215,255)
#F0DAFF
(240,218,255)
#F1DDFF
(241,221,255)
#F2E0FF
(242,224,255)
#F3E3FF
(243,227,255)
#F4E6FF
(244,230,255)
#F5E9FF
(245,233,255)
#F6ECFF
(246,236,255)
#F7EFFF
(247,239,255)
#F8F2FF
(248,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4FF; }

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

This text font color is #EED4FF.


Background Color

.myBgColor { background-color: #EED4FF; }

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

This div background color is #EED4FF.


Border color

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

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

This div border color is #EED4FF.


Opacity

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

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

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

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

This text has shadow with #EED4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4FF on black background.


Color preview on white background

This text has color #EED4FF on white background.



Black color preview on #EED4FF background

This text has black color on #EED4FF background.


White color preview on #EED4FF background

This text has white color on #EED4FF background.