COLOR #EADBF9

HEX: #EADBF9 RGB: (234,219,249)

Color info

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

RGB color model

#EADBF9 color RGB value is (234,219,249).

RGB: (234,219,249) (92%, 86%, 98%)

RGB channels and saturation

R 234 of 255 = 92%
G 219 of 255 = 86%
B 249 of 255 = 98%

234
219
249

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

Portions of RGB colors in percentages

R + G + B = 234 + 219 + 249 = 702 (100%)
R 234 of 702 ~ 33.33%
G 219 of 702 ~ 31.2%
B 249 of 702 ~ 35.47'%

%33.33
%31.2
%35.47

CMYK color model

#EADBF9 color CMYK value is (6,12,0,2).

  • cyan value is 6.02%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (6,12,0,2)
C6M12Y0K2 (6%, 12%, 0%, 2%)
(0.06 / 0.12 / 0.00 / 0.02)

CMYK percentages

%6.02
%12.05
%0
%2.35

Codes

Color #EADBF9 in popluar color models

EA DB F9
RGB 234 219 249
HSL 270° 71.43% 91.76%
HSB/HSV 270° 12.05% 97.65%
CMYK 6.02% 12.05% 0.00%
2.35%

Color #EADBF9 in popluar number systems.

HEX EA DB F9
Decimal 234 219 249
Binary 11101010 11011011 11111001
Octal 352 333 371

Shades and tints

Shades of #EADBF9

#EADBF9
(234,219,249)
#D5C8E3
(213,200,227)
#C0B5CD
(192,181,205)
#ABA2B7
(171,162,183)
#968FA1
(150,143,161)
#817C8B
(129,124,139)
#6C6975
(108,105,117)
#57565F
(87,86,95)
#424349
(66,67,73)
#2D3033
(45,48,51)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #EADBF9

#EADBF9
(234,219,249)
#EBDEF9
(235,222,249)
#ECE1F9
(236,225,249)
#EDE4F9
(237,228,249)
#EEE7F9
(238,231,249)
#EFEAF9
(239,234,249)
#F0EDF9
(240,237,249)
#F1F0F9
(241,240,249)
#F2F3F9
(242,243,249)
#F3F6F9
(243,246,249)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADBF9; }

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

This text font color is #EADBF9.

Background Color

.myBgColor { background-color: #EADBF9; }

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

This div background color is #EADBF9.

Border color

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

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

This div border color is #EADBF9.

Opacity

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

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

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

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

This text has shadow with #EADBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADBF9.

Preview

Color preview on black background

This text has color #EADBF9 on black background.


Color preview on white background

This text has color #EADBF9 on white background.


Black color preview on #EADBF9 background

This text has black color on #EADBF9 background.


White color preview on #EADBF9 background

This text has white color on #EADBF9 background.


Related colors

Complementary color

Complementary color for #hex is #152406.


I love getcolorcode.com

Triadic colors

1 #F9EADB and #DBF9EA with #EADBF9 are triadic colors.

2 #F9DBEA and #DBEAF9 with #EADBF9 are triadic colors.