COLOR #EBCAEF

HEX: #EBCAEF RGB: (235,202,239)

Color info

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

RGB color model

#EBCAEF color RGB value is (235,202,239).

RGB: (235,202,239) (92%, 79%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 239 of 255 = 94%

235
202
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 239 = 676 (100%)
R 235 of 676 ~ 34.76%
G 202 of 676 ~ 29.88%
B 239 of 676 ~ 35.36'%

%34.76
%29.88
%35.36

CMYK color model

#EBCAEF color CMYK value is (2,15,0,6).

  • cyan value is 1.67%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (2,15,0,6)
C2M15Y0K6 (2%, 15%, 0%, 6%)
(0.02 / 0.15 / 0.00 / 0.06)

CMYK percentages

%1.67
%15.48
%0
%6.27

Codes

Color #EBCAEF in popluar color models

EB CA EF
RGB 235 202 239
HSL 294° 53.62% 86.47%
HSB/HSV 294° 15.48% 93.73%
CMYK 1.67% 15.48% 0.00%
6.27%

Color #EBCAEF in popluar number systems.

HEX EB CA EF
Decimal 235 202 239
Binary 11101011 11001010 11101111
Octal 353 312 357

Shades and tints

Shades of #EBCAEF

#EBCAEF
(235,202,239)
#D6B8DA
(214,184,218)
#C1A6C5
(193,166,197)
#AC94B0
(172,148,176)
#97829B
(151,130,155)
#827086
(130,112,134)
#6D5E71
(109,94,113)
#584C5C
(88,76,92)
#433A47
(67,58,71)
#2E2832
(46,40,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #EBCAEF

#EBCAEF
(235,202,239)
#ECCEF0
(236,206,240)
#EDD2F1
(237,210,241)
#EED6F2
(238,214,242)
#EFDAF3
(239,218,243)
#F0DEF4
(240,222,244)
#F1E2F5
(241,226,245)
#F2E6F6
(242,230,246)
#F3EAF7
(243,234,247)
#F4EEF8
(244,238,248)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCAEF; }

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

This text font color is #EBCAEF.

Background Color

.myBgColor { background-color: #EBCAEF; }

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

This div background color is #EBCAEF.

Border color

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

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

This div border color is #EBCAEF.

Opacity

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

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

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

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

This text has shadow with #EBCAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCAEF.

Preview

Color preview on black background

This text has color #EBCAEF on black background.


Color preview on white background

This text has color #EBCAEF on white background.


Black color preview on #EBCAEF background

This text has black color on #EBCAEF background.


White color preview on #EBCAEF background

This text has white color on #EBCAEF background.


Related colors

Complementary color

Complementary color for #hex is #143510.


I love getcolorcode.com

Triadic colors

1 #EFEBCA and #CAEFEB with #EBCAEF are triadic colors.

2 #EFCAEB and #CAEBEF with #EBCAEF are triadic colors.