COLOR #EBDFFF

HEX: #EBDFFF RGB: (235,223,255)

Color info

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

RGB color model

#EBDFFF color RGB value is (235,223,255).

RGB: (235,223,255) (92%, 87%, 100%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 255 of 255 = 100%

235
223
255

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

Portions of RGB colors in percentages

R + G + B = 235 + 223 + 255 = 713 (100%)
R 235 of 713 ~ 32.96%
G 223 of 713 ~ 31.28%
B 255 of 713 ~ 35.76'%

%32.96
%31.28
%35.76

CMYK color model

#EBDFFF color CMYK value is (8,13,0,0).

  • cyan value is 7.84%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (8,13,0,0)
C8M13Y0K0 (8%, 13%, 0%, 0%)
(0.08 / 0.13 / 0.00 / 0.00)

CMYK percentages

%7.84
%12.55
%0
%0

Codes

Color #EBDFFF in popluar color models

EB DF FF
RGB 235 223 255
HSL 263° 100.00% 93.73%
HSB/HSV 263° 12.55% 100.00%
CMYK 7.84% 12.55% 0.00%
0.00%

Color #EBDFFF in popluar number systems.

HEX EB DF FF
Decimal 235 223 255
Binary 11101011 11011111 11111111
Octal 353 337 377

Shades and tints

Shades of #EBDFFF

#EBDFFF
(235,223,255)
#D6CBE8
(214,203,232)
#C1B7D1
(193,183,209)
#ACA3BA
(172,163,186)
#978FA3
(151,143,163)
#827B8C
(130,123,140)
#6D6775
(109,103,117)
#58535E
(88,83,94)
#433F47
(67,63,71)
#2E2B30
(46,43,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBDFFF

#EBDFFF
(235,223,255)
#ECE1FF
(236,225,255)
#EDE3FF
(237,227,255)
#EEE5FF
(238,229,255)
#EFE7FF
(239,231,255)
#F0E9FF
(240,233,255)
#F1EBFF
(241,235,255)
#F2EDFF
(242,237,255)
#F3EFFF
(243,239,255)
#F4F1FF
(244,241,255)
#F5F3FF
(245,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFFF; }

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

This text font color is #EBDFFF.

Background Color

.myBgColor { background-color: #EBDFFF; }

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

This div background color is #EBDFFF.

Border color

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

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

This div border color is #EBDFFF.

Opacity

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

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

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

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

This text has shadow with #EBDFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDFFF.

Preview

Color preview on black background

This text has color #EBDFFF on black background.


Color preview on white background

This text has color #EBDFFF on white background.


Black color preview on #EBDFFF background

This text has black color on #EBDFFF background.


White color preview on #EBDFFF background

This text has white color on #EBDFFF background.


Related colors

Complementary color

Complementary color for #hex is #142000.


I love getcolorcode.com

Gradients

Color #EBDFFF is used in Pale Lavender gradient.

Pale Lavender


Triadic colors

1 #FFEBDF and #DFFFEB with #EBDFFF are triadic colors.

2 #FFDFEB and #DFEBFF with #EBDFFF are triadic colors.