COLOR #DDEADC

HEX: #DDEADC
RGB: (221,234,220)

Color info

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

RGB color model

#DDEADC color RGB value is (221,234,220).

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

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 220 of 255 = 86%

221
234
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 220 = 675 (100%)
R 221 of 675 ~ 32.74%
G 234 of 675 ~ 34.67%
B 220 of 675 ~ 32.59%

%32.74
%34.67
%32.59

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 8.24%
CMYK:
(6,0,6,8)
C6M0Y6K8 
(6%,0%,6%,8%)
(0.06/0.00/0.06/0.08)	

CMYK percentages

%5.56
%0
%5.98
%8.24

Codes

Color #DDEADC in popluar color models

DDEADC
RGB221234220
HSL116°25.00%89.02%
HSB/HSV116°5.98%91.76%
CMYK5.56%0.00%5.98%
8.24%

Color #DDEADC in popluar number systems.

HEXDDEADC
Decimal221234220
Binary110111011110101011011100
Octal335352334

Shades and tints

Shades of #DDEADC

#DDEADC
(221,234,220)
#C9D5C8
(201,213,200)
#B5C0B4
(181,192,180)
#A1ABA0
(161,171,160)
#8D968C
(141,150,140)
#798178
(121,129,120)
#656C64
(101,108,100)
#515750
(81,87,80)
#3D423C
(61,66,60)
#292D28
(41,45,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDEADC

#DDEADC
(221,234,220)
#E0EBDF
(224,235,223)
#E3ECE2
(227,236,226)
#E6EDE5
(230,237,229)
#E9EEE8
(233,238,232)
#ECEFEB
(236,239,235)
#EFF0EE
(239,240,238)
#F2F1F1
(242,241,241)
#F5F2F4
(245,242,244)
#F8F3F7
(248,243,247)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEADC; }

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

This text font color is #DDEADC.


Background Color

.myBgColor { background-color: #DDEADC; }

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

This div background color is #DDEADC.


Border color

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

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

This div border color is #DDEADC.


Opacity

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

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

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

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

This text has shadow with #DDEADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEADC on black background.


Color preview on white background

This text has color #DDEADC on white background.



Black color preview on #DDEADC background

This text has black color on #DDEADC background.


White color preview on #DDEADC background

This text has white color on #DDEADC background.