COLOR #DCFAE5

HEX: #DCFAE5 RGB: (220,250,229)

Color info

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

RGB color model

#DCFAE5 color RGB value is (220,250,229).

RGB: (220,250,229) (86%, 98%, 90%)

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 229 of 255 = 90%

220
250
229

R + G + B ~ 91%. #DCFAE5 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 250 + 229 = 699 (100%)
R 220 of 699 ~ 31.47%
G 250 of 699 ~ 35.77%
B 229 of 699 ~ 32.76'%

%31.47
%35.77
%32.76

CMYK color model

#DCFAE5 color CMYK value is (12,0,8,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 1.96%

CMYK: (12,0,8,2)
C12M0Y8K2 (12%, 0%, 8%, 2%)
(0.12 / 0.00 / 0.08 / 0.02)

CMYK percentages

%12
%0
%8.4
%1.96

Codes

Color #DCFAE5 in popluar color models

DC FA E5
RGB 220 250 229
HSL 138° 75.00% 92.16%
HSB/HSV 138° 12.00% 98.04%
CMYK 12.00% 0.00% 8.40%
1.96%

Color #DCFAE5 in popluar number systems.

HEX DC FA E5
Decimal 220 250 229
Binary 11011100 11111010 11100101
Octal 334 372 345

Shades and tints

Shades of #DCFAE5

#DCFAE5
(220,250,229)
#C8E4D1
(200,228,209)
#B4CEBD
(180,206,189)
#A0B8A9
(160,184,169)
#8CA295
(140,162,149)
#788C81
(120,140,129)
#64766D
(100,118,109)
#506059
(80,96,89)
#3C4A45
(60,74,69)
#283431
(40,52,49)
#141E1D
(20,30,29)
#000000
(0,0,0)

Tints of #DCFAE5

#DCFAE5
(220,250,229)
#DFFAE7
(223,250,231)
#E2FAE9
(226,250,233)
#E5FAEB
(229,250,235)
#E8FAED
(232,250,237)
#EBFAEF
(235,250,239)
#EEFAF1
(238,250,241)
#F1FAF3
(241,250,243)
#F4FAF5
(244,250,245)
#F7FAF7
(247,250,247)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFAE5; }

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

This text font color is #DCFAE5.

Background Color

.myBgColor { background-color: #DCFAE5; }

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

This div background color is #DCFAE5.

Border color

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

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

This div border color is #DCFAE5.

Opacity

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

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

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

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

This text has shadow with #DCFAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFAE5.

Preview

Color preview on black background

This text has color #DCFAE5 on black background.


Color preview on white background

This text has color #DCFAE5 on white background.


Black color preview on #DCFAE5 background

This text has black color on #DCFAE5 background.


White color preview on #DCFAE5 background

This text has white color on #DCFAE5 background.


Related colors

Complementary color

Complementary color for #hex is #23051A.


I love getcolorcode.com

Triadic colors

1 #E5DCFA and #FAE5DC with #DCFAE5 are triadic colors.

2 #E5FADC and #FADCE5 with #DCFAE5 are triadic colors.