COLOR #E2C4DB

HEX: #E2C4DB RGB: (226,196,219)

Color info

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

RGB color model

#E2C4DB color RGB value is (226,196,219).

RGB: (226,196,219) (89%, 77%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 196 of 255 = 77%
B 219 of 255 = 86%

226
196
219

R + G + B ~ 84%. #E2C4DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 196 + 219 = 641 (100%)
R 226 of 641 ~ 35.26%
G 196 of 641 ~ 30.58%
B 219 of 641 ~ 34.17'%

%35.26
%30.58
%34.17

CMYK color model

#E2C4DB color CMYK value is (0,13,3,11).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 3.10%
  • key color value is 11.37%

CMYK: (0,13,3,11)
C0M13Y3K11 (0%, 13%, 3%, 11%)
(0.00 / 0.13 / 0.03 / 0.11)

CMYK percentages

%0
%13.27
%3.1
%11.37

Codes

Color #E2C4DB in popluar color models

E2 C4 DB
RGB 226 196 219
HSL 314° 34.09% 82.75%
HSB/HSV 314° 13.27% 88.63%
CMYK 0.00% 13.27% 3.10%
11.37%

Color #E2C4DB in popluar number systems.

HEX E2 C4 DB
Decimal 226 196 219
Binary 11100010 11000100 11011011
Octal 342 304 333

Shades and tints

Shades of #E2C4DB

#E2C4DB
(226,196,219)
#CEB3C8
(206,179,200)
#BAA2B5
(186,162,181)
#A691A2
(166,145,162)
#92808F
(146,128,143)
#7E6F7C
(126,111,124)
#6A5E69
(106,94,105)
#564D56
(86,77,86)
#423C43
(66,60,67)
#2E2B30
(46,43,48)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #E2C4DB

#E2C4DB
(226,196,219)
#E4C9DE
(228,201,222)
#E6CEE1
(230,206,225)
#E8D3E4
(232,211,228)
#EAD8E7
(234,216,231)
#ECDDEA
(236,221,234)
#EEE2ED
(238,226,237)
#F0E7F0
(240,231,240)
#F2ECF3
(242,236,243)
#F4F1F6
(244,241,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C4DB color. Also use rgb(226,196,219) instead hex code.

Text Font Color

.myTextColor { color: #E2C4DB; }

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

This text font color is #E2C4DB.

Background Color

.myBgColor { background-color: #E2C4DB; }

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

This div background color is #E2C4DB.

Border color

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

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

This div border color is #E2C4DB.

Opacity

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

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

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

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

This text has shadow with #E2C4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C4DB.

Preview

Color preview on black background

This text has color #E2C4DB on black background.


Color preview on white background

This text has color #E2C4DB on white background.


Black color preview on #E2C4DB background

This text has black color on #E2C4DB background.


White color preview on #E2C4DB background

This text has white color on #E2C4DB background.


Related colors

Complementary color

Complementary color for #hex is #1D3B24.


I love getcolorcode.com

Triadic colors

1 #DBE2C4 and #C4DBE2 with #E2C4DB are triadic colors.

2 #DBC4E2 and #C4E2DB with #E2C4DB are triadic colors.