COLOR #E6DFED

HEX: #E6DFED RGB: (230,223,237)

Color info

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

RGB color model

#E6DFED color RGB value is (230,223,237).

RGB: (230,223,237) (90%, 87%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 237 of 255 = 93%

230
223
237

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 237 = 690 (100%)
R 230 of 690 ~ 33.33%
G 223 of 690 ~ 32.32%
B 237 of 690 ~ 34.35'%

%33.33
%32.32
%34.35

CMYK color model

#E6DFED color CMYK value is (3,6,0,7).

  • cyan value is 2.95%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,6,0,7)
C3M6Y0K7 (3%, 6%, 0%, 7%)
(0.03 / 0.06 / 0.00 / 0.07)

CMYK percentages

%2.95
%5.91
%0
%7.06

Codes

Color #E6DFED in popluar color models

E6 DF ED
RGB 230 223 237
HSL 270° 28.00% 90.20%
HSB/HSV 270° 5.91% 92.94%
CMYK 2.95% 5.91% 0.00%
7.06%

Color #E6DFED in popluar number systems.

HEX E6 DF ED
Decimal 230 223 237
Binary 11100110 11011111 11101101
Octal 346 337 355

Shades and tints

Shades of #E6DFED

#E6DFED
(230,223,237)
#D2CBD8
(210,203,216)
#BEB7C3
(190,183,195)
#AAA3AE
(170,163,174)
#968F99
(150,143,153)
#827B84
(130,123,132)
#6E676F
(110,103,111)
#5A535A
(90,83,90)
#463F45
(70,63,69)
#322B30
(50,43,48)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6DFED

#E6DFED
(230,223,237)
#E8E1EE
(232,225,238)
#EAE3EF
(234,227,239)
#ECE5F0
(236,229,240)
#EEE7F1
(238,231,241)
#F0E9F2
(240,233,242)
#F2EBF3
(242,235,243)
#F4EDF4
(244,237,244)
#F6EFF5
(246,239,245)
#F8F1F6
(248,241,246)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DFED color. Also use rgb(230,223,237) instead hex code.

Text Font Color

.myTextColor { color: #E6DFED; }

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

This text font color is #E6DFED.

Background Color

.myBgColor { background-color: #E6DFED; }

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

This div background color is #E6DFED.

Border color

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

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

This div border color is #E6DFED.

Opacity

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

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

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

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

This text has shadow with #E6DFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFED.

Preview

Color preview on black background

This text has color #E6DFED on black background.


Color preview on white background

This text has color #E6DFED on white background.


Black color preview on #E6DFED background

This text has black color on #E6DFED background.


White color preview on #E6DFED background

This text has white color on #E6DFED background.


Related colors

Complementary color

Complementary color for #hex is #192012.


I love getcolorcode.com

Triadic colors

1 #EDE6DF and #DFEDE6 with #E6DFED are triadic colors.

2 #EDDFE6 and #DFE6ED with #E6DFED are triadic colors.