COLOR #DDEDE4

HEX: #DDEDE4 RGB: (221,237,228)

Color info

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

RGB color model

#DDEDE4 color RGB value is (221,237,228).

RGB: (221,237,228) (87%, 93%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 228 of 255 = 89%

221
237
228

R + G + B ~ 90%. #DDEDE4 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 228 = 686 (100%)
R 221 of 686 ~ 32.22%
G 237 of 686 ~ 34.55%
B 228 of 686 ~ 33.24'%

%32.22
%34.55
%33.24

CMYK color model

#DDEDE4 color CMYK value is (7,0,4,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 7.06%

CMYK: (7,0,4,7)
C7M0Y4K7 (7%, 0%, 4%, 7%)
(0.07 / 0.00 / 0.04 / 0.07)

CMYK percentages

%6.75
%0
%3.8
%7.06

Codes

Color #DDEDE4 in popluar color models

DD ED E4
RGB 221 237 228
HSL 146° 30.77% 89.80%
HSB/HSV 146° 6.75% 92.94%
CMYK 6.75% 0.00% 3.80%
7.06%

Color #DDEDE4 in popluar number systems.

HEX DD ED E4
Decimal 221 237 228
Binary 11011101 11101101 11100100
Octal 335 355 344

Shades and tints

Shades of #DDEDE4

#DDEDE4
(221,237,228)
#C9D8D0
(201,216,208)
#B5C3BC
(181,195,188)
#A1AEA8
(161,174,168)
#8D9994
(141,153,148)
#798480
(121,132,128)
#656F6C
(101,111,108)
#515A58
(81,90,88)
#3D4544
(61,69,68)
#293030
(41,48,48)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDEDE4

#DDEDE4
(221,237,228)
#E0EEE6
(224,238,230)
#E3EFE8
(227,239,232)
#E6F0EA
(230,240,234)
#E9F1EC
(233,241,236)
#ECF2EE
(236,242,238)
#EFF3F0
(239,243,240)
#F2F4F2
(242,244,242)
#F5F5F4
(245,245,244)
#F8F6F6
(248,246,246)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDE4; }

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

This text font color is #DDEDE4.

Background Color

.myBgColor { background-color: #DDEDE4; }

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

This div background color is #DDEDE4.

Border color

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

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

This div border color is #DDEDE4.

Opacity

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

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

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

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

This text has shadow with #DDEDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDE4.

Preview

Color preview on black background

This text has color #DDEDE4 on black background.


Color preview on white background

This text has color #DDEDE4 on white background.


Black color preview on #DDEDE4 background

This text has black color on #DDEDE4 background.


White color preview on #DDEDE4 background

This text has white color on #DDEDE4 background.


Related colors

Complementary color

Complementary color for #hex is #22121B.


I love getcolorcode.com

Triadic colors

1 #E4DDED and #EDE4DD with #DDEDE4 are triadic colors.

2 #E4EDDD and #EDDDE4 with #DDEDE4 are triadic colors.