COLOR #E1D6FF

HEX: #E1D6FF
RGB: (225,214,255)

Renk bilgisi

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

RGB renk modeli

#E1D6FF color RGB value is (225,214,255).

  • kırmız ton 225;
  • yeşil ton 214;
  • mavi ton 255.
RGB:
(225,214,255)
(88%,84%,100%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 214 of 255 = 84%
B 255 of 255 = 100%

225
214
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 214 + 255 = 694 (100%)
R 225 of 694 ~ 32.42%
G 214 of 694 ~ 30.84%
B 255 of 694 ~ 36.74%

%32.42
%30.84
%36.74

CMYK RENK MODELİ

#E1D6FF rengi CMYK tonu (12,16,0,0).

  • camgöbeği tonu 11.76%
  • eflatun tonu 16.08%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(12,16,0,0)
C12M16Y0K0 
(12%,16%,0%,0%)
(0.12/0.16/0.00/0.00)	

CMYK yüzdeleri

%11.76
%16.08
%0
%0

Codes

Color #E1D6FF in popluar color models

E1D6FF
RGB225214255
HSL256°100.00%91.96%
HSB/HSV256°16.08%100.00%
CMYK11.76%16.08%0.00%
0.00%

Color #E1D6FF in popluar number systems.

HEXE1D6FF
Decimal225214255
Binary111000011101011011111111
Octal341326377

Shades and tints

Shades of #E1D6FF

#E1D6FF
(225,214,255)
#CDC3E8
(205,195,232)
#B9B0D1
(185,176,209)
#A59DBA
(165,157,186)
#918AA3
(145,138,163)
#7D778C
(125,119,140)
#696475
(105,100,117)
#55515E
(85,81,94)
#413E47
(65,62,71)
#2D2B30
(45,43,48)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1D6FF

#E1D6FF
(225,214,255)
#E3D9FF
(227,217,255)
#E5DCFF
(229,220,255)
#E7DFFF
(231,223,255)
#E9E2FF
(233,226,255)
#EBE5FF
(235,229,255)
#EDE8FF
(237,232,255)
#EFEBFF
(239,235,255)
#F1EEFF
(241,238,255)
#F3F1FF
(243,241,255)
#F5F4FF
(245,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D6FF color. Also use rgb(225,214,255) instead hex code.

Text Font Color

.myTextColor { color: #E1D6FF; }

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

This text font color is #E1D6FF.


Background Color

.myBgColor { background-color: #E1D6FF; }

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

This div background color is #E1D6FF.


Border color

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

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

This div border color is #E1D6FF.


Opacity

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

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

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

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

This text has shadow with #E1D6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6FF on black background.


Color preview on white background

This text has color #E1D6FF on white background.



Black color preview on #E1D6FF background

This text has black color on #E1D6FF background.


White color preview on #E1D6FF background

This text has white color on #E1D6FF background.