COLOR #E6CEDB

HEX: #E6CEDB RGB: (230,206,219)

Color info

#E6CEDB contains red, green and blue colors in about the same proportion. Web safe color of #E6CEDB is #CCCCCC (or #CCC).

RGB color model

#E6CEDB color RGB value is (230,206,219).

RGB: (230,206,219) (90%, 81%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 219 of 255 = 86%

230
206
219

R + G + B ~ 86%. #E6CEDB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 206 + 219 = 655 (100%)
R 230 of 655 ~ 35.11%
G 206 of 655 ~ 31.45%
B 219 of 655 ~ 33.44'%

%35.11
%31.45
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 4.78%
  • key color value is 9.80%

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

CMYK percentages

%0
%10.43
%4.78
%9.8

Codes

Color #E6CEDB in popluar color models

E6 CE DB
RGB 230 206 219
HSL 328° 32.43% 85.49%
HSB/HSV 328° 10.43% 90.20%
CMYK 0.00% 10.43% 4.78%
9.80%

Color #E6CEDB in popluar number systems.

HEX E6 CE DB
Decimal 230 206 219
Binary 11100110 11001110 11011011
Octal 346 316 333

Shades and tints

Shades of #E6CEDB

#E6CEDB
(230,206,219)
#D2BCC8
(210,188,200)
#BEAAB5
(190,170,181)
#AA98A2
(170,152,162)
#96868F
(150,134,143)
#82747C
(130,116,124)
#6E6269
(110,98,105)
#5A5056
(90,80,86)
#463E43
(70,62,67)
#322C30
(50,44,48)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #E6CEDB

#E6CEDB
(230,206,219)
#E8D2DE
(232,210,222)
#EAD6E1
(234,214,225)
#ECDAE4
(236,218,228)
#EEDEE7
(238,222,231)
#F0E2EA
(240,226,234)
#F2E6ED
(242,230,237)
#F4EAF0
(244,234,240)
#F6EEF3
(246,238,243)
#F8F2F6
(248,242,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CEDB color. Also use rgb(230,206,219) instead hex code.

Text Font Color

.myTextColor { color: #E6CEDB; }

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

This text font color is #E6CEDB.

Background Color

.myBgColor { background-color: #E6CEDB; }

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

This div background color is #E6CEDB.

Border color

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

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

This div border color is #E6CEDB.

Opacity

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

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

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

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

This text has shadow with #E6CEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CEDB.

Preview

Color preview on black background

This text has color #E6CEDB on black background.


Color preview on white background

This text has color #E6CEDB on white background.


Black color preview on #E6CEDB background

This text has black color on #E6CEDB background.


White color preview on #E6CEDB background

This text has white color on #E6CEDB background.


Related colors

Complementary color

Complementary color for #hex is #193124.


I love getcolorcode.com

Triadic colors

1 #DBE6CE and #CEDBE6 with #E6CEDB are triadic colors.

2 #DBCEE6 and #CEE6DB with #E6CEDB are triadic colors.