COLOR #EBDAF6

HEX: #EBDAF6 RGB: (235,218,246)

Color info

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

RGB color model

#EBDAF6 color RGB value is (235,218,246).

RGB: (235,218,246) (92%, 85%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 246 of 255 = 96%

235
218
246

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 246 = 699 (100%)
R 235 of 699 ~ 33.62%
G 218 of 699 ~ 31.19%
B 246 of 699 ~ 35.19'%

%33.62
%31.19
%35.19

CMYK color model

#EBDAF6 color CMYK value is (4,11,0,4).

  • cyan value is 4.47%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,11,0,4)
C4M11Y0K4 (4%, 11%, 0%, 4%)
(0.04 / 0.11 / 0.00 / 0.04)

CMYK percentages

%4.47
%11.38
%0
%3.53

Codes

Color #EBDAF6 in popluar color models

EB DA F6
RGB 235 218 246
HSL 276° 60.87% 90.98%
HSB/HSV 276° 11.38% 96.47%
CMYK 4.47% 11.38% 0.00%
3.53%

Color #EBDAF6 in popluar number systems.

HEX EB DA F6
Decimal 235 218 246
Binary 11101011 11011010 11110110
Octal 353 332 366

Shades and tints

Shades of #EBDAF6

#EBDAF6
(235,218,246)
#D6C7E0
(214,199,224)
#C1B4CA
(193,180,202)
#ACA1B4
(172,161,180)
#978E9E
(151,142,158)
#827B88
(130,123,136)
#6D6872
(109,104,114)
#58555C
(88,85,92)
#434246
(67,66,70)
#2E2F30
(46,47,48)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBDAF6

#EBDAF6
(235,218,246)
#ECDDF6
(236,221,246)
#EDE0F6
(237,224,246)
#EEE3F6
(238,227,246)
#EFE6F6
(239,230,246)
#F0E9F6
(240,233,246)
#F1ECF6
(241,236,246)
#F2EFF6
(242,239,246)
#F3F2F6
(243,242,246)
#F4F5F6
(244,245,246)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDAF6 color. Also use rgb(235,218,246) instead hex code.

Text Font Color

.myTextColor { color: #EBDAF6; }

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

This text font color is #EBDAF6.

Background Color

.myBgColor { background-color: #EBDAF6; }

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

This div background color is #EBDAF6.

Border color

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

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

This div border color is #EBDAF6.

Opacity

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

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

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

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

This text has shadow with #EBDAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAF6.

Preview

Color preview on black background

This text has color #EBDAF6 on black background.


Color preview on white background

This text has color #EBDAF6 on white background.


Black color preview on #EBDAF6 background

This text has black color on #EBDAF6 background.


White color preview on #EBDAF6 background

This text has white color on #EBDAF6 background.


Related colors

Complementary color

Complementary color for #hex is #142509.


I love getcolorcode.com

Triadic colors

1 #F6EBDA and #DAF6EB with #EBDAF6 are triadic colors.

2 #F6DAEB and #DAEBF6 with #EBDAF6 are triadic colors.