COLOR #E6D3F2

HEX: #E6D3F2
RGB: (230,211,242)

Color info

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

RGB color model

#E6D3F2 color RGB value is (230,211,242).

  • red value is 230;
  • green value is 211;
  • blue value is 242.
RGB:
(230,211,242)
(90%,83%,95%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 242 of 255 = 95%

230
211
242

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

Portions of RGB colors in percentages

R + G + B =
230 + 211 + 242 = 683 (100%)
R 230 of 683 ~ 33.67%
G 211 of 683 ~ 30.89%
B 242 of 683 ~ 35.43%

%33.67
%30.89
%35.43

CMYK color model

#E6D3F2 color CMYK value is (5,13,0,5).

  • cyan value is 4.96%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(5,13,0,5)
C5M13Y0K5 
(5%,13%,0%,5%)
(0.05/0.13/0.00/0.05)	

CMYK percentages

%4.96
%12.81
%0
%5.1

Codes

Color #E6D3F2 in popluar color models

E6D3F2
RGB230211242
HSL277°54.39%88.82%
HSB/HSV277°12.81%94.90%
CMYK4.96%12.81%0.00%
5.10%

Color #E6D3F2 in popluar number systems.

HEXE6D3F2
Decimal230211242
Binary111001101101001111110010
Octal346323362

Shades and tints

Shades of #E6D3F2

#E6D3F2
(230,211,242)
#D2C0DC
(210,192,220)
#BEADC6
(190,173,198)
#AA9AB0
(170,154,176)
#96879A
(150,135,154)
#827484
(130,116,132)
#6E616E
(110,97,110)
#5A4E58
(90,78,88)
#463B42
(70,59,66)
#32282C
(50,40,44)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #E6D3F2

#E6D3F2
(230,211,242)
#E8D7F3
(232,215,243)
#EADBF4
(234,219,244)
#ECDFF5
(236,223,245)
#EEE3F6
(238,227,246)
#F0E7F7
(240,231,247)
#F2EBF8
(242,235,248)
#F4EFF9
(244,239,249)
#F6F3FA
(246,243,250)
#F8F7FB
(248,247,251)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3F2 color. Also use rgb(230,211,242) instead hex code.

Text Font Color

.myTextColor { color: #E6D3F2; }

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

This text font color is #E6D3F2.


Background Color

.myBgColor { background-color: #E6D3F2; }

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

This div background color is #E6D3F2.


Border color

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

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

This div border color is #E6D3F2.


Opacity

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

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

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

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

This text has shadow with #E6D3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D3F2 on black background.


Color preview on white background

This text has color #E6D3F2 on white background.



Black color preview on #E6D3F2 background

This text has black color on #E6D3F2 background.


White color preview on #E6D3F2 background

This text has white color on #E6D3F2 background.