COLOR #E2D8FA

HEX: #E2D8FA
RGB: (226,216,250)

Renk bilgisi

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

RGB renk modeli

#E2D8FA color RGB value is (226,216,250).

  • kırmız ton 226;
  • yeşil ton 216;
  • mavi ton 250.
RGB:
(226,216,250)
(89%,85%,98%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 216 of 255 = 85%
B 250 of 255 = 98%

226
216
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 216 + 250 = 692 (100%)
R 226 of 692 ~ 32.66%
G 216 of 692 ~ 31.21%
B 250 of 692 ~ 36.13%

%32.66
%31.21
%36.13

CMYK RENK MODELİ

#E2D8FA rengi CMYK tonu (10,14,0,2).

  • camgöbeği tonu 9.60%
  • eflatun tonu 13.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(10,14,0,2)
C10M14Y0K2 
(10%,14%,0%,2%)
(0.10/0.14/0.00/0.02)	

CMYK yüzdeleri

%9.6
%13.6
%0
%1.96

Codes

Color #E2D8FA in popluar color models

E2D8FA
RGB226216250
HSL258°77.27%91.37%
HSB/HSV258°13.60%98.04%
CMYK9.60%13.60%0.00%
1.96%

Color #E2D8FA in popluar number systems.

HEXE2D8FA
Decimal226216250
Binary111000101101100011111010
Octal342330372

Shades and tints

Shades of #E2D8FA

#E2D8FA
(226,216,250)
#CEC5E4
(206,197,228)
#BAB2CE
(186,178,206)
#A69FB8
(166,159,184)
#928CA2
(146,140,162)
#7E798C
(126,121,140)
#6A6676
(106,102,118)
#565360
(86,83,96)
#42404A
(66,64,74)
#2E2D34
(46,45,52)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #E2D8FA

#E2D8FA
(226,216,250)
#E4DBFA
(228,219,250)
#E6DEFA
(230,222,250)
#E8E1FA
(232,225,250)
#EAE4FA
(234,228,250)
#ECE7FA
(236,231,250)
#EEEAFA
(238,234,250)
#F0EDFA
(240,237,250)
#F2F0FA
(242,240,250)
#F4F3FA
(244,243,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D8FA color. Also use rgb(226,216,250) instead hex code.

Text Font Color

.myTextColor { color: #E2D8FA; }

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

This text font color is #E2D8FA.


Background Color

.myBgColor { background-color: #E2D8FA; }

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

This div background color is #E2D8FA.


Border color

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

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

This div border color is #E2D8FA.


Opacity

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

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

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

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

This text has shadow with #E2D8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D8FA on black background.


Color preview on white background

This text has color #E2D8FA on white background.



Black color preview on #E2D8FA background

This text has black color on #E2D8FA background.


White color preview on #E2D8FA background

This text has white color on #E2D8FA background.