COLOR #DDE2BF

HEX: #DDE2BF
RGB: (221,226,191)

Color info

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

RGB color model

#DDE2BF color RGB value is (221,226,191).

  • red value is 221;
  • green value is 226;
  • blue value is 191.
RGB:
(221,226,191)
(87%,89%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 191 of 255 = 75%

221
226
191

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

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 191 = 638 (100%)
R 221 of 638 ~ 34.64%
G 226 of 638 ~ 35.42%
B 191 of 638 ~ 29.94%

%34.64
%35.42
%29.94

CMYK color model

#DDE2BF color CMYK value is (2,0,15,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%
CMYK:
(2,0,15,11)
C2M0Y15K11 
(2%,0%,15%,11%)
(0.02/0.00/0.15/0.11)	

CMYK percentages

%2.21
%0
%15.49
%11.37

Codes

Color #DDE2BF in popluar color models

DDE2BF
RGB221226191
HSL69°37.63%81.76%
HSB/HSV69°15.49%88.63%
CMYK2.21%0.00%15.49%
11.37%

Color #DDE2BF in popluar number systems.

HEXDDE2BF
Decimal221226191
Binary110111011110001010111111
Octal335342277

Shades and tints

Shades of #DDE2BF

#DDE2BF
(221,226,191)
#C9CEAE
(201,206,174)
#B5BA9D
(181,186,157)
#A1A68C
(161,166,140)
#8D927B
(141,146,123)
#797E6A
(121,126,106)
#656A59
(101,106,89)
#515648
(81,86,72)
#3D4237
(61,66,55)
#292E26
(41,46,38)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDE2BF

#DDE2BF
(221,226,191)
#E0E4C4
(224,228,196)
#E3E6C9
(227,230,201)
#E6E8CE
(230,232,206)
#E9EAD3
(233,234,211)
#ECECD8
(236,236,216)
#EFEEDD
(239,238,221)
#F2F0E2
(242,240,226)
#F5F2E7
(245,242,231)
#F8F4EC
(248,244,236)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE2BF; }

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

This text font color is #DDE2BF.


Background Color

.myBgColor { background-color: #DDE2BF; }

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

This div background color is #DDE2BF.


Border color

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

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

This div border color is #DDE2BF.


Opacity

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

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

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

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

This text has shadow with #DDE2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE2BF on black background.


Color preview on white background

This text has color #DDE2BF on white background.



Black color preview on #DDE2BF background

This text has black color on #DDE2BF background.


White color preview on #DDE2BF background

This text has white color on #DDE2BF background.