COLOR #EDFDDC

HEX: #EDFDDC RGB: (237,253,220)

Color info

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

RGB color model

#EDFDDC color RGB value is (237,253,220).

RGB: (237,253,220) (93%, 99%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 253 of 255 = 99%
B 220 of 255 = 86%

237
253
220

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

Portions of RGB colors in percentages

R + G + B = 237 + 253 + 220 = 710 (100%)
R 237 of 710 ~ 33.38%
G 253 of 710 ~ 35.63%
B 220 of 710 ~ 30.99'%

%33.38
%35.63
%30.99

CMYK color model

#EDFDDC color CMYK value is (6,0,13,1).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%

CMYK: (6,0,13,1)
C6M0Y13K1 (6%, 0%, 13%, 1%)
(0.06 / 0.00 / 0.13 / 0.01)

CMYK percentages

%6.32
%0
%13.04
%0.78

Codes

Color #EDFDDC in popluar color models

ED FD DC
RGB 237 253 220
HSL 89° 89.19% 92.75%
HSB/HSV 89° 13.04% 99.22%
CMYK 6.32% 0.00% 13.04%
0.78%

Color #EDFDDC in popluar number systems.

HEX ED FD DC
Decimal 237 253 220
Binary 11101101 11111101 11011100
Octal 355 375 334

Shades and tints

Shades of #EDFDDC

#EDFDDC
(237,253,220)
#D8E6C8
(216,230,200)
#C3CFB4
(195,207,180)
#AEB8A0
(174,184,160)
#99A18C
(153,161,140)
#848A78
(132,138,120)
#6F7364
(111,115,100)
#5A5C50
(90,92,80)
#45453C
(69,69,60)
#302E28
(48,46,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDFDDC

#EDFDDC
(237,253,220)
#EEFDDF
(238,253,223)
#EFFDE2
(239,253,226)
#F0FDE5
(240,253,229)
#F1FDE8
(241,253,232)
#F2FDEB
(242,253,235)
#F3FDEE
(243,253,238)
#F4FDF1
(244,253,241)
#F5FDF4
(245,253,244)
#F6FDF7
(246,253,247)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFDDC color. Also use rgb(237,253,220) instead hex code.

Text Font Color

.myTextColor { color: #EDFDDC; }

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

This text font color is #EDFDDC.

Background Color

.myBgColor { background-color: #EDFDDC; }

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

This div background color is #EDFDDC.

Border color

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

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

This div border color is #EDFDDC.

Opacity

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

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

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

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

This text has shadow with #EDFDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFDDC.

Preview

Color preview on black background

This text has color #EDFDDC on black background.


Color preview on white background

This text has color #EDFDDC on white background.


Black color preview on #EDFDDC background

This text has black color on #EDFDDC background.


White color preview on #EDFDDC background

This text has white color on #EDFDDC background.


Related colors

Complementary color

Complementary color for #hex is #120223.


I love getcolorcode.com

Triadic colors

1 #DCEDFD and #FDDCED with #EDFDDC are triadic colors.

2 #DCFDED and #FDEDDC with #EDFDDC are triadic colors.