COLOR #DDEAE4

HEX: #DDEAE4 RGB: (221,234,228)

Color info

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

RGB color model

#DDEAE4 color RGB value is (221,234,228).

RGB: (221,234,228) (87%, 92%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 228 of 255 = 89%

221
234
228

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

Portions of RGB colors in percentages

R + G + B = 221 + 234 + 228 = 683 (100%)
R 221 of 683 ~ 32.36%
G 234 of 683 ~ 34.26%
B 228 of 683 ~ 33.38'%

%32.36
%34.26
%33.38

CMYK color model

#DDEAE4 color CMYK value is (6,0,3,8).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK: (6,0,3,8) C6M0Y3K8 (6%,0%,3%,8%) (0.06/0.00/0.03/0.08) 

CMYK percentages

%5.56
%0
%2.56
%8.24

Codes

Color #DDEAE4 in popluar color models

DD EA E4
RGB 221 234 228
HSL 152° 23.64% 89.22%
HSB/HSV 152° 5.56% 91.76%
CMYK 5.56% 0.00% 2.56%
8.24%

Color #DDEAE4 in popluar number systems.

HEX DD EA E4
Decimal 221 234 228
Binary 11011101 11101010 11100100
Octal 335 352 344

Shades and tints

Shades of #DDEAE4

#DDEAE4
(221,234,228)
#C9D5D0
(201,213,208)
#B5C0BC
(181,192,188)
#A1ABA8
(161,171,168)
#8D9694
(141,150,148)
#798180
(121,129,128)
#656C6C
(101,108,108)
#515758
(81,87,88)
#3D4244
(61,66,68)
#292D30
(41,45,48)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #DDEAE4

#DDEAE4
(221,234,228)
#E0EBE6
(224,235,230)
#E3ECE8
(227,236,232)
#E6EDEA
(230,237,234)
#E9EEEC
(233,238,236)
#ECEFEE
(236,239,238)
#EFF0F0
(239,240,240)
#F2F1F2
(242,241,242)
#F5F2F4
(245,242,244)
#F8F3F6
(248,243,246)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEAE4 color. Also use rgb(221,234,228) instead hex code.

Text Font Color

.myTextColor { color: #DDEAE4; }

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

This text font color is #DDEAE4.

Background Color

.myBgColor { background-color: #DDEAE4; }

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

This div background color is #DDEAE4.

Border color

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

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

This div border color is #DDEAE4.

Opacity

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

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

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

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

This text has shadow with #DDEAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEAE4.

Preview

Color preview on black background

This text has color #DDEAE4 on black background.


Color preview on white background

This text has color #DDEAE4 on white background.


Black color preview on #DDEAE4 background

This text has black color on #DDEAE4 background.


White color preview on #DDEAE4 background

This text has white color on #DDEAE4 background.


Related colors

Complementary color

Complementary color for #hex is #22151B.


I love getcolorcode.com

Triadic colors

1 #E4DDEA and #EAE4DD with #DDEAE4 are triadic colors.

2 #E4EADD and #EADDE4 with #DDEAE4 are triadic colors.