COLOR #DDE1CA

HEX: #DDE1CA
RGB: (221,225,202)

Color info

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

RGB color model

#DDE1CA color RGB value is (221,225,202).

  • red value is 221;
  • green value is 225;
  • blue value is 202.
RGB:
(221,225,202)
(87%,88%,79%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 202 of 255 = 79%

221
225
202

R + G + B ~ 85%. #DDE1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 202 = 648 (100%)
R 221 of 648 ~ 34.1%
G 225 of 648 ~ 34.72%
B 202 of 648 ~ 31.17%

%34.1
%34.72
%31.17

CMYK color model

#DDE1CA color CMYK value is (2,0,10,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(2,0,10,12)
C2M0Y10K12 
(2%,0%,10%,12%)
(0.02/0.00/0.10/0.12)	

CMYK percentages

%1.78
%0
%10.22
%11.76

Codes

Color #DDE1CA in popluar color models

DDE1CA
RGB221225202
HSL70°27.71%83.73%
HSB/HSV70°10.22%88.24%
CMYK1.78%0.00%10.22%
11.76%

Color #DDE1CA in popluar number systems.

HEXDDE1CA
Decimal221225202
Binary110111011110000111001010
Octal335341312

Shades and tints

Shades of #DDE1CA

#DDE1CA
(221,225,202)
#C9CDB8
(201,205,184)
#B5B9A6
(181,185,166)
#A1A594
(161,165,148)
#8D9182
(141,145,130)
#797D70
(121,125,112)
#65695E
(101,105,94)
#51554C
(81,85,76)
#3D413A
(61,65,58)
#292D28
(41,45,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDE1CA

#DDE1CA
(221,225,202)
#E0E3CE
(224,227,206)
#E3E5D2
(227,229,210)
#E6E7D6
(230,231,214)
#E9E9DA
(233,233,218)
#ECEBDE
(236,235,222)
#EFEDE2
(239,237,226)
#F2EFE6
(242,239,230)
#F5F1EA
(245,241,234)
#F8F3EE
(248,243,238)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE1CA color. Also use rgb(221,225,202) instead hex code.

Text Font Color

.myTextColor { color: #DDE1CA; }

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

This text font color is #DDE1CA.


Background Color

.myBgColor { background-color: #DDE1CA; }

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

This div background color is #DDE1CA.


Border color

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

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

This div border color is #DDE1CA.


Opacity

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

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

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

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

This text has shadow with #DDE1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1CA on black background.


Color preview on white background

This text has color #DDE1CA on white background.



Black color preview on #DDE1CA background

This text has black color on #DDE1CA background.


White color preview on #DDE1CA background

This text has white color on #DDE1CA background.