COLOR #DCEAE5

HEX: #DCEAE5 RGB: (220,234,229)

Color info

#DCEAE5 contains red, green and blue colors in about the same proportion. Web safe color of #DCEAE5 is #CCFFCC (or #CFC).

RGB color model

#DCEAE5 color RGB value is (220,234,229).

RGB: (220,234,229) (86%, 92%, 90%)

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 229 of 255 = 90%

220
234
229

R + G + B ~ 89%. #DCEAE5 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 234 + 229 = 683 (100%)
R 220 of 683 ~ 32.21%
G 234 of 683 ~ 34.26%
B 229 of 683 ~ 33.53'%

%32.21
%34.26
%33.53

CMYK color model

#DCEAE5 color CMYK value is (6,0,2,8).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%

CMYK: (6,0,2,8)
C6M0Y2K8 (6%, 0%, 2%, 8%)
(0.06 / 0.00 / 0.02 / 0.08)

CMYK percentages

%5.98
%0
%2.14
%8.24

Codes

Color #DCEAE5 in popluar color models

DC EA E5
RGB 220 234 229
HSL 159° 25.00% 89.02%
HSB/HSV 159° 5.98% 91.76%
CMYK 5.98% 0.00% 2.14%
8.24%

Color #DCEAE5 in popluar number systems.

HEX DC EA E5
Decimal 220 234 229
Binary 11011100 11101010 11100101
Octal 334 352 345

Shades and tints

Shades of #DCEAE5

#DCEAE5
(220,234,229)
#C8D5D1
(200,213,209)
#B4C0BD
(180,192,189)
#A0ABA9
(160,171,169)
#8C9695
(140,150,149)
#788181
(120,129,129)
#646C6D
(100,108,109)
#505759
(80,87,89)
#3C4245
(60,66,69)
#282D31
(40,45,49)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #DCEAE5

#DCEAE5
(220,234,229)
#DFEBE7
(223,235,231)
#E2ECE9
(226,236,233)
#E5EDEB
(229,237,235)
#E8EEED
(232,238,237)
#EBEFEF
(235,239,239)
#EEF0F1
(238,240,241)
#F1F1F3
(241,241,243)
#F4F2F5
(244,242,245)
#F7F3F7
(247,243,247)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEAE5 color. Also use rgb(220,234,229) instead hex code.

Text Font Color

.myTextColor { color: #DCEAE5; }

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

This text font color is #DCEAE5.

Background Color

.myBgColor { background-color: #DCEAE5; }

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

This div background color is #DCEAE5.

Border color

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

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

This div border color is #DCEAE5.

Opacity

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

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

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

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

This text has shadow with #DCEAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEAE5.

Preview

Color preview on black background

This text has color #DCEAE5 on black background.


Color preview on white background

This text has color #DCEAE5 on white background.


Black color preview on #DCEAE5 background

This text has black color on #DCEAE5 background.


White color preview on #DCEAE5 background

This text has white color on #DCEAE5 background.


Related colors

Complementary color

Complementary color for #hex is #23151A.


I love getcolorcode.com

Triadic colors

1 #E5DCEA and #EAE5DC with #DCEAE5 are triadic colors.

2 #E5EADC and #EADCE5 with #DCEAE5 are triadic colors.