COLOR #EBDCFD

HEX: #EBDCFD RGB: (235,220,253)

Color info

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

RGB color model

#EBDCFD color RGB value is (235,220,253).

RGB: (235,220,253) (92%, 86%, 99%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 253 of 255 = 99%

235
220
253

R + G + B ~ 92%. #EBDCFD is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 220 + 253 = 708 (100%)
R 235 of 708 ~ 33.19%
G 220 of 708 ~ 31.07%
B 253 of 708 ~ 35.73'%

%33.19
%31.07
%35.73

CMYK color model

#EBDCFD color CMYK value is (7,13,0,1).

  • cyan value is 7.11%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (7,13,0,1)
C7M13Y0K1 (7%, 13%, 0%, 1%)
(0.07 / 0.13 / 0.00 / 0.01)

CMYK percentages

%7.11
%13.04
%0
%0.78

Codes

Color #EBDCFD in popluar color models

EB DC FD
RGB 235 220 253
HSL 267° 89.19% 92.75%
HSB/HSV 267° 13.04% 99.22%
CMYK 7.11% 13.04% 0.00%
0.78%

Color #EBDCFD in popluar number systems.

HEX EB DC FD
Decimal 235 220 253
Binary 11101011 11011100 11111101
Octal 353 334 375

Shades and tints

Shades of #EBDCFD

#EBDCFD
(235,220,253)
#D6C8E6
(214,200,230)
#C1B4CF
(193,180,207)
#ACA0B8
(172,160,184)
#978CA1
(151,140,161)
#82788A
(130,120,138)
#6D6473
(109,100,115)
#58505C
(88,80,92)
#433C45
(67,60,69)
#2E282E
(46,40,46)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #EBDCFD

#EBDCFD
(235,220,253)
#ECDFFD
(236,223,253)
#EDE2FD
(237,226,253)
#EEE5FD
(238,229,253)
#EFE8FD
(239,232,253)
#F0EBFD
(240,235,253)
#F1EEFD
(241,238,253)
#F2F1FD
(242,241,253)
#F3F4FD
(243,244,253)
#F4F7FD
(244,247,253)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCFD color. Also use rgb(235,220,253) instead hex code.

Text Font Color

.myTextColor { color: #EBDCFD; }

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

This text font color is #EBDCFD.

Background Color

.myBgColor { background-color: #EBDCFD; }

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

This div background color is #EBDCFD.

Border color

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

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

This div border color is #EBDCFD.

Opacity

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

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

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

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

This text has shadow with #EBDCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDCFD.

Preview

Color preview on black background

This text has color #EBDCFD on black background.


Color preview on white background

This text has color #EBDCFD on white background.


Black color preview on #EBDCFD background

This text has black color on #EBDCFD background.


White color preview on #EBDCFD background

This text has white color on #EBDCFD background.


Related colors

Complementary color

Complementary color for #hex is #142302.


I love getcolorcode.com

Triadic colors

1 #FDEBDC and #DCFDEB with #EBDCFD are triadic colors.

2 #FDDCEB and #DCEBFD with #EBDCFD are triadic colors.