COLOR #DDEAD6

HEX: #DDEAD6 RGB: (221,234,214)

Color info

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

RGB color model

#DDEAD6 color RGB value is (221,234,214).

RGB: (221,234,214) (87%, 92%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 214 of 255 = 84%

221
234
214

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

Portions of RGB colors in percentages

R + G + B = 221 + 234 + 214 = 669 (100%)
R 221 of 669 ~ 33.03%
G 234 of 669 ~ 34.98%
B 214 of 669 ~ 31.99'%

%33.03
%34.98
%31.99

CMYK color model

#DDEAD6 color CMYK value is (6,0,9,8).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK: (6,0,9,8) C6M0Y9K8 (6%,0%,9%,8%) (0.06/0.00/0.09/0.08) 

CMYK percentages

%5.56
%0
%8.55
%8.24

Codes

Color #DDEAD6 in popluar color models

DD EA D6
RGB 221 234 214
HSL 99° 32.26% 87.84%
HSB/HSV 99° 8.55% 91.76%
CMYK 5.56% 0.00% 8.55%
8.24%

Color #DDEAD6 in popluar number systems.

HEX DD EA D6
Decimal 221 234 214
Binary 11011101 11101010 11010110
Octal 335 352 326

Shades and tints

Shades of #DDEAD6

#DDEAD6
(221,234,214)
#C9D5C3
(201,213,195)
#B5C0B0
(181,192,176)
#A1AB9D
(161,171,157)
#8D968A
(141,150,138)
#798177
(121,129,119)
#656C64
(101,108,100)
#515751
(81,87,81)
#3D423E
(61,66,62)
#292D2B
(41,45,43)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDEAD6

#DDEAD6
(221,234,214)
#E0EBD9
(224,235,217)
#E3ECDC
(227,236,220)
#E6EDDF
(230,237,223)
#E9EEE2
(233,238,226)
#ECEFE5
(236,239,229)
#EFF0E8
(239,240,232)
#F2F1EB
(242,241,235)
#F5F2EE
(245,242,238)
#F8F3F1
(248,243,241)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAD6; }

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

This text font color is #DDEAD6.

Background Color

.myBgColor { background-color: #DDEAD6; }

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

This div background color is #DDEAD6.

Border color

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

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

This div border color is #DDEAD6.

Opacity

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

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

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

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

This text has shadow with #DDEAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEAD6.

Preview

Color preview on black background

This text has color #DDEAD6 on black background.


Color preview on white background

This text has color #DDEAD6 on white background.


Black color preview on #DDEAD6 background

This text has black color on #DDEAD6 background.


White color preview on #DDEAD6 background

This text has white color on #DDEAD6 background.


Related colors

Complementary color

Complementary color for #hex is #221529.


I love getcolorcode.com

Triadic colors

1 #D6DDEA and #EAD6DD with #DDEAD6 are triadic colors.

2 #D6EADD and #EADDD6 with #DDEAD6 are triadic colors.