COLOR #DDE5BF

HEX: #DDE5BF RGB: (221,229,191)

Color info

#DDE5BF contains red, green and blue colors in about the same proportion. Web safe color of #DDE5BF is #CCCCCC (or #CCC).

RGB color model

#DDE5BF color RGB value is (221,229,191).

RGB: (221,229,191) (87%, 90%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 191 of 255 = 75%

221
229
191

R + G + B ~ 84%. #DDE5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 191 = 641 (100%)
R 221 of 641 ~ 34.48%
G 229 of 641 ~ 35.73%
B 191 of 641 ~ 29.8'%

%34.48
%35.73
%29.8

CMYK color model

#DDE5BF color CMYK value is (3,0,17,10).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%

CMYK: (3,0,17,10)
C3M0Y17K10 (3%, 0%, 17%, 10%)
(0.03 / 0.00 / 0.17 / 0.10)

CMYK percentages

%3.49
%0
%16.59
%10.2

Codes

Color #DDE5BF in popluar color models

DD E5 BF
RGB 221 229 191
HSL 73° 42.22% 82.35%
HSB/HSV 73° 16.59% 89.80%
CMYK 3.49% 0.00% 16.59%
10.20%

Color #DDE5BF in popluar number systems.

HEX DD E5 BF
Decimal 221 229 191
Binary 11011101 11100101 10111111
Octal 335 345 277

Shades and tints

Shades of #DDE5BF

#DDE5BF
(221,229,191)
#C9D1AE
(201,209,174)
#B5BD9D
(181,189,157)
#A1A98C
(161,169,140)
#8D957B
(141,149,123)
#79816A
(121,129,106)
#656D59
(101,109,89)
#515948
(81,89,72)
#3D4537
(61,69,55)
#293126
(41,49,38)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDE5BF

#DDE5BF
(221,229,191)
#E0E7C4
(224,231,196)
#E3E9C9
(227,233,201)
#E6EBCE
(230,235,206)
#E9EDD3
(233,237,211)
#ECEFD8
(236,239,216)
#EFF1DD
(239,241,221)
#F2F3E2
(242,243,226)
#F5F5E7
(245,245,231)
#F8F7EC
(248,247,236)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE5BF color. Also use rgb(221,229,191) instead hex code.

Text Font Color

.myTextColor { color: #DDE5BF; }

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

This text font color is #DDE5BF.

Background Color

.myBgColor { background-color: #DDE5BF; }

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

This div background color is #DDE5BF.

Border color

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

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

This div border color is #DDE5BF.

Opacity

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

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

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

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

This text has shadow with #DDE5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE5BF.

Preview

Color preview on black background

This text has color #DDE5BF on black background.


Color preview on white background

This text has color #DDE5BF on white background.


Black color preview on #DDE5BF background

This text has black color on #DDE5BF background.


White color preview on #DDE5BF background

This text has white color on #DDE5BF background.


Related colors

Complementary color

Complementary color for #hex is #221A40.


I love getcolorcode.com

Triadic colors

1 #BFDDE5 and #E5BFDD with #DDE5BF are triadic colors.

2 #BFE5DD and #E5DDBF with #DDE5BF are triadic colors.