COLOR #EBE2F0

HEX: #EBE2F0 RGB: (235,226,240)

Color info

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

RGB color model

#EBE2F0 color RGB value is (235,226,240).

RGB: (235,226,240) (92%, 89%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 240 of 255 = 94%

235
226
240

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

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 240 = 701 (100%)
R 235 of 701 ~ 33.52%
G 226 of 701 ~ 32.24%
B 240 of 701 ~ 34.24'%

%33.52
%32.24
%34.24

CMYK color model

#EBE2F0 color CMYK value is (2,6,0,6).

  • cyan value is 2.08%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (2,6,0,6)
C2M6Y0K6 (2%, 6%, 0%, 6%)
(0.02 / 0.06 / 0.00 / 0.06)

CMYK percentages

%2.08
%5.83
%0
%5.88

Codes

Color #EBE2F0 in popluar color models

EB E2 F0
RGB 235 226 240
HSL 279° 31.82% 91.37%
HSB/HSV 279° 5.83% 94.12%
CMYK 2.08% 5.83% 0.00%
5.88%

Color #EBE2F0 in popluar number systems.

HEX EB E2 F0
Decimal 235 226 240
Binary 11101011 11100010 11110000
Octal 353 342 360

Shades and tints

Shades of #EBE2F0

#EBE2F0
(235,226,240)
#D6CEDB
(214,206,219)
#C1BAC6
(193,186,198)
#ACA6B1
(172,166,177)
#97929C
(151,146,156)
#827E87
(130,126,135)
#6D6A72
(109,106,114)
#58565D
(88,86,93)
#434248
(67,66,72)
#2E2E33
(46,46,51)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #EBE2F0

#EBE2F0
(235,226,240)
#ECE4F1
(236,228,241)
#EDE6F2
(237,230,242)
#EEE8F3
(238,232,243)
#EFEAF4
(239,234,244)
#F0ECF5
(240,236,245)
#F1EEF6
(241,238,246)
#F2F0F7
(242,240,247)
#F3F2F8
(243,242,248)
#F4F4F9
(244,244,249)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2F0; }

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

This text font color is #EBE2F0.

Background Color

.myBgColor { background-color: #EBE2F0; }

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

This div background color is #EBE2F0.

Border color

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

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

This div border color is #EBE2F0.

Opacity

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

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

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

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

This text has shadow with #EBE2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2F0.

Preview

Color preview on black background

This text has color #EBE2F0 on black background.


Color preview on white background

This text has color #EBE2F0 on white background.


Black color preview on #EBE2F0 background

This text has black color on #EBE2F0 background.


White color preview on #EBE2F0 background

This text has white color on #EBE2F0 background.


Related colors

Complementary color

Complementary color for #hex is #141D0F.


I love getcolorcode.com

Triadic colors

1 #F0EBE2 and #E2F0EB with #EBE2F0 are triadic colors.

2 #F0E2EB and #E2EBF0 with #EBE2F0 are triadic colors.