COLOR #E0D5F5

HEX: #E0D5F5 RGB: (224,213,245)

Color info

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

RGB color model

#E0D5F5 color RGB value is (224,213,245).

RGB: (224,213,245) (88%, 84%, 96%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 245 of 255 = 96%

224
213
245

R + G + B ~ 89%. #E0D5F5 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 213 + 245 = 682 (100%)
R 224 of 682 ~ 32.84%
G 213 of 682 ~ 31.23%
B 245 of 682 ~ 35.92'%

%32.84
%31.23
%35.92

CMYK color model

#E0D5F5 color CMYK value is (9,13,0,4).

  • cyan value is 8.57%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (9,13,0,4) C9M13Y0K4 (9%,13%,0%,4%) (0.09/0.13/0.00/0.04) 

CMYK percentages

%8.57
%13.06
%0
%3.92

Codes

Color #E0D5F5 in popluar color models

E0 D5 F5
RGB 224 213 245
HSL 261° 61.54% 89.80%
HSB/HSV 261° 13.06% 96.08%
CMYK 8.57% 13.06% 0.00%
3.92%

Color #E0D5F5 in popluar number systems.

HEX E0 D5 F5
Decimal 224 213 245
Binary 11100000 11010101 11110101
Octal 340 325 365

Shades and tints

Shades of #E0D5F5

#E0D5F5
(224,213,245)
#CCC2DF
(204,194,223)
#B8AFC9
(184,175,201)
#A49CB3
(164,156,179)
#90899D
(144,137,157)
#7C7687
(124,118,135)
#686371
(104,99,113)
#54505B
(84,80,91)
#403D45
(64,61,69)
#2C2A2F
(44,42,47)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0D5F5

#E0D5F5
(224,213,245)
#E2D8F5
(226,216,245)
#E4DBF5
(228,219,245)
#E6DEF5
(230,222,245)
#E8E1F5
(232,225,245)
#EAE4F5
(234,228,245)
#ECE7F5
(236,231,245)
#EEEAF5
(238,234,245)
#F0EDF5
(240,237,245)
#F2F0F5
(242,240,245)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D5F5 color. Also use rgb(224,213,245) instead hex code.

Text Font Color

.myTextColor { color: #E0D5F5; }

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

This text font color is #E0D5F5.

Background Color

.myBgColor { background-color: #E0D5F5; }

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

This div background color is #E0D5F5.

Border color

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

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

This div border color is #E0D5F5.

Opacity

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

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

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

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

This text has shadow with #E0D5F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D5F5.

Preview

Color preview on black background

This text has color #E0D5F5 on black background.


Color preview on white background

This text has color #E0D5F5 on white background.


Black color preview on #E0D5F5 background

This text has black color on #E0D5F5 background.


White color preview on #E0D5F5 background

This text has white color on #E0D5F5 background.


Related colors

Complementary color

Complementary color for #hex is #1F2A0A.


I love getcolorcode.com

Triadic colors

1 #F5E0D5 and #D5F5E0 with #E0D5F5 are triadic colors.

2 #F5D5E0 and #D5E0F5 with #E0D5F5 are triadic colors.