COLOR #EFCDF3

HEX: #EFCDF3 RGB: (239,205,243)

Color info

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

RGB color model

#EFCDF3 color RGB value is (239,205,243).

RGB: (239,205,243) (94%, 80%, 95%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 243 of 255 = 95%

239
205
243

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

Portions of RGB colors in percentages

R + G + B = 239 + 205 + 243 = 687 (100%)
R 239 of 687 ~ 34.79%
G 205 of 687 ~ 29.84%
B 243 of 687 ~ 35.37'%

%34.79
%29.84
%35.37

CMYK color model

#EFCDF3 color CMYK value is (2,16,0,5).

  • cyan value is 1.65%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (2,16,0,5)
C2M16Y0K5 (2%, 16%, 0%, 5%)
(0.02 / 0.16 / 0.00 / 0.05)

CMYK percentages

%1.65
%15.64
%0
%4.71

Codes

Color #EFCDF3 in popluar color models

EF CD F3
RGB 239 205 243
HSL 294° 61.29% 87.84%
HSB/HSV 294° 15.64% 95.29%
CMYK 1.65% 15.64% 0.00%
4.71%

Color #EFCDF3 in popluar number systems.

HEX EF CD F3
Decimal 239 205 243
Binary 11101111 11001101 11110011
Octal 357 315 363

Shades and tints

Shades of #EFCDF3

#EFCDF3
(239,205,243)
#DABBDD
(218,187,221)
#C5A9C7
(197,169,199)
#B097B1
(176,151,177)
#9B859B
(155,133,155)
#867385
(134,115,133)
#71616F
(113,97,111)
#5C4F59
(92,79,89)
#473D43
(71,61,67)
#322B2D
(50,43,45)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFCDF3

#EFCDF3
(239,205,243)
#F0D1F4
(240,209,244)
#F1D5F5
(241,213,245)
#F2D9F6
(242,217,246)
#F3DDF7
(243,221,247)
#F4E1F8
(244,225,248)
#F5E5F9
(245,229,249)
#F6E9FA
(246,233,250)
#F7EDFB
(247,237,251)
#F8F1FC
(248,241,252)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDF3; }

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

This text font color is #EFCDF3.

Background Color

.myBgColor { background-color: #EFCDF3; }

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

This div background color is #EFCDF3.

Border color

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

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

This div border color is #EFCDF3.

Opacity

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

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

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

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

This text has shadow with #EFCDF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCDF3.

Preview

Color preview on black background

This text has color #EFCDF3 on black background.


Color preview on white background

This text has color #EFCDF3 on white background.


Black color preview on #EFCDF3 background

This text has black color on #EFCDF3 background.


White color preview on #EFCDF3 background

This text has white color on #EFCDF3 background.


Related colors

Complementary color

Complementary color for #hex is #10320C.


I love getcolorcode.com

Triadic colors

1 #F3EFCD and #CDF3EF with #EFCDF3 are triadic colors.

2 #F3CDEF and #CDEFF3 with #EFCDF3 are triadic colors.