COLOR #E4DBF2

HEX: #E4DBF2 RGB: (228,219,242)

Color info

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

RGB color model

#E4DBF2 color RGB value is (228,219,242).

RGB: (228,219,242) (89%, 86%, 95%)

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 242 of 255 = 95%

228
219
242

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

Portions of RGB colors in percentages

R + G + B = 228 + 219 + 242 = 689 (100%)
R 228 of 689 ~ 33.09%
G 219 of 689 ~ 31.79%
B 242 of 689 ~ 35.12'%

%33.09
%31.79
%35.12

CMYK color model

#E4DBF2 color CMYK value is (6,10,0,5).

  • cyan value is 5.79%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (6,10,0,5)
C6M10Y0K5 (6%, 10%, 0%, 5%)
(0.06 / 0.10 / 0.00 / 0.05)

CMYK percentages

%5.79
%9.5
%0
%5.1

Codes

Color #E4DBF2 in popluar color models

E4 DB F2
RGB 228 219 242
HSL 263° 46.94% 90.39%
HSB/HSV 263° 9.50% 94.90%
CMYK 5.79% 9.50% 0.00%
5.10%

Color #E4DBF2 in popluar number systems.

HEX E4 DB F2
Decimal 228 219 242
Binary 11100100 11011011 11110010
Octal 344 333 362

Shades and tints

Shades of #E4DBF2

#E4DBF2
(228,219,242)
#D0C8DC
(208,200,220)
#BCB5C6
(188,181,198)
#A8A2B0
(168,162,176)
#948F9A
(148,143,154)
#807C84
(128,124,132)
#6C696E
(108,105,110)
#585658
(88,86,88)
#444342
(68,67,66)
#30302C
(48,48,44)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #E4DBF2

#E4DBF2
(228,219,242)
#E6DEF3
(230,222,243)
#E8E1F4
(232,225,244)
#EAE4F5
(234,228,245)
#ECE7F6
(236,231,246)
#EEEAF7
(238,234,247)
#F0EDF8
(240,237,248)
#F2F0F9
(242,240,249)
#F4F3FA
(244,243,250)
#F6F6FB
(246,246,251)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DBF2 color. Also use rgb(228,219,242) instead hex code.

Text Font Color

.myTextColor { color: #E4DBF2; }

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

This text font color is #E4DBF2.

Background Color

.myBgColor { background-color: #E4DBF2; }

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

This div background color is #E4DBF2.

Border color

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

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

This div border color is #E4DBF2.

Opacity

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

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

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

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

This text has shadow with #E4DBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DBF2.

Preview

Color preview on black background

This text has color #E4DBF2 on black background.


Color preview on white background

This text has color #E4DBF2 on white background.


Black color preview on #E4DBF2 background

This text has black color on #E4DBF2 background.


White color preview on #E4DBF2 background

This text has white color on #E4DBF2 background.


Related colors

Complementary color

Complementary color for #hex is #1B240D.


I love getcolorcode.com

Triadic colors

1 #F2E4DB and #DBF2E4 with #E4DBF2 are triadic colors.

2 #F2DBE4 and #DBE4F2 with #E4DBF2 are triadic colors.