COLOR #EBCAF5

HEX: #EBCAF5 RGB: (235,202,245)

Color info

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

RGB color model

#EBCAF5 color RGB value is (235,202,245).

RGB: (235,202,245) (92%, 79%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 245 of 255 = 96%

235
202
245

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

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 245 = 682 (100%)
R 235 of 682 ~ 34.46%
G 202 of 682 ~ 29.62%
B 245 of 682 ~ 35.92'%

%34.46
%29.62
%35.92

CMYK color model

#EBCAF5 color CMYK value is (4,18,0,4).

  • cyan value is 4.08%
  • magenta value is 17.55%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (4,18,0,4)
C4M18Y0K4 (4%, 18%, 0%, 4%)
(0.04 / 0.18 / 0.00 / 0.04)

CMYK percentages

%4.08
%17.55
%0
%3.92

Codes

Color #EBCAF5 in popluar color models

EB CA F5
RGB 235 202 245
HSL 286° 68.25% 87.65%
HSB/HSV 286° 17.55% 96.08%
CMYK 4.08% 17.55% 0.00%
3.92%

Color #EBCAF5 in popluar number systems.

HEX EB CA F5
Decimal 235 202 245
Binary 11101011 11001010 11110101
Octal 353 312 365

Shades and tints

Shades of #EBCAF5

#EBCAF5
(235,202,245)
#D6B8DF
(214,184,223)
#C1A6C9
(193,166,201)
#AC94B3
(172,148,179)
#97829D
(151,130,157)
#827087
(130,112,135)
#6D5E71
(109,94,113)
#584C5B
(88,76,91)
#433A45
(67,58,69)
#2E282F
(46,40,47)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #EBCAF5

#EBCAF5
(235,202,245)
#ECCEF5
(236,206,245)
#EDD2F5
(237,210,245)
#EED6F5
(238,214,245)
#EFDAF5
(239,218,245)
#F0DEF5
(240,222,245)
#F1E2F5
(241,226,245)
#F2E6F5
(242,230,245)
#F3EAF5
(243,234,245)
#F4EEF5
(244,238,245)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCAF5; }

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

This text font color is #EBCAF5.

Background Color

.myBgColor { background-color: #EBCAF5; }

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

This div background color is #EBCAF5.

Border color

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

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

This div border color is #EBCAF5.

Opacity

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

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

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

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

This text has shadow with #EBCAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCAF5.

Preview

Color preview on black background

This text has color #EBCAF5 on black background.


Color preview on white background

This text has color #EBCAF5 on white background.


Black color preview on #EBCAF5 background

This text has black color on #EBCAF5 background.


White color preview on #EBCAF5 background

This text has white color on #EBCAF5 background.


Related colors

Complementary color

Complementary color for #hex is #14350A.


I love getcolorcode.com

Triadic colors

1 #F5EBCA and #CAF5EB with #EBCAF5 are triadic colors.

2 #F5CAEB and #CAEBF5 with #EBCAF5 are triadic colors.