COLOR #EFDBF5

HEX: #EFDBF5 RGB: (239,219,245)

Color info

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

RGB color model

#EFDBF5 color RGB value is (239,219,245).

RGB: (239,219,245) (94%, 86%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 245 of 255 = 96%

239
219
245

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

Portions of RGB colors in percentages

R + G + B = 239 + 219 + 245 = 703 (100%)
R 239 of 703 ~ 34%
G 219 of 703 ~ 31.15%
B 245 of 703 ~ 34.85'%

%34
%31.15
%34.85

CMYK color model

#EFDBF5 color CMYK value is (2,11,0,4).

  • cyan value is 2.45%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (2,11,0,4) C2M11Y0K4 (2%,11%,0%,4%) (0.02/0.11/0.00/0.04) 

CMYK percentages

%2.45
%10.61
%0
%3.92

Codes

Color #EFDBF5 in popluar color models

EF DB F5
RGB 239 219 245
HSL 286° 56.52% 90.98%
HSB/HSV 286° 10.61% 96.08%
CMYK 2.45% 10.61% 0.00%
3.92%

Color #EFDBF5 in popluar number systems.

HEX EF DB F5
Decimal 239 219 245
Binary 11101111 11011011 11110101
Octal 357 333 365

Shades and tints

Shades of #EFDBF5

#EFDBF5
(239,219,245)
#DAC8DF
(218,200,223)
#C5B5C9
(197,181,201)
#B0A2B3
(176,162,179)
#9B8F9D
(155,143,157)
#867C87
(134,124,135)
#716971
(113,105,113)
#5C565B
(92,86,91)
#474345
(71,67,69)
#32302F
(50,48,47)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #EFDBF5

#EFDBF5
(239,219,245)
#F0DEF5
(240,222,245)
#F1E1F5
(241,225,245)
#F2E4F5
(242,228,245)
#F3E7F5
(243,231,245)
#F4EAF5
(244,234,245)
#F5EDF5
(245,237,245)
#F6F0F5
(246,240,245)
#F7F3F5
(247,243,245)
#F8F6F5
(248,246,245)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDBF5 color. Also use rgb(239,219,245) instead hex code.

Text Font Color

.myTextColor { color: #EFDBF5; }

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

This text font color is #EFDBF5.

Background Color

.myBgColor { background-color: #EFDBF5; }

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

This div background color is #EFDBF5.

Border color

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

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

This div border color is #EFDBF5.

Opacity

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

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

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

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

This text has shadow with #EFDBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDBF5.

Preview

Color preview on black background

This text has color #EFDBF5 on black background.


Color preview on white background

This text has color #EFDBF5 on white background.


Black color preview on #EFDBF5 background

This text has black color on #EFDBF5 background.


White color preview on #EFDBF5 background

This text has white color on #EFDBF5 background.


Related colors

Complementary color

Complementary color for #hex is #10240A.


I love getcolorcode.com

Triadic colors

1 #F5EFDB and #DBF5EF with #EFDBF5 are triadic colors.

2 #F5DBEF and #DBEFF5 with #EFDBF5 are triadic colors.