COLOR #EBDBFB

HEX: #EBDBFB RGB: (235,219,251)

Color info

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

RGB color model

#EBDBFB color RGB value is (235,219,251).

RGB: (235,219,251) (92%, 86%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 251 of 255 = 98%

235
219
251

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

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 251 = 705 (100%)
R 235 of 705 ~ 33.33%
G 219 of 705 ~ 31.06%
B 251 of 705 ~ 35.6'%

%33.33
%31.06
%35.6

CMYK color model

#EBDBFB color CMYK value is (6,13,0,2).

  • cyan value is 6.37%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (6,13,0,2)
C6M13Y0K2 (6%, 13%, 0%, 2%)
(0.06 / 0.13 / 0.00 / 0.02)

CMYK percentages

%6.37
%12.75
%0
%1.57

Codes

Color #EBDBFB in popluar color models

EB DB FB
RGB 235 219 251
HSL 270° 80.00% 92.16%
HSB/HSV 270° 12.75% 98.43%
CMYK 6.37% 12.75% 0.00%
1.57%

Color #EBDBFB in popluar number systems.

HEX EB DB FB
Decimal 235 219 251
Binary 11101011 11011011 11111011
Octal 353 333 373

Shades and tints

Shades of #EBDBFB

#EBDBFB
(235,219,251)
#D6C8E5
(214,200,229)
#C1B5CF
(193,181,207)
#ACA2B9
(172,162,185)
#978FA3
(151,143,163)
#827C8D
(130,124,141)
#6D6977
(109,105,119)
#585661
(88,86,97)
#43434B
(67,67,75)
#2E3035
(46,48,53)
#191D1F
(25,29,31)
#000000
(0,0,0)

Tints of #EBDBFB

#EBDBFB
(235,219,251)
#ECDEFB
(236,222,251)
#EDE1FB
(237,225,251)
#EEE4FB
(238,228,251)
#EFE7FB
(239,231,251)
#F0EAFB
(240,234,251)
#F1EDFB
(241,237,251)
#F2F0FB
(242,240,251)
#F3F3FB
(243,243,251)
#F4F6FB
(244,246,251)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDBFB color. Also use rgb(235,219,251) instead hex code.

Text Font Color

.myTextColor { color: #EBDBFB; }

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

This text font color is #EBDBFB.

Background Color

.myBgColor { background-color: #EBDBFB; }

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

This div background color is #EBDBFB.

Border color

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

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

This div border color is #EBDBFB.

Opacity

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

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

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

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

This text has shadow with #EBDBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBFB.

Preview

Color preview on black background

This text has color #EBDBFB on black background.


Color preview on white background

This text has color #EBDBFB on white background.


Black color preview on #EBDBFB background

This text has black color on #EBDBFB background.


White color preview on #EBDBFB background

This text has white color on #EBDBFB background.


Related colors

Complementary color

Complementary color for #hex is #142404.


I love getcolorcode.com

Triadic colors

1 #FBEBDB and #DBFBEB with #EBDBFB are triadic colors.

2 #FBDBEB and #DBEBFB with #EBDBFB are triadic colors.