COLOR #EBDFF9

HEX: #EBDFF9 RGB: (235,223,249)

Color info

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

RGB color model

#EBDFF9 color RGB value is (235,223,249).

RGB: (235,223,249) (92%, 87%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 249 of 255 = 98%

235
223
249

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

Portions of RGB colors in percentages

R + G + B = 235 + 223 + 249 = 707 (100%)
R 235 of 707 ~ 33.24%
G 223 of 707 ~ 31.54%
B 249 of 707 ~ 35.22'%

%33.24
%31.54
%35.22

CMYK color model

#EBDFF9 color CMYK value is (6,10,0,2).

  • cyan value is 5.62%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (6,10,0,2)
C6M10Y0K2 (6%, 10%, 0%, 2%)
(0.06 / 0.10 / 0.00 / 0.02)

CMYK percentages

%5.62
%10.44
%0
%2.35

Codes

Color #EBDFF9 in popluar color models

EB DF F9
RGB 235 223 249
HSL 268° 68.42% 92.55%
HSB/HSV 268° 10.44% 97.65%
CMYK 5.62% 10.44% 0.00%
2.35%

Color #EBDFF9 in popluar number systems.

HEX EB DF F9
Decimal 235 223 249
Binary 11101011 11011111 11111001
Octal 353 337 371

Shades and tints

Shades of #EBDFF9

#EBDFF9
(235,223,249)
#D6CBE3
(214,203,227)
#C1B7CD
(193,183,205)
#ACA3B7
(172,163,183)
#978FA1
(151,143,161)
#827B8B
(130,123,139)
#6D6775
(109,103,117)
#58535F
(88,83,95)
#433F49
(67,63,73)
#2E2B33
(46,43,51)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #EBDFF9

#EBDFF9
(235,223,249)
#ECE1F9
(236,225,249)
#EDE3F9
(237,227,249)
#EEE5F9
(238,229,249)
#EFE7F9
(239,231,249)
#F0E9F9
(240,233,249)
#F1EBF9
(241,235,249)
#F2EDF9
(242,237,249)
#F3EFF9
(243,239,249)
#F4F1F9
(244,241,249)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDFF9 color. Also use rgb(235,223,249) instead hex code.

Text Font Color

.myTextColor { color: #EBDFF9; }

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

This text font color is #EBDFF9.

Background Color

.myBgColor { background-color: #EBDFF9; }

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

This div background color is #EBDFF9.

Border color

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

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

This div border color is #EBDFF9.

Opacity

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

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

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

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

This text has shadow with #EBDFF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDFF9.

Preview

Color preview on black background

This text has color #EBDFF9 on black background.


Color preview on white background

This text has color #EBDFF9 on white background.


Black color preview on #EBDFF9 background

This text has black color on #EBDFF9 background.


White color preview on #EBDFF9 background

This text has white color on #EBDFF9 background.


Related colors

Complementary color

Complementary color for #hex is #142006.


I love getcolorcode.com

Triadic colors

1 #F9EBDF and #DFF9EB with #EBDFF9 are triadic colors.

2 #F9DFEB and #DFEBF9 with #EBDFF9 are triadic colors.