COLOR #EBDFF0

HEX: #EBDFF0
RGB: (235,223,240)

Color info

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

RGB color model

#EBDFF0 color RGB value is (235,223,240).

  • red value is 235;
  • green value is 223;
  • blue value is 240.
RGB:
(235,223,240)
(92%,87%,94%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 240 of 255 = 94%

235
223
240

R + G + B ~ 91%. #EBDFF0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 240 = 698 (100%)
R 235 of 698 ~ 33.67%
G 223 of 698 ~ 31.95%
B 240 of 698 ~ 34.38%

%33.67
%31.95
%34.38

CMYK color model

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

  • cyan value is 2.08%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,7,0,6)
C2M7Y0K6 
(2%,7%,0%,6%)
(0.02/0.07/0.00/0.06)	

CMYK percentages

%2.08
%7.08
%0
%5.88

Codes

Color #EBDFF0 in popluar color models

EBDFF0
RGB235223240
HSL282°36.17%90.78%
HSB/HSV282°7.08%94.12%
CMYK2.08%7.08%0.00%
5.88%

Color #EBDFF0 in popluar number systems.

HEXEBDFF0
Decimal235223240
Binary111010111101111111110000
Octal353337360

Shades and tints

Shades of #EBDFF0

#EBDFF0
(235,223,240)
#D6CBDB
(214,203,219)
#C1B7C6
(193,183,198)
#ACA3B1
(172,163,177)
#978F9C
(151,143,156)
#827B87
(130,123,135)
#6D6772
(109,103,114)
#58535D
(88,83,93)
#433F48
(67,63,72)
#2E2B33
(46,43,51)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #EBDFF0

#EBDFF0
(235,223,240)
#ECE1F1
(236,225,241)
#EDE3F2
(237,227,242)
#EEE5F3
(238,229,243)
#EFE7F4
(239,231,244)
#F0E9F5
(240,233,245)
#F1EBF6
(241,235,246)
#F2EDF7
(242,237,247)
#F3EFF8
(243,239,248)
#F4F1F9
(244,241,249)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFF0; }

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

This text font color is #EBDFF0.


Background Color

.myBgColor { background-color: #EBDFF0; }

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

This div background color is #EBDFF0.


Border color

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

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

This div border color is #EBDFF0.


Opacity

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

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

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

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

This text has shadow with #EBDFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFF0 on black background.


Color preview on white background

This text has color #EBDFF0 on white background.



Black color preview on #EBDFF0 background

This text has black color on #EBDFF0 background.


White color preview on #EBDFF0 background

This text has white color on #EBDFF0 background.