COLOR #E6D5F1

HEX: #E6D5F1
RGB: (230,213,241)

Renk bilgisi

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

RGB renk modeli

#E6D5F1 color RGB value is (230,213,241).

  • kırmız ton 230;
  • yeşil ton 213;
  • mavi ton 241.
RGB:
(230,213,241)
(90%,84%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 241 of 255 = 95%

230
213
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 241 = 684 (100%)
R 230 of 684 ~ 33.63%
G 213 of 684 ~ 31.14%
B 241 of 684 ~ 35.23%

%33.63
%31.14
%35.23

CMYK RENK MODELİ

#E6D5F1 rengi CMYK tonu (5,12,0,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 11.62%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,12,0,5)
C5M12Y0K5 
(5%,12%,0%,5%)
(0.05/0.12/0.00/0.05)	

CMYK yüzdeleri

%4.56
%11.62
%0
%5.49

Codes

Color #E6D5F1 in popluar color models

E6D5F1
RGB230213241
HSL276°50.00%89.02%
HSB/HSV276°11.62%94.51%
CMYK4.56%11.62%0.00%
5.49%

Color #E6D5F1 in popluar number systems.

HEXE6D5F1
Decimal230213241
Binary111001101101010111110001
Octal346325361

Shades and tints

Shades of #E6D5F1

#E6D5F1
(230,213,241)
#D2C2DC
(210,194,220)
#BEAFC7
(190,175,199)
#AA9CB2
(170,156,178)
#96899D
(150,137,157)
#827688
(130,118,136)
#6E6373
(110,99,115)
#5A505E
(90,80,94)
#463D49
(70,61,73)
#322A34
(50,42,52)
#1E171F
(30,23,31)
#000000
(0,0,0)

Tints of #E6D5F1

#E6D5F1
(230,213,241)
#E8D8F2
(232,216,242)
#EADBF3
(234,219,243)
#ECDEF4
(236,222,244)
#EEE1F5
(238,225,245)
#F0E4F6
(240,228,246)
#F2E7F7
(242,231,247)
#F4EAF8
(244,234,248)
#F6EDF9
(246,237,249)
#F8F0FA
(248,240,250)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D5F1 color. Also use rgb(230,213,241) instead hex code.

Text Font Color

.myTextColor { color: #E6D5F1; }

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

This text font color is #E6D5F1.


Background Color

.myBgColor { background-color: #E6D5F1; }

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

This div background color is #E6D5F1.


Border color

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

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

This div border color is #E6D5F1.


Opacity

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

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

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

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

This text has shadow with #E6D5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5F1 on black background.


Color preview on white background

This text has color #E6D5F1 on white background.



Black color preview on #E6D5F1 background

This text has black color on #E6D5F1 background.


White color preview on #E6D5F1 background

This text has white color on #E6D5F1 background.