COLOR #DDE5BE

HEX: #DDE5BE RGB: (221,229,190)

Color info

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

RGB color model

#DDE5BE color RGB value is (221,229,190).

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

RGB channels and saturation

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

221
229
190

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

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 190 = 640 (100%)
R 221 of 640 ~ 34.53%
G 229 of 640 ~ 35.78%
B 190 of 640 ~ 29.69'%

%34.53
%35.78
%29.69

CMYK color model

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

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • 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
%17.03
%10.2

Codes

Color #DDE5BE in popluar color models

DD E5 BE
RGB 221 229 190
HSL 72° 42.86% 82.16%
HSB/HSV 72° 17.03% 89.80%
CMYK 3.49% 0.00% 17.03%
10.20%

Color #DDE5BE in popluar number systems.

HEX DD E5 BE
Decimal 221 229 190
Binary 11011101 11100101 10111110
Octal 335 345 276

Shades and tints

Shades of #DDE5BE

#DDE5BE
(221,229,190)
#C9D1AD
(201,209,173)
#B5BD9C
(181,189,156)
#A1A98B
(161,169,139)
#8D957A
(141,149,122)
#798169
(121,129,105)
#656D58
(101,109,88)
#515947
(81,89,71)
#3D4536
(61,69,54)
#293125
(41,49,37)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #DDE5BE

#DDE5BE
(221,229,190)
#E0E7C3
(224,231,195)
#E3E9C8
(227,233,200)
#E6EBCD
(230,235,205)
#E9EDD2
(233,237,210)
#ECEFD7
(236,239,215)
#EFF1DC
(239,241,220)
#F2F3E1
(242,243,225)
#F5F5E6
(245,245,230)
#F8F7EB
(248,247,235)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE5BE; }

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

This text font color is #DDE5BE.

Background Color

.myBgColor { background-color: #DDE5BE; }

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

This div background color is #DDE5BE.

Border color

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

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

This div border color is #DDE5BE.

Opacity

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

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

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

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

This text has shadow with #DDE5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE5BE.

Preview

Color preview on black background

This text has color #DDE5BE on black background.


Color preview on white background

This text has color #DDE5BE on white background.


Black color preview on #DDE5BE background

This text has black color on #DDE5BE background.


White color preview on #DDE5BE background

This text has white color on #DDE5BE background.


Related colors

Complementary color

Complementary color for #hex is #221A41.


I love getcolorcode.com

Triadic colors

1 #BEDDE5 and #E5BEDD with #DDE5BE are triadic colors.

2 #BEE5DD and #E5DDBE with #DDE5BE are triadic colors.