COLOR #EBC1DE

HEX: #EBC1DE RGB: (235,193,222)

Color info

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

RGB color model

#EBC1DE color RGB value is (235,193,222).

RGB: (235,193,222) (92%, 76%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 222 of 255 = 87%

235
193
222

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

Portions of RGB colors in percentages

R + G + B = 235 + 193 + 222 = 650 (100%)
R 235 of 650 ~ 36.15%
G 193 of 650 ~ 29.69%
B 222 of 650 ~ 34.15'%

%36.15
%29.69
%34.15

CMYK color model

#EBC1DE color CMYK value is (0,18,6,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 5.53%
  • key color value is 7.84%

CMYK: (0,18,6,8)
C0M18Y6K8 (0%, 18%, 6%, 8%)
(0.00 / 0.18 / 0.06 / 0.08)

CMYK percentages

%0
%17.87
%5.53
%7.84

Codes

Color #EBC1DE in popluar color models

EB C1 DE
RGB 235 193 222
HSL 319° 51.22% 83.92%
HSB/HSV 319° 17.87% 92.16%
CMYK 0.00% 17.87% 5.53%
7.84%

Color #EBC1DE in popluar number systems.

HEX EB C1 DE
Decimal 235 193 222
Binary 11101011 11000001 11011110
Octal 353 301 336

Shades and tints

Shades of #EBC1DE

#EBC1DE
(235,193,222)
#D6B0CA
(214,176,202)
#C19FB6
(193,159,182)
#AC8EA2
(172,142,162)
#977D8E
(151,125,142)
#826C7A
(130,108,122)
#6D5B66
(109,91,102)
#584A52
(88,74,82)
#43393E
(67,57,62)
#2E282A
(46,40,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBC1DE

#EBC1DE
(235,193,222)
#ECC6E1
(236,198,225)
#EDCBE4
(237,203,228)
#EED0E7
(238,208,231)
#EFD5EA
(239,213,234)
#F0DAED
(240,218,237)
#F1DFF0
(241,223,240)
#F2E4F3
(242,228,243)
#F3E9F6
(243,233,246)
#F4EEF9
(244,238,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC1DE color. Also use rgb(235,193,222) instead hex code.

Text Font Color

.myTextColor { color: #EBC1DE; }

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

This text font color is #EBC1DE.

Background Color

.myBgColor { background-color: #EBC1DE; }

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

This div background color is #EBC1DE.

Border color

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

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

This div border color is #EBC1DE.

Opacity

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

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

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

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

This text has shadow with #EBC1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC1DE.

Preview

Color preview on black background

This text has color #EBC1DE on black background.


Color preview on white background

This text has color #EBC1DE on white background.


Black color preview on #EBC1DE background

This text has black color on #EBC1DE background.


White color preview on #EBC1DE background

This text has white color on #EBC1DE background.


Related colors

Complementary color

Complementary color for #hex is #143E21.


I love getcolorcode.com

Triadic colors

1 #DEEBC1 and #C1DEEB with #EBC1DE are triadic colors.

2 #DEC1EB and #C1EBDE with #EBC1DE are triadic colors.