COLOR #DFEADB

HEX: #DFEADB RGB: (223,234,219)

Color info

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

RGB color model

#DFEADB color RGB value is (223,234,219).

RGB: (223,234,219) (87%, 92%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 234 of 255 = 92%
B 219 of 255 = 86%

223
234
219

R + G + B ~ 88%. #DFEADB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 234 + 219 = 676 (100%)
R 223 of 676 ~ 32.99%
G 234 of 676 ~ 34.62%
B 219 of 676 ~ 32.4'%

%32.99
%34.62
%32.4

CMYK color model

#DFEADB color CMYK value is (5,0,6,8).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (5,0,6,8)
C5M0Y6K8 (5%, 0%, 6%, 8%)
(0.05 / 0.00 / 0.06 / 0.08)

CMYK percentages

%4.7
%0
%6.41
%8.24

Codes

Color #DFEADB in popluar color models

DF EA DB
RGB 223 234 219
HSL 104° 26.32% 88.82%
HSB/HSV 104° 6.41% 91.76%
CMYK 4.70% 0.00% 6.41%
8.24%

Color #DFEADB in popluar number systems.

HEX DF EA DB
Decimal 223 234 219
Binary 11011111 11101010 11011011
Octal 337 352 333

Shades and tints

Shades of #DFEADB

#DFEADB
(223,234,219)
#CBD5C8
(203,213,200)
#B7C0B5
(183,192,181)
#A3ABA2
(163,171,162)
#8F968F
(143,150,143)
#7B817C
(123,129,124)
#676C69
(103,108,105)
#535756
(83,87,86)
#3F4243
(63,66,67)
#2B2D30
(43,45,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #DFEADB

#DFEADB
(223,234,219)
#E1EBDE
(225,235,222)
#E3ECE1
(227,236,225)
#E5EDE4
(229,237,228)
#E7EEE7
(231,238,231)
#E9EFEA
(233,239,234)
#EBF0ED
(235,240,237)
#EDF1F0
(237,241,240)
#EFF2F3
(239,242,243)
#F1F3F6
(241,243,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEADB color. Also use rgb(223,234,219) instead hex code.

Text Font Color

.myTextColor { color: #DFEADB; }

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

This text font color is #DFEADB.

Background Color

.myBgColor { background-color: #DFEADB; }

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

This div background color is #DFEADB.

Border color

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

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

This div border color is #DFEADB.

Opacity

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

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

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

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

This text has shadow with #DFEADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEADB.

Preview

Color preview on black background

This text has color #DFEADB on black background.


Color preview on white background

This text has color #DFEADB on white background.


Black color preview on #DFEADB background

This text has black color on #DFEADB background.


White color preview on #DFEADB background

This text has white color on #DFEADB background.


Related colors

Complementary color

Complementary color for #hex is #201524.


I love getcolorcode.com

Triadic colors

1 #DBDFEA and #EADBDF with #DFEADB are triadic colors.

2 #DBEADF and #EADFDB with #DFEADB are triadic colors.