COLOR #DDEDDB

HEX: #DDEDDB RGB: (221,237,219)

Color info

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

RGB color model

#DDEDDB color RGB value is (221,237,219).

RGB: (221,237,219) (87%, 93%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 219 of 255 = 86%

221
237
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 219 = 677 (100%)
R 221 of 677 ~ 32.64%
G 237 of 677 ~ 35.01%
B 219 of 677 ~ 32.35'%

%32.64
%35.01
%32.35

CMYK color model

#DDEDDB color CMYK value is (7,0,8,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK: (7,0,8,7) C7M0Y8K7 (7%,0%,8%,7%) (0.07/0.00/0.08/0.07) 

CMYK percentages

%6.75
%0
%7.59
%7.06

Codes

Color #DDEDDB in popluar color models

DD ED DB
RGB 221 237 219
HSL 113° 33.33% 89.41%
HSB/HSV 113° 7.59% 92.94%
CMYK 6.75% 0.00% 7.59%
7.06%

Color #DDEDDB in popluar number systems.

HEX DD ED DB
Decimal 221 237 219
Binary 11011101 11101101 11011011
Octal 335 355 333

Shades and tints

Shades of #DDEDDB

#DDEDDB
(221,237,219)
#C9D8C8
(201,216,200)
#B5C3B5
(181,195,181)
#A1AEA2
(161,174,162)
#8D998F
(141,153,143)
#79847C
(121,132,124)
#656F69
(101,111,105)
#515A56
(81,90,86)
#3D4543
(61,69,67)
#293030
(41,48,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDEDDB

#DDEDDB
(221,237,219)
#E0EEDE
(224,238,222)
#E3EFE1
(227,239,225)
#E6F0E4
(230,240,228)
#E9F1E7
(233,241,231)
#ECF2EA
(236,242,234)
#EFF3ED
(239,243,237)
#F2F4F0
(242,244,240)
#F5F5F3
(245,245,243)
#F8F6F6
(248,246,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDDB; }

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

This text font color is #DDEDDB.

Background Color

.myBgColor { background-color: #DDEDDB; }

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

This div background color is #DDEDDB.

Border color

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

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

This div border color is #DDEDDB.

Opacity

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

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

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

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

This text has shadow with #DDEDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDDB.

Preview

Color preview on black background

This text has color #DDEDDB on black background.


Color preview on white background

This text has color #DDEDDB on white background.


Black color preview on #DDEDDB background

This text has black color on #DDEDDB background.


White color preview on #DDEDDB background

This text has white color on #DDEDDB background.


Related colors

Complementary color

Complementary color for #hex is #221224.


I love getcolorcode.com

Triadic colors

1 #DBDDED and #EDDBDD with #DDEDDB are triadic colors.

2 #DBEDDD and #EDDDDB with #DDEDDB are triadic colors.