COLOR #EADBFF

HEX: #EADBFF
RGB: (234,219,255)

Color info

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

RGB color model

#EADBFF color RGB value is (234,219,255).

  • red value is 234;
  • green value is 219;
  • blue value is 255.
RGB:
(234,219,255)
(92%,86%,100%)

RGB channels and saturation

R 234 of 255 = 92%
G 219 of 255 = 86%
B 255 of 255 = 100%

234
219
255

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

Portions of RGB colors in percentages

R + G + B =
234 + 219 + 255 = 708 (100%)
R 234 of 708 ~ 33.05%
G 219 of 708 ~ 30.93%
B 255 of 708 ~ 36.02%

%33.05
%30.93
%36.02

CMYK color model

#EADBFF color CMYK value is (8,14,0,0).

  • cyan value is 8.24%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,14,0,0)
C8M14Y0K0 
(8%,14%,0%,0%)
(0.08/0.14/0.00/0.00)	

CMYK percentages

%8.24
%14.12
%0
%0

Codes

Color #EADBFF in popluar color models

EADBFF
RGB234219255
HSL265°100.00%92.94%
HSB/HSV265°14.12%100.00%
CMYK8.24%14.12%0.00%
0.00%

Color #EADBFF in popluar number systems.

HEXEADBFF
Decimal234219255
Binary111010101101101111111111
Octal352333377

Shades and tints

Shades of #EADBFF

#EADBFF
(234,219,255)
#D5C8E8
(213,200,232)
#C0B5D1
(192,181,209)
#ABA2BA
(171,162,186)
#968FA3
(150,143,163)
#817C8C
(129,124,140)
#6C6975
(108,105,117)
#57565E
(87,86,94)
#424347
(66,67,71)
#2D3030
(45,48,48)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #EADBFF

#EADBFF
(234,219,255)
#EBDEFF
(235,222,255)
#ECE1FF
(236,225,255)
#EDE4FF
(237,228,255)
#EEE7FF
(238,231,255)
#EFEAFF
(239,234,255)
#F0EDFF
(240,237,255)
#F1F0FF
(241,240,255)
#F2F3FF
(242,243,255)
#F3F6FF
(243,246,255)
#F4F9FF
(244,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADBFF color. Also use rgb(234,219,255) instead hex code.

Text Font Color

.myTextColor { color: #EADBFF; }

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

This text font color is #EADBFF.


Background Color

.myBgColor { background-color: #EADBFF; }

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

This div background color is #EADBFF.


Border color

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

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

This div border color is #EADBFF.


Opacity

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

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

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

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

This text has shadow with #EADBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADBFF on black background.


Color preview on white background

This text has color #EADBFF on white background.



Black color preview on #EADBFF background

This text has black color on #EADBFF background.


White color preview on #EADBFF background

This text has white color on #EADBFF background.