COLOR #EFCDF4

HEX: #EFCDF4 RGB: (239,205,244)

Color info

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

RGB color model

#EFCDF4 color RGB value is (239,205,244).

RGB: (239,205,244) (94%, 80%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 244 of 255 = 96%

239
205
244

R + G + B ~ 90%. #EFCDF4 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 205 + 244 = 688 (100%)
R 239 of 688 ~ 34.74%
G 205 of 688 ~ 29.8%
B 244 of 688 ~ 35.47'%

%34.74
%29.8
%35.47

CMYK color model

#EFCDF4 color CMYK value is (2,16,0,4).

  • cyan value is 2.05%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (2,16,0,4)
C2M16Y0K4 (2%, 16%, 0%, 4%)
(0.02 / 0.16 / 0.00 / 0.04)

CMYK percentages

%2.05
%15.98
%0
%4.31

Codes

Color #EFCDF4 in popluar color models

EF CD F4
RGB 239 205 244
HSL 292° 63.93% 88.04%
HSB/HSV 292° 15.98% 95.69%
CMYK 2.05% 15.98% 0.00%
4.31%

Color #EFCDF4 in popluar number systems.

HEX EF CD F4
Decimal 239 205 244
Binary 11101111 11001101 11110100
Octal 357 315 364

Shades and tints

Shades of #EFCDF4

#EFCDF4
(239,205,244)
#DABBDE
(218,187,222)
#C5A9C8
(197,169,200)
#B097B2
(176,151,178)
#9B859C
(155,133,156)
#867386
(134,115,134)
#716170
(113,97,112)
#5C4F5A
(92,79,90)
#473D44
(71,61,68)
#322B2E
(50,43,46)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFCDF4

#EFCDF4
(239,205,244)
#F0D1F5
(240,209,245)
#F1D5F6
(241,213,246)
#F2D9F7
(242,217,247)
#F3DDF8
(243,221,248)
#F4E1F9
(244,225,249)
#F5E5FA
(245,229,250)
#F6E9FB
(246,233,251)
#F7EDFC
(247,237,252)
#F8F1FD
(248,241,253)
#F9F5FE
(249,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCDF4 color. Also use rgb(239,205,244) instead hex code.

Text Font Color

.myTextColor { color: #EFCDF4; }

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

This text font color is #EFCDF4.

Background Color

.myBgColor { background-color: #EFCDF4; }

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

This div background color is #EFCDF4.

Border color

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

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

This div border color is #EFCDF4.

Opacity

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

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

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

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

This text has shadow with #EFCDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCDF4.

Preview

Color preview on black background

This text has color #EFCDF4 on black background.


Color preview on white background

This text has color #EFCDF4 on white background.


Black color preview on #EFCDF4 background

This text has black color on #EFCDF4 background.


White color preview on #EFCDF4 background

This text has white color on #EFCDF4 background.


Related colors

Complementary color

Complementary color for #hex is #10320B.


I love getcolorcode.com

Triadic colors

1 #F4EFCD and #CDF4EF with #EFCDF4 are triadic colors.

2 #F4CDEF and #CDEFF4 with #EFCDF4 are triadic colors.