COLOR #E6DAF3

HEX: #E6DAF3 RGB: (230,218,243)

Color info

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

RGB color model

#E6DAF3 color RGB value is (230,218,243).

RGB: (230,218,243) (90%, 85%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 243 of 255 = 95%

230
218
243

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

Portions of RGB colors in percentages

R + G + B = 230 + 218 + 243 = 691 (100%)
R 230 of 691 ~ 33.29%
G 218 of 691 ~ 31.55%
B 243 of 691 ~ 35.17'%

%33.29
%31.55
%35.17

CMYK color model

#E6DAF3 color CMYK value is (5,10,0,5).

  • cyan value is 5.35%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (5,10,0,5)
C5M10Y0K5 (5%, 10%, 0%, 5%)
(0.05 / 0.10 / 0.00 / 0.05)

CMYK percentages

%5.35
%10.29
%0
%4.71

Codes

Color #E6DAF3 in popluar color models

E6 DA F3
RGB 230 218 243
HSL 269° 51.02% 90.39%
HSB/HSV 269° 10.29% 95.29%
CMYK 5.35% 10.29% 0.00%
4.71%

Color #E6DAF3 in popluar number systems.

HEX E6 DA F3
Decimal 230 218 243
Binary 11100110 11011010 11110011
Octal 346 332 363

Shades and tints

Shades of #E6DAF3

#E6DAF3
(230,218,243)
#D2C7DD
(210,199,221)
#BEB4C7
(190,180,199)
#AAA1B1
(170,161,177)
#968E9B
(150,142,155)
#827B85
(130,123,133)
#6E686F
(110,104,111)
#5A5559
(90,85,89)
#464243
(70,66,67)
#322F2D
(50,47,45)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #E6DAF3

#E6DAF3
(230,218,243)
#E8DDF4
(232,221,244)
#EAE0F5
(234,224,245)
#ECE3F6
(236,227,246)
#EEE6F7
(238,230,247)
#F0E9F8
(240,233,248)
#F2ECF9
(242,236,249)
#F4EFFA
(244,239,250)
#F6F2FB
(246,242,251)
#F8F5FC
(248,245,252)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DAF3 color. Also use rgb(230,218,243) instead hex code.

Text Font Color

.myTextColor { color: #E6DAF3; }

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

This text font color is #E6DAF3.

Background Color

.myBgColor { background-color: #E6DAF3; }

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

This div background color is #E6DAF3.

Border color

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

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

This div border color is #E6DAF3.

Opacity

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

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

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

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

This text has shadow with #E6DAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DAF3.

Preview

Color preview on black background

This text has color #E6DAF3 on black background.


Color preview on white background

This text has color #E6DAF3 on white background.


Black color preview on #E6DAF3 background

This text has black color on #E6DAF3 background.


White color preview on #E6DAF3 background

This text has white color on #E6DAF3 background.


Related colors

Complementary color

Complementary color for #hex is #19250C.


I love getcolorcode.com

Triadic colors

1 #F3E6DA and #DAF3E6 with #E6DAF3 are triadic colors.

2 #F3DAE6 and #DAE6F3 with #E6DAF3 are triadic colors.