COLOR #ECFFDD

HEX: #ECFFDD RGB: (236,255,221)

Color info

#ECFFDD contains red, green and blue colors in about the same proportion. Web safe color of #ECFFDD is #FFFFCC (or #FFC).

RGB color model

#ECFFDD color RGB value is (236,255,221).

RGB: (236,255,221) (93%, 100%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 255 of 255 = 100%
B 221 of 255 = 87%

236
255
221

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

Portions of RGB colors in percentages

R + G + B = 236 + 255 + 221 = 712 (100%)
R 236 of 712 ~ 33.15%
G 255 of 712 ~ 35.81%
B 221 of 712 ~ 31.04'%

%33.15
%35.81
%31.04

CMYK color model

#ECFFDD color CMYK value is (7,0,13,0).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%

CMYK: (7,0,13,0)
C7M0Y13K0 (7%, 0%, 13%, 0%)
(0.07 / 0.00 / 0.13 / 0.00)

CMYK percentages

%7.45
%0
%13.33
%0

Codes

Color #ECFFDD in popluar color models

EC FF DD
RGB 236 255 221
HSL 94° 100.00% 93.33%
HSB/HSV 94° 13.33% 100.00%
CMYK 7.45% 0.00% 13.33%
0.00%

Color #ECFFDD in popluar number systems.

HEX EC FF DD
Decimal 236 255 221
Binary 11101100 11111111 11011101
Octal 354 377 335

Shades and tints

Shades of #ECFFDD

#ECFFDD
(236,255,221)
#D7E8C9
(215,232,201)
#C2D1B5
(194,209,181)
#ADBAA1
(173,186,161)
#98A38D
(152,163,141)
#838C79
(131,140,121)
#6E7565
(110,117,101)
#595E51
(89,94,81)
#44473D
(68,71,61)
#2F3029
(47,48,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #ECFFDD

#ECFFDD
(236,255,221)
#EDFFE0
(237,255,224)
#EEFFE3
(238,255,227)
#EFFFE6
(239,255,230)
#F0FFE9
(240,255,233)
#F1FFEC
(241,255,236)
#F2FFEF
(242,255,239)
#F3FFF2
(243,255,242)
#F4FFF5
(244,255,245)
#F5FFF8
(245,255,248)
#F6FFFB
(246,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFFDD color. Also use rgb(236,255,221) instead hex code.

Text Font Color

.myTextColor { color: #ECFFDD; }

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

This text font color is #ECFFDD.

Background Color

.myBgColor { background-color: #ECFFDD; }

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

This div background color is #ECFFDD.

Border color

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

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

This div border color is #ECFFDD.

Opacity

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

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

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

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

This text has shadow with #ECFFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFFDD.

Preview

Color preview on black background

This text has color #ECFFDD on black background.


Color preview on white background

This text has color #ECFFDD on white background.


Black color preview on #ECFFDD background

This text has black color on #ECFFDD background.


White color preview on #ECFFDD background

This text has white color on #ECFFDD background.


Related colors

Complementary color

Complementary color for #hex is #130022.


I love getcolorcode.com

Triadic colors

1 #DDECFF and #FFDDEC with #ECFFDD are triadic colors.

2 #DDFFEC and #FFECDD with #ECFFDD are triadic colors.