COLOR #E4DBF6

HEX: #E4DBF6 RGB: (228,219,246)

Color info

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

RGB color model

#E4DBF6 color RGB value is (228,219,246).

RGB: (228,219,246) (89%, 86%, 96%)

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 246 of 255 = 96%

228
219
246

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

Portions of RGB colors in percentages

R + G + B = 228 + 219 + 246 = 693 (100%)
R 228 of 693 ~ 32.9%
G 219 of 693 ~ 31.6%
B 246 of 693 ~ 35.5'%

%32.9
%31.6
%35.5

CMYK color model

#E4DBF6 color CMYK value is (7,11,0,4).

  • cyan value is 7.32%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (7,11,0,4)
C7M11Y0K4 (7%, 11%, 0%, 4%)
(0.07 / 0.11 / 0.00 / 0.04)

CMYK percentages

%7.32
%10.98
%0
%3.53

Codes

Color #E4DBF6 in popluar color models

E4 DB F6
RGB 228 219 246
HSL 260° 60.00% 91.18%
HSB/HSV 260° 10.98% 96.47%
CMYK 7.32% 10.98% 0.00%
3.53%

Color #E4DBF6 in popluar number systems.

HEX E4 DB F6
Decimal 228 219 246
Binary 11100100 11011011 11110110
Octal 344 333 366

Shades and tints

Shades of #E4DBF6

#E4DBF6
(228,219,246)
#D0C8E0
(208,200,224)
#BCB5CA
(188,181,202)
#A8A2B4
(168,162,180)
#948F9E
(148,143,158)
#807C88
(128,124,136)
#6C6972
(108,105,114)
#58565C
(88,86,92)
#444346
(68,67,70)
#303030
(48,48,48)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #E4DBF6

#E4DBF6
(228,219,246)
#E6DEF6
(230,222,246)
#E8E1F6
(232,225,246)
#EAE4F6
(234,228,246)
#ECE7F6
(236,231,246)
#EEEAF6
(238,234,246)
#F0EDF6
(240,237,246)
#F2F0F6
(242,240,246)
#F4F3F6
(244,243,246)
#F6F6F6
(246,246,246)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DBF6; }

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

This text font color is #E4DBF6.

Background Color

.myBgColor { background-color: #E4DBF6; }

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

This div background color is #E4DBF6.

Border color

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

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

This div border color is #E4DBF6.

Opacity

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

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

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

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

This text has shadow with #E4DBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DBF6.

Preview

Color preview on black background

This text has color #E4DBF6 on black background.


Color preview on white background

This text has color #E4DBF6 on white background.


Black color preview on #E4DBF6 background

This text has black color on #E4DBF6 background.


White color preview on #E4DBF6 background

This text has white color on #E4DBF6 background.


Related colors

Complementary color

Complementary color for #hex is #1B2409.


I love getcolorcode.com

Triadic colors

1 #F6E4DB and #DBF6E4 with #E4DBF6 are triadic colors.

2 #F6DBE4 and #DBE4F6 with #E4DBF6 are triadic colors.