COLOR #EADBE4

HEX: #EADBE4 RGB: (234,219,228)

Color info

#EADBE4 contains red, green and blue colors in about the same proportion. Web safe color of #EADBE4 is #FFCCCC (or #FCC).

RGB color model

#EADBE4 color RGB value is (234,219,228).

RGB: (234,219,228) (92%, 86%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 219 of 255 = 86%
B 228 of 255 = 89%

234
219
228

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

Portions of RGB colors in percentages

R + G + B = 234 + 219 + 228 = 681 (100%)
R 234 of 681 ~ 34.36%
G 219 of 681 ~ 32.16%
B 228 of 681 ~ 33.48'%

%34.36
%32.16
%33.48

CMYK color model

#EADBE4 color CMYK value is (0,6,3,8).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 2.56%
  • key color value is 8.24%

CMYK: (0,6,3,8)
C0M6Y3K8 (0%, 6%, 3%, 8%)
(0.00 / 0.06 / 0.03 / 0.08)

CMYK percentages

%0
%6.41
%2.56
%8.24

Codes

Color #EADBE4 in popluar color models

EA DB E4
RGB 234 219 228
HSL 324° 26.32% 88.82%
HSB/HSV 324° 6.41% 91.76%
CMYK 0.00% 6.41% 2.56%
8.24%

Color #EADBE4 in popluar number systems.

HEX EA DB E4
Decimal 234 219 228
Binary 11101010 11011011 11100100
Octal 352 333 344

Shades and tints

Shades of #EADBE4

#EADBE4
(234,219,228)
#D5C8D0
(213,200,208)
#C0B5BC
(192,181,188)
#ABA2A8
(171,162,168)
#968F94
(150,143,148)
#817C80
(129,124,128)
#6C696C
(108,105,108)
#575658
(87,86,88)
#424344
(66,67,68)
#2D3030
(45,48,48)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #EADBE4

#EADBE4
(234,219,228)
#EBDEE6
(235,222,230)
#ECE1E8
(236,225,232)
#EDE4EA
(237,228,234)
#EEE7EC
(238,231,236)
#EFEAEE
(239,234,238)
#F0EDF0
(240,237,240)
#F1F0F2
(241,240,242)
#F2F3F4
(242,243,244)
#F3F6F6
(243,246,246)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADBE4 color. Also use rgb(234,219,228) instead hex code.

Text Font Color

.myTextColor { color: #EADBE4; }

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

This text font color is #EADBE4.

Background Color

.myBgColor { background-color: #EADBE4; }

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

This div background color is #EADBE4.

Border color

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

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

This div border color is #EADBE4.

Opacity

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

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

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

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

This text has shadow with #EADBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADBE4.

Preview

Color preview on black background

This text has color #EADBE4 on black background.


Color preview on white background

This text has color #EADBE4 on white background.


Black color preview on #EADBE4 background

This text has black color on #EADBE4 background.


White color preview on #EADBE4 background

This text has white color on #EADBE4 background.


Related colors

Complementary color

Complementary color for #hex is #15241B.


I love getcolorcode.com

Triadic colors

1 #E4EADB and #DBE4EA with #EADBE4 are triadic colors.

2 #E4DBEA and #DBEAE4 with #EADBE4 are triadic colors.