COLOR #E5DBFD

HEX: #E5DBFD RGB: (229,219,253)

Color info

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

RGB color model

#E5DBFD color RGB value is (229,219,253).

RGB: (229,219,253) (90%, 86%, 99%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 253 of 255 = 99%

229
219
253

R + G + B ~ 92%. #E5DBFD is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 253 = 701 (100%)
R 229 of 701 ~ 32.67%
G 219 of 701 ~ 31.24%
B 253 of 701 ~ 36.09'%

%32.67
%31.24
%36.09

CMYK color model

#E5DBFD color CMYK value is (9,13,0,1).

  • cyan value is 9.49%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (9,13,0,1)
C9M13Y0K1 (9%, 13%, 0%, 1%)
(0.09 / 0.13 / 0.00 / 0.01)

CMYK percentages

%9.49
%13.44
%0
%0.78

Codes

Color #E5DBFD in popluar color models

E5 DB FD
RGB 229 219 253
HSL 258° 89.47% 92.55%
HSB/HSV 258° 13.44% 99.22%
CMYK 9.49% 13.44% 0.00%
0.78%

Color #E5DBFD in popluar number systems.

HEX E5 DB FD
Decimal 229 219 253
Binary 11100101 11011011 11111101
Octal 345 333 375

Shades and tints

Shades of #E5DBFD

#E5DBFD
(229,219,253)
#D1C8E6
(209,200,230)
#BDB5CF
(189,181,207)
#A9A2B8
(169,162,184)
#958FA1
(149,143,161)
#817C8A
(129,124,138)
#6D6973
(109,105,115)
#59565C
(89,86,92)
#454345
(69,67,69)
#31302E
(49,48,46)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #E5DBFD

#E5DBFD
(229,219,253)
#E7DEFD
(231,222,253)
#E9E1FD
(233,225,253)
#EBE4FD
(235,228,253)
#EDE7FD
(237,231,253)
#EFEAFD
(239,234,253)
#F1EDFD
(241,237,253)
#F3F0FD
(243,240,253)
#F5F3FD
(245,243,253)
#F7F6FD
(247,246,253)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DBFD color. Also use rgb(229,219,253) instead hex code.

Text Font Color

.myTextColor { color: #E5DBFD; }

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

This text font color is #E5DBFD.

Background Color

.myBgColor { background-color: #E5DBFD; }

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

This div background color is #E5DBFD.

Border color

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

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

This div border color is #E5DBFD.

Opacity

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

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

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

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

This text has shadow with #E5DBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBFD.

Preview

Color preview on black background

This text has color #E5DBFD on black background.


Color preview on white background

This text has color #E5DBFD on white background.


Black color preview on #E5DBFD background

This text has black color on #E5DBFD background.


White color preview on #E5DBFD background

This text has white color on #E5DBFD background.


Related colors

Complementary color

Complementary color for #hex is #1A2402.


I love getcolorcode.com

Triadic colors

1 #FDE5DB and #DBFDE5 with #E5DBFD are triadic colors.

2 #FDDBE5 and #DBE5FD with #E5DBFD are triadic colors.