COLOR #EBDFE4

HEX: #EBDFE4 RGB: (235,223,228)

Color info

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

RGB color model

#EBDFE4 color RGB value is (235,223,228).

RGB: (235,223,228) (92%, 87%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 228 of 255 = 89%

235
223
228

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

Portions of RGB colors in percentages

R + G + B = 235 + 223 + 228 = 686 (100%)
R 235 of 686 ~ 34.26%
G 223 of 686 ~ 32.51%
B 228 of 686 ~ 33.24'%

%34.26
%32.51
%33.24

CMYK color model

#EBDFE4 color CMYK value is (0,5,3,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 2.98%
  • key color value is 7.84%

CMYK: (0,5,3,8)
C0M5Y3K8 (0%, 5%, 3%, 8%)
(0.00 / 0.05 / 0.03 / 0.08)

CMYK percentages

%0
%5.11
%2.98
%7.84

Codes

Color #EBDFE4 in popluar color models

EB DF E4
RGB 235 223 228
HSL 335° 23.08% 89.80%
HSB/HSV 335° 5.11% 92.16%
CMYK 0.00% 5.11% 2.98%
7.84%

Color #EBDFE4 in popluar number systems.

HEX EB DF E4
Decimal 235 223 228
Binary 11101011 11011111 11100100
Octal 353 337 344

Shades and tints

Shades of #EBDFE4

#EBDFE4
(235,223,228)
#D6CBD0
(214,203,208)
#C1B7BC
(193,183,188)
#ACA3A8
(172,163,168)
#978F94
(151,143,148)
#827B80
(130,123,128)
#6D676C
(109,103,108)
#585358
(88,83,88)
#433F44
(67,63,68)
#2E2B30
(46,43,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #EBDFE4

#EBDFE4
(235,223,228)
#ECE1E6
(236,225,230)
#EDE3E8
(237,227,232)
#EEE5EA
(238,229,234)
#EFE7EC
(239,231,236)
#F0E9EE
(240,233,238)
#F1EBF0
(241,235,240)
#F2EDF2
(242,237,242)
#F3EFF4
(243,239,244)
#F4F1F6
(244,241,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDFE4 color. Also use rgb(235,223,228) instead hex code.

Text Font Color

.myTextColor { color: #EBDFE4; }

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

This text font color is #EBDFE4.

Background Color

.myBgColor { background-color: #EBDFE4; }

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

This div background color is #EBDFE4.

Border color

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

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

This div border color is #EBDFE4.

Opacity

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

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

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

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

This text has shadow with #EBDFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDFE4.

Preview

Color preview on black background

This text has color #EBDFE4 on black background.


Color preview on white background

This text has color #EBDFE4 on white background.


Black color preview on #EBDFE4 background

This text has black color on #EBDFE4 background.


White color preview on #EBDFE4 background

This text has white color on #EBDFE4 background.


Related colors

Complementary color

Complementary color for #hex is #14201B.


I love getcolorcode.com

Triadic colors

1 #E4EBDF and #DFE4EB with #EBDFE4 are triadic colors.

2 #E4DFEB and #DFEBE4 with #EBDFE4 are triadic colors.