COLOR #EBDEFC

HEX: #EBDEFC RGB: (235,222,252)

Color info

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

RGB color model

#EBDEFC color RGB value is (235,222,252).

RGB: (235,222,252) (92%, 87%, 99%)

RGB channels and saturation

R 235 of 255 = 92%
G 222 of 255 = 87%
B 252 of 255 = 99%

235
222
252

R + G + B ~ 93%. #EBDEFC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 222 + 252 = 709 (100%)
R 235 of 709 ~ 33.15%
G 222 of 709 ~ 31.31%
B 252 of 709 ~ 35.54'%

%33.15
%31.31
%35.54

CMYK color model

#EBDEFC color CMYK value is (7,12,0,1).

  • cyan value is 6.75%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (7,12,0,1)
C7M12Y0K1 (7%, 12%, 0%, 1%)
(0.07 / 0.12 / 0.00 / 0.01)

CMYK percentages

%6.75
%11.9
%0
%1.18

Codes

Color #EBDEFC in popluar color models

EB DE FC
RGB 235 222 252
HSL 266° 83.33% 92.94%
HSB/HSV 266° 11.90% 98.82%
CMYK 6.75% 11.90% 0.00%
1.18%

Color #EBDEFC in popluar number systems.

HEX EB DE FC
Decimal 235 222 252
Binary 11101011 11011110 11111100
Octal 353 336 374

Shades and tints

Shades of #EBDEFC

#EBDEFC
(235,222,252)
#D6CAE6
(214,202,230)
#C1B6D0
(193,182,208)
#ACA2BA
(172,162,186)
#978EA4
(151,142,164)
#827A8E
(130,122,142)
#6D6678
(109,102,120)
#585262
(88,82,98)
#433E4C
(67,62,76)
#2E2A36
(46,42,54)
#191620
(25,22,32)
#000000
(0,0,0)

Tints of #EBDEFC

#EBDEFC
(235,222,252)
#ECE1FC
(236,225,252)
#EDE4FC
(237,228,252)
#EEE7FC
(238,231,252)
#EFEAFC
(239,234,252)
#F0EDFC
(240,237,252)
#F1F0FC
(241,240,252)
#F2F3FC
(242,243,252)
#F3F6FC
(243,246,252)
#F4F9FC
(244,249,252)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDEFC color. Also use rgb(235,222,252) instead hex code.

Text Font Color

.myTextColor { color: #EBDEFC; }

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

This text font color is #EBDEFC.

Background Color

.myBgColor { background-color: #EBDEFC; }

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

This div background color is #EBDEFC.

Border color

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

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

This div border color is #EBDEFC.

Opacity

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

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

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

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

This text has shadow with #EBDEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDEFC.

Preview

Color preview on black background

This text has color #EBDEFC on black background.


Color preview on white background

This text has color #EBDEFC on white background.


Black color preview on #EBDEFC background

This text has black color on #EBDEFC background.


White color preview on #EBDEFC background

This text has white color on #EBDEFC background.


Related colors

Complementary color

Complementary color for #hex is #142103.


I love getcolorcode.com

Triadic colors

1 #FCEBDE and #DEFCEB with #EBDEFC are triadic colors.

2 #FCDEEB and #DEEBFC with #EBDEFC are triadic colors.