COLOR #EBDEEC

HEX: #EBDEEC RGB: (235,222,236)

Color info

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

RGB color model

#EBDEEC color RGB value is (235,222,236).

RGB: (235,222,236) (92%, 87%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 222 of 255 = 87%
B 236 of 255 = 93%

235
222
236

R + G + B ~ 91%. #EBDEEC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 222 + 236 = 693 (100%)
R 235 of 693 ~ 33.91%
G 222 of 693 ~ 32.03%
B 236 of 693 ~ 34.05'%

%33.91
%32.03
%34.05

CMYK color model

#EBDEEC color CMYK value is (0,6,0,7).

  • cyan value is 0.42%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (0,6,0,7)
C0M6Y0K7 (0%, 6%, 0%, 7%)
(0.00 / 0.06 / 0.00 / 0.07)

CMYK percentages

%0.42
%5.93
%0
%7.45

Codes

Color #EBDEEC in popluar color models

EB DE EC
RGB 235 222 236
HSL 296° 26.92% 89.80%
HSB/HSV 296° 5.93% 92.55%
CMYK 0.42% 5.93% 0.00%
7.45%

Color #EBDEEC in popluar number systems.

HEX EB DE EC
Decimal 235 222 236
Binary 11101011 11011110 11101100
Octal 353 336 354

Shades and tints

Shades of #EBDEEC

#EBDEEC
(235,222,236)
#D6CAD7
(214,202,215)
#C1B6C2
(193,182,194)
#ACA2AD
(172,162,173)
#978E98
(151,142,152)
#827A83
(130,122,131)
#6D666E
(109,102,110)
#585259
(88,82,89)
#433E44
(67,62,68)
#2E2A2F
(46,42,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBDEEC

#EBDEEC
(235,222,236)
#ECE1ED
(236,225,237)
#EDE4EE
(237,228,238)
#EEE7EF
(238,231,239)
#EFEAF0
(239,234,240)
#F0EDF1
(240,237,241)
#F1F0F2
(241,240,242)
#F2F3F3
(242,243,243)
#F3F6F4
(243,246,244)
#F4F9F5
(244,249,245)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDEEC; }

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

This text font color is #EBDEEC.

Background Color

.myBgColor { background-color: #EBDEEC; }

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

This div background color is #EBDEEC.

Border color

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

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

This div border color is #EBDEEC.

Opacity

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

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

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

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

This text has shadow with #EBDEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDEEC.

Preview

Color preview on black background

This text has color #EBDEEC on black background.


Color preview on white background

This text has color #EBDEEC on white background.


Black color preview on #EBDEEC background

This text has black color on #EBDEEC background.


White color preview on #EBDEEC background

This text has white color on #EBDEEC background.


Related colors

Complementary color

Complementary color for #hex is #142113.


I love getcolorcode.com

Triadic colors

1 #ECEBDE and #DEECEB with #EBDEEC are triadic colors.

2 #ECDEEB and #DEEBEC with #EBDEEC are triadic colors.