COLOR #EBE4F1

HEX: #EBE4F1 RGB: (235,228,241)

Color info

#EBE4F1 contains red, green and blue colors in about the same proportion. Web safe color of #EBE4F1 is #FFCCFF (or #FCF).

RGB color model

#EBE4F1 color RGB value is (235,228,241).

RGB: (235,228,241) (92%, 89%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 241 of 255 = 95%

235
228
241

R + G + B ~ 92%. #EBE4F1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 228 + 241 = 704 (100%)
R 235 of 704 ~ 33.38%
G 228 of 704 ~ 32.39%
B 241 of 704 ~ 34.23'%

%33.38
%32.39
%34.23

CMYK color model

#EBE4F1 color CMYK value is (2,5,0,5).

  • cyan value is 2.49%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,5,0,5)
C2M5Y0K5 (2%, 5%, 0%, 5%)
(0.02 / 0.05 / 0.00 / 0.05)

CMYK percentages

%2.49
%5.39
%0
%5.49

Codes

Color #EBE4F1 in popluar color models

EB E4 F1
RGB 235 228 241
HSL 272° 31.71% 91.96%
HSB/HSV 272° 5.39% 94.51%
CMYK 2.49% 5.39% 0.00%
5.49%

Color #EBE4F1 in popluar number systems.

HEX EB E4 F1
Decimal 235 228 241
Binary 11101011 11100100 11110001
Octal 353 344 361

Shades and tints

Shades of #EBE4F1

#EBE4F1
(235,228,241)
#D6D0DC
(214,208,220)
#C1BCC7
(193,188,199)
#ACA8B2
(172,168,178)
#97949D
(151,148,157)
#828088
(130,128,136)
#6D6C73
(109,108,115)
#58585E
(88,88,94)
#434449
(67,68,73)
#2E3034
(46,48,52)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #EBE4F1

#EBE4F1
(235,228,241)
#ECE6F2
(236,230,242)
#EDE8F3
(237,232,243)
#EEEAF4
(238,234,244)
#EFECF5
(239,236,245)
#F0EEF6
(240,238,246)
#F1F0F7
(241,240,247)
#F2F2F8
(242,242,248)
#F3F4F9
(243,244,249)
#F4F6FA
(244,246,250)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4F1; }

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

This text font color is #EBE4F1.

Background Color

.myBgColor { background-color: #EBE4F1; }

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

This div background color is #EBE4F1.

Border color

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

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

This div border color is #EBE4F1.

Opacity

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

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

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

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

This text has shadow with #EBE4F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE4F1.

Preview

Color preview on black background

This text has color #EBE4F1 on black background.


Color preview on white background

This text has color #EBE4F1 on white background.


Black color preview on #EBE4F1 background

This text has black color on #EBE4F1 background.


White color preview on #EBE4F1 background

This text has white color on #EBE4F1 background.


Related colors

Complementary color

Complementary color for #hex is #141B0E.


I love getcolorcode.com

Triadic colors

1 #F1EBE4 and #E4F1EB with #EBE4F1 are triadic colors.

2 #F1E4EB and #E4EBF1 with #EBE4F1 are triadic colors.