COLOR #E1D2FB

HEX: #E1D2FB
RGB: (225,210,251)

Renk bilgisi

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

RGB renk modeli

#E1D2FB color RGB value is (225,210,251).

  • kırmız ton 225;
  • yeşil ton 210;
  • mavi ton 251.
RGB:
(225,210,251)
(88%,82%,98%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 210 of 255 = 82%
B 251 of 255 = 98%

225
210
251

R + G + B ~ 89%. #E1D2FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 210 + 251 = 686 (100%)
R 225 of 686 ~ 32.8%
G 210 of 686 ~ 30.61%
B 251 of 686 ~ 36.59%

%32.8
%30.61
%36.59

CMYK RENK MODELİ

#E1D2FB rengi CMYK tonu (10,16,0,2).

  • camgöbeği tonu 10.36%
  • eflatun tonu 16.33%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(10,16,0,2)
C10M16Y0K2 
(10%,16%,0%,2%)
(0.10/0.16/0.00/0.02)	

CMYK yüzdeleri

%10.36
%16.33
%0
%1.57

Codes

Color #E1D2FB in popluar color models

E1D2FB
RGB225210251
HSL262°83.67%90.39%
HSB/HSV262°16.33%98.43%
CMYK10.36%16.33%0.00%
1.57%

Color #E1D2FB in popluar number systems.

HEXE1D2FB
Decimal225210251
Binary111000011101001011111011
Octal341322373

Shades and tints

Shades of #E1D2FB

#E1D2FB
(225,210,251)
#CDBFE5
(205,191,229)
#B9ACCF
(185,172,207)
#A599B9
(165,153,185)
#9186A3
(145,134,163)
#7D738D
(125,115,141)
#696077
(105,96,119)
#554D61
(85,77,97)
#413A4B
(65,58,75)
#2D2735
(45,39,53)
#19141F
(25,20,31)
#000000
(0,0,0)

Tints of #E1D2FB

#E1D2FB
(225,210,251)
#E3D6FB
(227,214,251)
#E5DAFB
(229,218,251)
#E7DEFB
(231,222,251)
#E9E2FB
(233,226,251)
#EBE6FB
(235,230,251)
#EDEAFB
(237,234,251)
#EFEEFB
(239,238,251)
#F1F2FB
(241,242,251)
#F3F6FB
(243,246,251)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D2FB color. Also use rgb(225,210,251) instead hex code.

Text Font Color

.myTextColor { color: #E1D2FB; }

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

This text font color is #E1D2FB.


Background Color

.myBgColor { background-color: #E1D2FB; }

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

This div background color is #E1D2FB.


Border color

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

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

This div border color is #E1D2FB.


Opacity

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

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

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

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

This text has shadow with #E1D2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D2FB on black background.


Color preview on white background

This text has color #E1D2FB on white background.



Black color preview on #E1D2FB background

This text has black color on #E1D2FB background.


White color preview on #E1D2FB background

This text has white color on #E1D2FB background.