COLOR #E5DBFC

HEX: #E5DBFC RGB: (229,219,252)

Color info

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

RGB color model

#E5DBFC color RGB value is (229,219,252).

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

RGB channels and saturation

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

229
219
252

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

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 252 = 700 (100%)
R 229 of 700 ~ 32.71%
G 219 of 700 ~ 31.29%
B 252 of 700 ~ 36'%

%32.71
%31.29
%36

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 1.18%

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

CMYK percentages

%9.13
%13.1
%0
%1.18

Codes

Color #E5DBFC in popluar color models

E5 DB FC
RGB 229 219 252
HSL 258° 84.62% 92.35%
HSB/HSV 258° 13.10% 98.82%
CMYK 9.13% 13.10% 0.00%
1.18%

Color #E5DBFC in popluar number systems.

HEX E5 DB FC
Decimal 229 219 252
Binary 11100101 11011011 11111100
Octal 345 333 374

Shades and tints

Shades of #E5DBFC

#E5DBFC
(229,219,252)
#D1C8E6
(209,200,230)
#BDB5D0
(189,181,208)
#A9A2BA
(169,162,186)
#958FA4
(149,143,164)
#817C8E
(129,124,142)
#6D6978
(109,105,120)
#595662
(89,86,98)
#45434C
(69,67,76)
#313036
(49,48,54)
#1D1D20
(29,29,32)
#000000
(0,0,0)

Tints of #E5DBFC

#E5DBFC
(229,219,252)
#E7DEFC
(231,222,252)
#E9E1FC
(233,225,252)
#EBE4FC
(235,228,252)
#EDE7FC
(237,231,252)
#EFEAFC
(239,234,252)
#F1EDFC
(241,237,252)
#F3F0FC
(243,240,252)
#F5F3FC
(245,243,252)
#F7F6FC
(247,246,252)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBFC; }

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

This text font color is #E5DBFC.

Background Color

.myBgColor { background-color: #E5DBFC; }

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

This div background color is #E5DBFC.

Border color

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

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

This div border color is #E5DBFC.

Opacity

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

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

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

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

This text has shadow with #E5DBFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBFC.

Preview

Color preview on black background

This text has color #E5DBFC on black background.


Color preview on white background

This text has color #E5DBFC on white background.


Black color preview on #E5DBFC background

This text has black color on #E5DBFC background.


White color preview on #E5DBFC background

This text has white color on #E5DBFC background.


Related colors

Complementary color

Complementary color for #hex is #1A2403.


I love getcolorcode.com

Triadic colors

1 #FCE5DB and #DBFCE5 with #E5DBFC are triadic colors.

2 #FCDBE5 and #DBE5FC with #E5DBFC are triadic colors.