COLOR #DCEDE9

HEX: #DCEDE9 RGB: (220,237,233)

Color info

#DCEDE9 contains red, green and blue colors in about the same proportion. Web safe color of #DCEDE9 is #CCFFFF (or #CFF).

RGB color model

#DCEDE9 color RGB value is (220,237,233).

RGB: (220,237,233) (86%, 93%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 233 of 255 = 91%

220
237
233

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

Portions of RGB colors in percentages

R + G + B = 220 + 237 + 233 = 690 (100%)
R 220 of 690 ~ 31.88%
G 237 of 690 ~ 34.35%
B 233 of 690 ~ 33.77'%

%31.88
%34.35
%33.77

CMYK color model

#DCEDE9 color CMYK value is (7,0,2,7).

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 7.06%

CMYK: (7,0,2,7)
C7M0Y2K7 (7%, 0%, 2%, 7%)
(0.07 / 0.00 / 0.02 / 0.07)

CMYK percentages

%7.17
%0
%1.69
%7.06

Codes

Color #DCEDE9 in popluar color models

DC ED E9
RGB 220 237 233
HSL 166° 32.08% 89.61%
HSB/HSV 166° 7.17% 92.94%
CMYK 7.17% 0.00% 1.69%
7.06%

Color #DCEDE9 in popluar number systems.

HEX DC ED E9
Decimal 220 237 233
Binary 11011100 11101101 11101001
Octal 334 355 351

Shades and tints

Shades of #DCEDE9

#DCEDE9
(220,237,233)
#C8D8D4
(200,216,212)
#B4C3BF
(180,195,191)
#A0AEAA
(160,174,170)
#8C9995
(140,153,149)
#788480
(120,132,128)
#646F6B
(100,111,107)
#505A56
(80,90,86)
#3C4541
(60,69,65)
#28302C
(40,48,44)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #DCEDE9

#DCEDE9
(220,237,233)
#DFEEEB
(223,238,235)
#E2EFED
(226,239,237)
#E5F0EF
(229,240,239)
#E8F1F1
(232,241,241)
#EBF2F3
(235,242,243)
#EEF3F5
(238,243,245)
#F1F4F7
(241,244,247)
#F4F5F9
(244,245,249)
#F7F6FB
(247,246,251)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEDE9; }

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

This text font color is #DCEDE9.

Background Color

.myBgColor { background-color: #DCEDE9; }

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

This div background color is #DCEDE9.

Border color

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

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

This div border color is #DCEDE9.

Opacity

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

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

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

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

This text has shadow with #DCEDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEDE9.

Preview

Color preview on black background

This text has color #DCEDE9 on black background.


Color preview on white background

This text has color #DCEDE9 on white background.


Black color preview on #DCEDE9 background

This text has black color on #DCEDE9 background.


White color preview on #DCEDE9 background

This text has white color on #DCEDE9 background.


Related colors

Complementary color

Complementary color for #hex is #231216.


I love getcolorcode.com

Triadic colors

1 #E9DCED and #EDE9DC with #DCEDE9 are triadic colors.

2 #E9EDDC and #EDDCE9 with #DCEDE9 are triadic colors.