COLOR #EBD4EF

HEX: #EBD4EF RGB: (235,212,239)

Color info

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

RGB color model

#EBD4EF color RGB value is (235,212,239).

RGB: (235,212,239) (92%, 83%, 94%)

RGB channels and saturation

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

235
212
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 212 + 239 = 686 (100%)
R 235 of 686 ~ 34.26%
G 212 of 686 ~ 30.9%
B 239 of 686 ~ 34.84'%

%34.26
%30.9
%34.84

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (2,11,0,6) C2M11Y0K6 (2%,11%,0%,6%) (0.02/0.11/0.00/0.06) 

CMYK percentages

%1.67
%11.3
%0
%6.27

Codes

Color #EBD4EF in popluar color models

EB D4 EF
RGB 235 212 239
HSL 291° 45.76% 88.43%
HSB/HSV 291° 11.30% 93.73%
CMYK 1.67% 11.30% 0.00%
6.27%

Color #EBD4EF in popluar number systems.

HEX EB D4 EF
Decimal 235 212 239
Binary 11101011 11010100 11101111
Octal 353 324 357

Shades and tints

Shades of #EBD4EF

#EBD4EF
(235,212,239)
#D6C1DA
(214,193,218)
#C1AEC5
(193,174,197)
#AC9BB0
(172,155,176)
#97889B
(151,136,155)
#827586
(130,117,134)
#6D6271
(109,98,113)
#584F5C
(88,79,92)
#433C47
(67,60,71)
#2E2932
(46,41,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #EBD4EF

#EBD4EF
(235,212,239)
#ECD7F0
(236,215,240)
#EDDAF1
(237,218,241)
#EEDDF2
(238,221,242)
#EFE0F3
(239,224,243)
#F0E3F4
(240,227,244)
#F1E6F5
(241,230,245)
#F2E9F6
(242,233,246)
#F3ECF7
(243,236,247)
#F4EFF8
(244,239,248)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD4EF; }

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

This text font color is #EBD4EF.

Background Color

.myBgColor { background-color: #EBD4EF; }

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

This div background color is #EBD4EF.

Border color

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

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

This div border color is #EBD4EF.

Opacity

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

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

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

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

This text has shadow with #EBD4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD4EF.

Preview

Color preview on black background

This text has color #EBD4EF on black background.


Color preview on white background

This text has color #EBD4EF on white background.


Black color preview on #EBD4EF background

This text has black color on #EBD4EF background.


White color preview on #EBD4EF background

This text has white color on #EBD4EF background.


Related colors

Complementary color

Complementary color for #hex is #142B10.


I love getcolorcode.com

Triadic colors

1 #EFEBD4 and #D4EFEB with #EBD4EF are triadic colors.

2 #EFD4EB and #D4EBEF with #EBD4EF are triadic colors.