COLOR #E2DBFA

HEX: #E2DBFA RGB: (226,219,250)

Color info

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

RGB color model

#E2DBFA color RGB value is (226,219,250).

RGB: (226,219,250) (89%, 86%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 250 of 255 = 98%

226
219
250

R + G + B ~ 91%. #E2DBFA is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 219 + 250 = 695 (100%)
R 226 of 695 ~ 32.52%
G 219 of 695 ~ 31.51%
B 250 of 695 ~ 35.97'%

%32.52
%31.51
%35.97

CMYK color model

#E2DBFA color CMYK value is (10,12,0,2).

  • cyan value is 9.60%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,12,0,2)
C10M12Y0K2 (10%, 12%, 0%, 2%)
(0.10 / 0.12 / 0.00 / 0.02)

CMYK percentages

%9.6
%12.4
%0
%1.96

Codes

Color #E2DBFA in popluar color models

E2 DB FA
RGB 226 219 250
HSL 254° 75.61% 91.96%
HSB/HSV 254° 12.40% 98.04%
CMYK 9.60% 12.40% 0.00%
1.96%

Color #E2DBFA in popluar number systems.

HEX E2 DB FA
Decimal 226 219 250
Binary 11100010 11011011 11111010
Octal 342 333 372

Shades and tints

Shades of #E2DBFA

#E2DBFA
(226,219,250)
#CEC8E4
(206,200,228)
#BAB5CE
(186,181,206)
#A6A2B8
(166,162,184)
#928FA2
(146,143,162)
#7E7C8C
(126,124,140)
#6A6976
(106,105,118)
#565660
(86,86,96)
#42434A
(66,67,74)
#2E3034
(46,48,52)
#1A1D1E
(26,29,30)
#000000
(0,0,0)

Tints of #E2DBFA

#E2DBFA
(226,219,250)
#E4DEFA
(228,222,250)
#E6E1FA
(230,225,250)
#E8E4FA
(232,228,250)
#EAE7FA
(234,231,250)
#ECEAFA
(236,234,250)
#EEEDFA
(238,237,250)
#F0F0FA
(240,240,250)
#F2F3FA
(242,243,250)
#F4F6FA
(244,246,250)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DBFA color. Also use rgb(226,219,250) instead hex code.

Text Font Color

.myTextColor { color: #E2DBFA; }

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

This text font color is #E2DBFA.

Background Color

.myBgColor { background-color: #E2DBFA; }

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

This div background color is #E2DBFA.

Border color

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

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

This div border color is #E2DBFA.

Opacity

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

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

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

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

This text has shadow with #E2DBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DBFA.

Preview

Color preview on black background

This text has color #E2DBFA on black background.


Color preview on white background

This text has color #E2DBFA on white background.


Black color preview on #E2DBFA background

This text has black color on #E2DBFA background.


White color preview on #E2DBFA background

This text has white color on #E2DBFA background.


Related colors

Complementary color

Complementary color for #hex is #1D2405.


I love getcolorcode.com

Triadic colors

1 #FAE2DB and #DBFAE2 with #E2DBFA are triadic colors.

2 #FADBE2 and #DBE2FA with #E2DBFA are triadic colors.