COLOR #EBD4F0

HEX: #EBD4F0
RGB: (235,212,240)

Color info

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

RGB color model

#EBD4F0 color RGB value is (235,212,240).

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

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 240 of 255 = 94%

235
212
240

R + G + B ~ 90%. #EBD4F0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 212 + 240 = 687 (100%)
R 235 of 687 ~ 34.21%
G 212 of 687 ~ 30.86%
B 240 of 687 ~ 34.93%

%34.21
%30.86
%34.93

CMYK color model

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

  • cyan value is 2.08%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,12,0,6)
C2M12Y0K6 
(2%,12%,0%,6%)
(0.02/0.12/0.00/0.06)	

CMYK percentages

%2.08
%11.67
%0
%5.88

Codes

Color #EBD4F0 in popluar color models

EBD4F0
RGB235212240
HSL289°48.28%88.63%
HSB/HSV289°11.67%94.12%
CMYK2.08%11.67%0.00%
5.88%

Color #EBD4F0 in popluar number systems.

HEXEBD4F0
Decimal235212240
Binary111010111101010011110000
Octal353324360

Shades and tints

Shades of #EBD4F0

#EBD4F0
(235,212,240)
#D6C1DB
(214,193,219)
#C1AEC6
(193,174,198)
#AC9BB1
(172,155,177)
#97889C
(151,136,156)
#827587
(130,117,135)
#6D6272
(109,98,114)
#584F5D
(88,79,93)
#433C48
(67,60,72)
#2E2933
(46,41,51)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #EBD4F0

#EBD4F0
(235,212,240)
#ECD7F1
(236,215,241)
#EDDAF2
(237,218,242)
#EEDDF3
(238,221,243)
#EFE0F4
(239,224,244)
#F0E3F5
(240,227,245)
#F1E6F6
(241,230,246)
#F2E9F7
(242,233,247)
#F3ECF8
(243,236,248)
#F4EFF9
(244,239,249)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD4F0; }

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

This text font color is #EBD4F0.


Background Color

.myBgColor { background-color: #EBD4F0; }

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

This div background color is #EBD4F0.


Border color

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

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

This div border color is #EBD4F0.


Opacity

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

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

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

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

This text has shadow with #EBD4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD4F0 on black background.


Color preview on white background

This text has color #EBD4F0 on white background.



Black color preview on #EBD4F0 background

This text has black color on #EBD4F0 background.


White color preview on #EBD4F0 background

This text has white color on #EBD4F0 background.