COLOR #DDEAD5

HEX: #DDEAD5
RGB: (221,234,213)

Color info

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

RGB color model

#DDEAD5 color RGB value is (221,234,213).

  • red value is 221;
  • green value is 234;
  • blue value is 213.
RGB:
(221,234,213)
(87%,92%,84%)

RGB channels and saturation

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

221
234
213

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 213 = 668 (100%)
R 221 of 668 ~ 33.08%
G 234 of 668 ~ 35.03%
B 213 of 668 ~ 31.89%

%33.08
%35.03
%31.89

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • 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.97
%8.24

Codes

Color #DDEAD5 in popluar color models

DDEAD5
RGB221234213
HSL97°33.33%87.65%
HSB/HSV97°8.97%91.76%
CMYK5.56%0.00%8.97%
8.24%

Color #DDEAD5 in popluar number systems.

HEXDDEAD5
Decimal221234213
Binary110111011110101011010101
Octal335352325

Shades and tints

Shades of #DDEAD5

#DDEAD5
(221,234,213)
#C9D5C2
(201,213,194)
#B5C0AF
(181,192,175)
#A1AB9C
(161,171,156)
#8D9689
(141,150,137)
#798176
(121,129,118)
#656C63
(101,108,99)
#515750
(81,87,80)
#3D423D
(61,66,61)
#292D2A
(41,45,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDEAD5

#DDEAD5
(221,234,213)
#E0EBD8
(224,235,216)
#E3ECDB
(227,236,219)
#E6EDDE
(230,237,222)
#E9EEE1
(233,238,225)
#ECEFE4
(236,239,228)
#EFF0E7
(239,240,231)
#F2F1EA
(242,241,234)
#F5F2ED
(245,242,237)
#F8F3F0
(248,243,240)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAD5; }

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

This text font color is #DDEAD5.


Background Color

.myBgColor { background-color: #DDEAD5; }

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

This div background color is #DDEAD5.


Border color

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

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

This div border color is #DDEAD5.


Opacity

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

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

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

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

This text has shadow with #DDEAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEAD5 on black background.


Color preview on white background

This text has color #DDEAD5 on white background.



Black color preview on #DDEAD5 background

This text has black color on #DDEAD5 background.


White color preview on #DDEAD5 background

This text has white color on #DDEAD5 background.