COLOR #E4D2FB

HEX: #E4D2FB RGB: (228,210,251)

Color info

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

RGB color model

#E4D2FB color RGB value is (228,210,251).

RGB: (228,210,251) (89%, 82%, 98%)

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 251 of 255 = 98%

228
210
251

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

Portions of RGB colors in percentages

R + G + B = 228 + 210 + 251 = 689 (100%)
R 228 of 689 ~ 33.09%
G 210 of 689 ~ 30.48%
B 251 of 689 ~ 36.43'%

%33.09
%30.48
%36.43

CMYK color model

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

  • cyan value is 9.16%
  • magenta value is 16.33%
  • 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
%16.33
%0
%1.57

Codes

Color #E4D2FB in popluar color models

E4 D2 FB
RGB 228 210 251
HSL 266° 83.67% 90.39%
HSB/HSV 266° 16.33% 98.43%
CMYK 9.16% 16.33% 0.00%
1.57%

Color #E4D2FB in popluar number systems.

HEX E4 D2 FB
Decimal 228 210 251
Binary 11100100 11010010 11111011
Octal 344 322 373

Shades and tints

Shades of #E4D2FB

#E4D2FB
(228,210,251)
#D0BFE5
(208,191,229)
#BCACCF
(188,172,207)
#A899B9
(168,153,185)
#9486A3
(148,134,163)
#80738D
(128,115,141)
#6C6077
(108,96,119)
#584D61
(88,77,97)
#443A4B
(68,58,75)
#302735
(48,39,53)
#1C141F
(28,20,31)
#000000
(0,0,0)

Tints of #E4D2FB

#E4D2FB
(228,210,251)
#E6D6FB
(230,214,251)
#E8DAFB
(232,218,251)
#EADEFB
(234,222,251)
#ECE2FB
(236,226,251)
#EEE6FB
(238,230,251)
#F0EAFB
(240,234,251)
#F2EEFB
(242,238,251)
#F4F2FB
(244,242,251)
#F6F6FB
(246,246,251)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D2FB; }

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

This text font color is #E4D2FB.

Background Color

.myBgColor { background-color: #E4D2FB; }

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

This div background color is #E4D2FB.

Border color

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

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

This div border color is #E4D2FB.

Opacity

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

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

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

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

This text has shadow with #E4D2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D2FB.

Preview

Color preview on black background

This text has color #E4D2FB on black background.


Color preview on white background

This text has color #E4D2FB on white background.


Black color preview on #E4D2FB background

This text has black color on #E4D2FB background.


White color preview on #E4D2FB background

This text has white color on #E4D2FB background.


Related colors

Complementary color

Complementary color for #hex is #1B2D04.


I love getcolorcode.com

Triadic colors

1 #FBE4D2 and #D2FBE4 with #E4D2FB are triadic colors.

2 #FBD2E4 and #D2E4FB with #E4D2FB are triadic colors.