COLOR #E6D0F2

HEX: #E6D0F2 RGB: (230,208,242)

Color info

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

RGB color model

#E6D0F2 color RGB value is (230,208,242).

RGB: (230,208,242) (90%, 82%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 242 of 255 = 95%

230
208
242

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

Portions of RGB colors in percentages

R + G + B = 230 + 208 + 242 = 680 (100%)
R 230 of 680 ~ 33.82%
G 208 of 680 ~ 30.59%
B 242 of 680 ~ 35.59'%

%33.82
%30.59
%35.59

CMYK color model

#E6D0F2 color CMYK value is (5,14,0,5).

  • cyan value is 4.96%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (5,14,0,5) C5M14Y0K5 (5%,14%,0%,5%) (0.05/0.14/0.00/0.05) 

CMYK percentages

%4.96
%14.05
%0
%5.1

Codes

Color #E6D0F2 in popluar color models

E6 D0 F2
RGB 230 208 242
HSL 279° 56.67% 88.24%
HSB/HSV 279° 14.05% 94.90%
CMYK 4.96% 14.05% 0.00%
5.10%

Color #E6D0F2 in popluar number systems.

HEX E6 D0 F2
Decimal 230 208 242
Binary 11100110 11010000 11110010
Octal 346 320 362

Shades and tints

Shades of #E6D0F2

#E6D0F2
(230,208,242)
#D2BEDC
(210,190,220)
#BEACC6
(190,172,198)
#AA9AB0
(170,154,176)
#96889A
(150,136,154)
#827684
(130,118,132)
#6E646E
(110,100,110)
#5A5258
(90,82,88)
#464042
(70,64,66)
#322E2C
(50,46,44)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #E6D0F2

#E6D0F2
(230,208,242)
#E8D4F3
(232,212,243)
#EAD8F4
(234,216,244)
#ECDCF5
(236,220,245)
#EEE0F6
(238,224,246)
#F0E4F7
(240,228,247)
#F2E8F8
(242,232,248)
#F4ECF9
(244,236,249)
#F6F0FA
(246,240,250)
#F8F4FB
(248,244,251)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D0F2; }

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

This text font color is #E6D0F2.

Background Color

.myBgColor { background-color: #E6D0F2; }

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

This div background color is #E6D0F2.

Border color

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

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

This div border color is #E6D0F2.

Opacity

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

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

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

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

This text has shadow with #E6D0F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D0F2.

Preview

Color preview on black background

This text has color #E6D0F2 on black background.


Color preview on white background

This text has color #E6D0F2 on white background.


Black color preview on #E6D0F2 background

This text has black color on #E6D0F2 background.


White color preview on #E6D0F2 background

This text has white color on #E6D0F2 background.


Related colors

Complementary color

Complementary color for #hex is #192F0D.


I love getcolorcode.com

Triadic colors

1 #F2E6D0 and #D0F2E6 with #E6D0F2 are triadic colors.

2 #F2D0E6 and #D0E6F2 with #E6D0F2 are triadic colors.