COLOR #E3D4FB

HEX: #E3D4FB RGB: (227,212,251)

Color info

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

RGB color model

#E3D4FB color RGB value is (227,212,251).

RGB: (227,212,251) (89%, 83%, 98%)

RGB channels and saturation

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

227
212
251

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

Portions of RGB colors in percentages

R + G + B = 227 + 212 + 251 = 690 (100%)
R 227 of 690 ~ 32.9%
G 212 of 690 ~ 30.72%
B 251 of 690 ~ 36.38'%

%32.9
%30.72
%36.38

CMYK color model

#E3D4FB color CMYK value is (10,16,0,2).

  • cyan value is 9.56%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,16,0,2)
C10M16Y0K2 (10%, 16%, 0%, 2%)
(0.10 / 0.16 / 0.00 / 0.02)

CMYK percentages

%9.56
%15.54
%0
%1.57

Codes

Color #E3D4FB in popluar color models

E3 D4 FB
RGB 227 212 251
HSL 263° 82.98% 90.78%
HSB/HSV 263° 15.54% 98.43%
CMYK 9.56% 15.54% 0.00%
1.57%

Color #E3D4FB in popluar number systems.

HEX E3 D4 FB
Decimal 227 212 251
Binary 11100011 11010100 11111011
Octal 343 324 373

Shades and tints

Shades of #E3D4FB

#E3D4FB
(227,212,251)
#CFC1E5
(207,193,229)
#BBAECF
(187,174,207)
#A79BB9
(167,155,185)
#9388A3
(147,136,163)
#7F758D
(127,117,141)
#6B6277
(107,98,119)
#574F61
(87,79,97)
#433C4B
(67,60,75)
#2F2935
(47,41,53)
#1B161F
(27,22,31)
#000000
(0,0,0)

Tints of #E3D4FB

#E3D4FB
(227,212,251)
#E5D7FB
(229,215,251)
#E7DAFB
(231,218,251)
#E9DDFB
(233,221,251)
#EBE0FB
(235,224,251)
#EDE3FB
(237,227,251)
#EFE6FB
(239,230,251)
#F1E9FB
(241,233,251)
#F3ECFB
(243,236,251)
#F5EFFB
(245,239,251)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D4FB; }

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

This text font color is #E3D4FB.

Background Color

.myBgColor { background-color: #E3D4FB; }

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

This div background color is #E3D4FB.

Border color

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

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

This div border color is #E3D4FB.

Opacity

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

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

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

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

This text has shadow with #E3D4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D4FB.

Preview

Color preview on black background

This text has color #E3D4FB on black background.


Color preview on white background

This text has color #E3D4FB on white background.


Black color preview on #E3D4FB background

This text has black color on #E3D4FB background.


White color preview on #E3D4FB background

This text has white color on #E3D4FB background.


Related colors

Complementary color

Complementary color for #hex is #1C2B04.


I love getcolorcode.com

Triadic colors

1 #FBE3D4 and #D4FBE3 with #E3D4FB are triadic colors.

2 #FBD4E3 and #D4E3FB with #E3D4FB are triadic colors.