COLOR #E4D4FB

HEX: #E4D4FB
RGB: (228,212,251)

Color info

#E4D4FB contains red, green and blue colors in about the same proportion. Web safe color of #E4D4FB is #CCCCFF (or #CCF).

RGB color model

#E4D4FB color RGB value is (228,212,251).

  • red value is 228;
  • green value is 212;
  • blue value is 251.
RGB:
(228,212,251)
(89%,83%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 251 of 255 = 98%

228
212
251

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

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 251 = 691 (100%)
R 228 of 691 ~ 33%
G 212 of 691 ~ 30.68%
B 251 of 691 ~ 36.32%

%33
%30.68
%36.32

CMYK color model

#E4D4FB color CMYK value is (9,16,0,2).

  • cyan value is 9.16%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,16,0,2)
C9M16Y0K2 
(9%,16%,0%,2%)
(0.09/0.16/0.00/0.02)	

CMYK percentages

%9.16
%15.54
%0
%1.57

Codes

Color #E4D4FB in popluar color models

E4D4FB
RGB228212251
HSL265°82.98%90.78%
HSB/HSV265°15.54%98.43%
CMYK9.16%15.54%0.00%
1.57%

Color #E4D4FB in popluar number systems.

HEXE4D4FB
Decimal228212251
Binary111001001101010011111011
Octal344324373

Shades and tints

Shades of #E4D4FB

#E4D4FB
(228,212,251)
#D0C1E5
(208,193,229)
#BCAECF
(188,174,207)
#A89BB9
(168,155,185)
#9488A3
(148,136,163)
#80758D
(128,117,141)
#6C6277
(108,98,119)
#584F61
(88,79,97)
#443C4B
(68,60,75)
#302935
(48,41,53)
#1C161F
(28,22,31)
#000000
(0,0,0)

Tints of #E4D4FB

#E4D4FB
(228,212,251)
#E6D7FB
(230,215,251)
#E8DAFB
(232,218,251)
#EADDFB
(234,221,251)
#ECE0FB
(236,224,251)
#EEE3FB
(238,227,251)
#F0E6FB
(240,230,251)
#F2E9FB
(242,233,251)
#F4ECFB
(244,236,251)
#F6EFFB
(246,239,251)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D4FB color. Also use rgb(228,212,251) instead hex code.

Text Font Color

.myTextColor { color: #E4D4FB; }

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

This text font color is #E4D4FB.


Background Color

.myBgColor { background-color: #E4D4FB; }

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

This div background color is #E4D4FB.


Border color

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

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

This div border color is #E4D4FB.


Opacity

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

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

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

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

This text has shadow with #E4D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D4FB on black background.


Color preview on white background

This text has color #E4D4FB on white background.



Black color preview on #E4D4FB background

This text has black color on #E4D4FB background.


White color preview on #E4D4FB background

This text has white color on #E4D4FB background.