COLOR #EBDFE2

HEX: #EBDFE2 RGB: (235,223,226)

Color info

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

RGB color model

#EBDFE2 color RGB value is (235,223,226).

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

RGB channels and saturation

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

235
223
226

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

Portions of RGB colors in percentages

R + G + B = 235 + 223 + 226 = 684 (100%)
R 235 of 684 ~ 34.36%
G 223 of 684 ~ 32.6%
B 226 of 684 ~ 33.04'%

%34.36
%32.6
%33.04

CMYK color model

#EBDFE2 color CMYK value is (0,5,4,8).

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

CMYK: (0,5,4,8)
C0M5Y4K8 (0%, 5%, 4%, 8%)
(0.00 / 0.05 / 0.04 / 0.08)

CMYK percentages

%0
%5.11
%3.83
%7.84

Codes

Color #EBDFE2 in popluar color models

EB DF E2
RGB 235 223 226
HSL 345° 23.08% 89.80%
HSB/HSV 345° 5.11% 92.16%
CMYK 0.00% 5.11% 3.83%
7.84%

Color #EBDFE2 in popluar number systems.

HEX EB DF E2
Decimal 235 223 226
Binary 11101011 11011111 11100010
Octal 353 337 342

Shades and tints

Shades of #EBDFE2

#EBDFE2
(235,223,226)
#D6CBCE
(214,203,206)
#C1B7BA
(193,183,186)
#ACA3A6
(172,163,166)
#978F92
(151,143,146)
#827B7E
(130,123,126)
#6D676A
(109,103,106)
#585356
(88,83,86)
#433F42
(67,63,66)
#2E2B2E
(46,43,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBDFE2

#EBDFE2
(235,223,226)
#ECE1E4
(236,225,228)
#EDE3E6
(237,227,230)
#EEE5E8
(238,229,232)
#EFE7EA
(239,231,234)
#F0E9EC
(240,233,236)
#F1EBEE
(241,235,238)
#F2EDF0
(242,237,240)
#F3EFF2
(243,239,242)
#F4F1F4
(244,241,244)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFE2; }

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

This text font color is #EBDFE2.

Background Color

.myBgColor { background-color: #EBDFE2; }

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

This div background color is #EBDFE2.

Border color

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

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

This div border color is #EBDFE2.

Opacity

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

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

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

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

This text has shadow with #EBDFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDFE2.

Preview

Color preview on black background

This text has color #EBDFE2 on black background.


Color preview on white background

This text has color #EBDFE2 on white background.


Black color preview on #EBDFE2 background

This text has black color on #EBDFE2 background.


White color preview on #EBDFE2 background

This text has white color on #EBDFE2 background.


Related colors

Complementary color

Complementary color for #hex is #14201D.


I love getcolorcode.com

Triadic colors

1 #E2EBDF and #DFE2EB with #EBDFE2 are triadic colors.

2 #E2DFEB and #DFEBE2 with #EBDFE2 are triadic colors.