COLOR #EBCAED

HEX: #EBCAED RGB: (235,202,237)

Color info

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

RGB color model

#EBCAED color RGB value is (235,202,237).

RGB: (235,202,237) (92%, 79%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 237 of 255 = 93%

235
202
237

R + G + B ~ 88%. #EBCAED is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 237 = 674 (100%)
R 235 of 674 ~ 34.87%
G 202 of 674 ~ 29.97%
B 237 of 674 ~ 35.16'%

%34.87
%29.97
%35.16

CMYK color model

#EBCAED color CMYK value is (1,15,0,7).

  • cyan value is 0.84%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (1,15,0,7)
C1M15Y0K7 (1%, 15%, 0%, 7%)
(0.01 / 0.15 / 0.00 / 0.07)

CMYK percentages

%0.84
%14.77
%0
%7.06

Codes

Color #EBCAED in popluar color models

EB CA ED
RGB 235 202 237
HSL 297° 49.30% 86.08%
HSB/HSV 297° 14.77% 92.94%
CMYK 0.84% 14.77% 0.00%
7.06%

Color #EBCAED in popluar number systems.

HEX EB CA ED
Decimal 235 202 237
Binary 11101011 11001010 11101101
Octal 353 312 355

Shades and tints

Shades of #EBCAED

#EBCAED
(235,202,237)
#D6B8D8
(214,184,216)
#C1A6C3
(193,166,195)
#AC94AE
(172,148,174)
#978299
(151,130,153)
#827084
(130,112,132)
#6D5E6F
(109,94,111)
#584C5A
(88,76,90)
#433A45
(67,58,69)
#2E2830
(46,40,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #EBCAED

#EBCAED
(235,202,237)
#ECCEEE
(236,206,238)
#EDD2EF
(237,210,239)
#EED6F0
(238,214,240)
#EFDAF1
(239,218,241)
#F0DEF2
(240,222,242)
#F1E2F3
(241,226,243)
#F2E6F4
(242,230,244)
#F3EAF5
(243,234,245)
#F4EEF6
(244,238,246)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCAED color. Also use rgb(235,202,237) instead hex code.

Text Font Color

.myTextColor { color: #EBCAED; }

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

This text font color is #EBCAED.

Background Color

.myBgColor { background-color: #EBCAED; }

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

This div background color is #EBCAED.

Border color

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

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

This div border color is #EBCAED.

Opacity

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

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

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

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

This text has shadow with #EBCAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCAED.

Preview

Color preview on black background

This text has color #EBCAED on black background.


Color preview on white background

This text has color #EBCAED on white background.


Black color preview on #EBCAED background

This text has black color on #EBCAED background.


White color preview on #EBCAED background

This text has white color on #EBCAED background.


Related colors

Complementary color

Complementary color for #hex is #143512.


I love getcolorcode.com

Triadic colors

1 #EDEBCA and #CAEDEB with #EBCAED are triadic colors.

2 #EDCAEB and #CAEBED with #EBCAED are triadic colors.