COLOR #EBC3DF

HEX: #EBC3DF RGB: (235,195,223)

Color info

#EBC3DF contains red, green and blue colors in about the same proportion. Web safe color of #EBC3DF is #FFCCCC (or #FCC).

RGB color model

#EBC3DF color RGB value is (235,195,223).

RGB: (235,195,223) (92%, 76%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 223 of 255 = 87%

235
195
223

R + G + B ~ 85%. #EBC3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 195 + 223 = 653 (100%)
R 235 of 653 ~ 35.99%
G 195 of 653 ~ 29.86%
B 223 of 653 ~ 34.15'%

%35.99
%29.86
%34.15

CMYK color model

#EBC3DF color CMYK value is (0,17,5,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 5.11%
  • key color value is 7.84%

CMYK: (0,17,5,8)
C0M17Y5K8 (0%, 17%, 5%, 8%)
(0.00 / 0.17 / 0.05 / 0.08)

CMYK percentages

%0
%17.02
%5.11
%7.84

Codes

Color #EBC3DF in popluar color models

EB C3 DF
RGB 235 195 223
HSL 318° 50.00% 84.31%
HSB/HSV 318° 17.02% 92.16%
CMYK 0.00% 17.02% 5.11%
7.84%

Color #EBC3DF in popluar number systems.

HEX EB C3 DF
Decimal 235 195 223
Binary 11101011 11000011 11011111
Octal 353 303 337

Shades and tints

Shades of #EBC3DF

#EBC3DF
(235,195,223)
#D6B2CB
(214,178,203)
#C1A1B7
(193,161,183)
#AC90A3
(172,144,163)
#977F8F
(151,127,143)
#826E7B
(130,110,123)
#6D5D67
(109,93,103)
#584C53
(88,76,83)
#433B3F
(67,59,63)
#2E2A2B
(46,42,43)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBC3DF

#EBC3DF
(235,195,223)
#ECC8E1
(236,200,225)
#EDCDE3
(237,205,227)
#EED2E5
(238,210,229)
#EFD7E7
(239,215,231)
#F0DCE9
(240,220,233)
#F1E1EB
(241,225,235)
#F2E6ED
(242,230,237)
#F3EBEF
(243,235,239)
#F4F0F1
(244,240,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3DF; }

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

This text font color is #EBC3DF.

Background Color

.myBgColor { background-color: #EBC3DF; }

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

This div background color is #EBC3DF.

Border color

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

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

This div border color is #EBC3DF.

Opacity

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

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

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

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

This text has shadow with #EBC3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC3DF.

Preview

Color preview on black background

This text has color #EBC3DF on black background.


Color preview on white background

This text has color #EBC3DF on white background.


Black color preview on #EBC3DF background

This text has black color on #EBC3DF background.


White color preview on #EBC3DF background

This text has white color on #EBC3DF background.


Related colors

Complementary color

Complementary color for #hex is #143C20.


I love getcolorcode.com

Triadic colors

1 #DFEBC3 and #C3DFEB with #EBC3DF are triadic colors.

2 #DFC3EB and #C3EBDF with #EBC3DF are triadic colors.