COLOR #EBCAF8

HEX: #EBCAF8 RGB: (235,202,248)

Color info

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

RGB color model

#EBCAF8 color RGB value is (235,202,248).

RGB: (235,202,248) (92%, 79%, 97%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 248 of 255 = 97%

235
202
248

R + G + B ~ 89%. #EBCAF8 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 248 = 685 (100%)
R 235 of 685 ~ 34.31%
G 202 of 685 ~ 29.49%
B 248 of 685 ~ 36.2'%

%34.31
%29.49
%36.2

CMYK color model

#EBCAF8 color CMYK value is (5,19,0,3).

  • cyan value is 5.24%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (5,19,0,3) C5M19Y0K3 (5%,19%,0%,3%) (0.05/0.19/0.00/0.03) 

CMYK percentages

%5.24
%18.55
%0
%2.75

Codes

Color #EBCAF8 in popluar color models

EB CA F8
RGB 235 202 248
HSL 283° 76.67% 88.24%
HSB/HSV 283° 18.55% 97.25%
CMYK 5.24% 18.55% 0.00%
2.75%

Color #EBCAF8 in popluar number systems.

HEX EB CA F8
Decimal 235 202 248
Binary 11101011 11001010 11111000
Octal 353 312 370

Shades and tints

Shades of #EBCAF8

#EBCAF8
(235,202,248)
#D6B8E2
(214,184,226)
#C1A6CC
(193,166,204)
#AC94B6
(172,148,182)
#9782A0
(151,130,160)
#82708A
(130,112,138)
#6D5E74
(109,94,116)
#584C5E
(88,76,94)
#433A48
(67,58,72)
#2E2832
(46,40,50)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #EBCAF8

#EBCAF8
(235,202,248)
#ECCEF8
(236,206,248)
#EDD2F8
(237,210,248)
#EED6F8
(238,214,248)
#EFDAF8
(239,218,248)
#F0DEF8
(240,222,248)
#F1E2F8
(241,226,248)
#F2E6F8
(242,230,248)
#F3EAF8
(243,234,248)
#F4EEF8
(244,238,248)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCAF8; }

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

This text font color is #EBCAF8.

Background Color

.myBgColor { background-color: #EBCAF8; }

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

This div background color is #EBCAF8.

Border color

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

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

This div border color is #EBCAF8.

Opacity

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

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

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

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

This text has shadow with #EBCAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCAF8.

Preview

Color preview on black background

This text has color #EBCAF8 on black background.


Color preview on white background

This text has color #EBCAF8 on white background.


Black color preview on #EBCAF8 background

This text has black color on #EBCAF8 background.


White color preview on #EBCAF8 background

This text has white color on #EBCAF8 background.


Related colors

Complementary color

Complementary color for #hex is #143507.


I love getcolorcode.com

Triadic colors

1 #F8EBCA and #CAF8EB with #EBCAF8 are triadic colors.

2 #F8CAEB and #CAEBF8 with #EBCAF8 are triadic colors.