COLOR #E6CFED

HEX: #E6CFED RGB: (230,207,237)

Color info

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

RGB color model

#E6CFED color RGB value is (230,207,237).

RGB: (230,207,237) (90%, 81%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 237 of 255 = 93%

230
207
237

R + G + B ~ 88%. #E6CFED is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 207 + 237 = 674 (100%)
R 230 of 674 ~ 34.12%
G 207 of 674 ~ 30.71%
B 237 of 674 ~ 35.16'%

%34.12
%30.71
%35.16

CMYK color model

#E6CFED color CMYK value is (3,13,0,7).

  • cyan value is 2.95%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (3,13,0,7) C3M13Y0K7 (3%,13%,0%,7%) (0.03/0.13/0.00/0.07) 

CMYK percentages

%2.95
%12.66
%0
%7.06

Codes

Color #E6CFED in popluar color models

E6 CF ED
RGB 230 207 237
HSL 286° 45.45% 87.06%
HSB/HSV 286° 12.66% 92.94%
CMYK 2.95% 12.66% 0.00%
7.06%

Color #E6CFED in popluar number systems.

HEX E6 CF ED
Decimal 230 207 237
Binary 11100110 11001111 11101101
Octal 346 317 355

Shades and tints

Shades of #E6CFED

#E6CFED
(230,207,237)
#D2BDD8
(210,189,216)
#BEABC3
(190,171,195)
#AA99AE
(170,153,174)
#968799
(150,135,153)
#827584
(130,117,132)
#6E636F
(110,99,111)
#5A515A
(90,81,90)
#463F45
(70,63,69)
#322D30
(50,45,48)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #E6CFED

#E6CFED
(230,207,237)
#E8D3EE
(232,211,238)
#EAD7EF
(234,215,239)
#ECDBF0
(236,219,240)
#EEDFF1
(238,223,241)
#F0E3F2
(240,227,242)
#F2E7F3
(242,231,243)
#F4EBF4
(244,235,244)
#F6EFF5
(246,239,245)
#F8F3F6
(248,243,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFED; }

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

This text font color is #E6CFED.

Background Color

.myBgColor { background-color: #E6CFED; }

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

This div background color is #E6CFED.

Border color

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

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

This div border color is #E6CFED.

Opacity

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

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

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

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

This text has shadow with #E6CFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CFED.

Preview

Color preview on black background

This text has color #E6CFED on black background.


Color preview on white background

This text has color #E6CFED on white background.


Black color preview on #E6CFED background

This text has black color on #E6CFED background.


White color preview on #E6CFED background

This text has white color on #E6CFED background.


Related colors

Complementary color

Complementary color for #hex is #193012.


I love getcolorcode.com

Triadic colors

1 #EDE6CF and #CFEDE6 with #E6CFED are triadic colors.

2 #EDCFE6 and #CFE6ED with #E6CFED are triadic colors.