COLOR #EBC2DF

HEX: #EBC2DF RGB: (235,194,223)

Color info

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

RGB color model

#EBC2DF color RGB value is (235,194,223).

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

RGB channels and saturation

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

235
194
223

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

Portions of RGB colors in percentages

R + G + B = 235 + 194 + 223 = 652 (100%)
R 235 of 652 ~ 36.04%
G 194 of 652 ~ 29.75%
B 223 of 652 ~ 34.2'%

%36.04
%29.75
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.45%
  • 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.45
%5.11
%7.84

Codes

Color #EBC2DF in popluar color models

EB C2 DF
RGB 235 194 223
HSL 318° 50.62% 84.12%
HSB/HSV 318° 17.45% 92.16%
CMYK 0.00% 17.45% 5.11%
7.84%

Color #EBC2DF in popluar number systems.

HEX EB C2 DF
Decimal 235 194 223
Binary 11101011 11000010 11011111
Octal 353 302 337

Shades and tints

Shades of #EBC2DF

#EBC2DF
(235,194,223)
#D6B1CB
(214,177,203)
#C1A0B7
(193,160,183)
#AC8FA3
(172,143,163)
#977E8F
(151,126,143)
#826D7B
(130,109,123)
#6D5C67
(109,92,103)
#584B53
(88,75,83)
#433A3F
(67,58,63)
#2E292B
(46,41,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #EBC2DF

#EBC2DF
(235,194,223)
#ECC7E1
(236,199,225)
#EDCCE3
(237,204,227)
#EED1E5
(238,209,229)
#EFD6E7
(239,214,231)
#F0DBE9
(240,219,233)
#F1E0EB
(241,224,235)
#F2E5ED
(242,229,237)
#F3EAEF
(243,234,239)
#F4EFF1
(244,239,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2DF; }

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

This text font color is #EBC2DF.

Background Color

.myBgColor { background-color: #EBC2DF; }

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

This div background color is #EBC2DF.

Border color

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

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

This div border color is #EBC2DF.

Opacity

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

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

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

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

This text has shadow with #EBC2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC2DF.

Preview

Color preview on black background

This text has color #EBC2DF on black background.


Color preview on white background

This text has color #EBC2DF on white background.


Black color preview on #EBC2DF background

This text has black color on #EBC2DF background.


White color preview on #EBC2DF background

This text has white color on #EBC2DF background.


Related colors

Complementary color

Complementary color for #hex is #143D20.


I love getcolorcode.com

Triadic colors

1 #DFEBC2 and #C2DFEB with #EBC2DF are triadic colors.

2 #DFC2EB and #C2EBDF with #EBC2DF are triadic colors.