COLOR #DDEEC3

HEX: #DDEEC3 RGB: (221,238,195)

Color info

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

RGB color model

#DDEEC3 color RGB value is (221,238,195).

RGB: (221,238,195) (87%, 93%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 195 of 255 = 76%

221
238
195

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

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 195 = 654 (100%)
R 221 of 654 ~ 33.79%
G 238 of 654 ~ 36.39%
B 195 of 654 ~ 29.82'%

%33.79
%36.39
%29.82

CMYK color model

#DDEEC3 color CMYK value is (7,0,18,7).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK: (7,0,18,7) C7M0Y18K7 (7%,0%,18%,7%) (0.07/0.00/0.18/0.07) 

CMYK percentages

%7.14
%0
%18.07
%6.67

Codes

Color #DDEEC3 in popluar color models

DD EE C3
RGB 221 238 195
HSL 84° 55.84% 84.90%
HSB/HSV 84° 18.07% 93.33%
CMYK 7.14% 0.00% 18.07%
6.67%

Color #DDEEC3 in popluar number systems.

HEX DD EE C3
Decimal 221 238 195
Binary 11011101 11101110 11000011
Octal 335 356 303

Shades and tints

Shades of #DDEEC3

#DDEEC3
(221,238,195)
#C9D9B2
(201,217,178)
#B5C4A1
(181,196,161)
#A1AF90
(161,175,144)
#8D9A7F
(141,154,127)
#79856E
(121,133,110)
#65705D
(101,112,93)
#515B4C
(81,91,76)
#3D463B
(61,70,59)
#29312A
(41,49,42)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDEEC3

#DDEEC3
(221,238,195)
#E0EFC8
(224,239,200)
#E3F0CD
(227,240,205)
#E6F1D2
(230,241,210)
#E9F2D7
(233,242,215)
#ECF3DC
(236,243,220)
#EFF4E1
(239,244,225)
#F2F5E6
(242,245,230)
#F5F6EB
(245,246,235)
#F8F7F0
(248,247,240)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEEC3 color. Also use rgb(221,238,195) instead hex code.

Text Font Color

.myTextColor { color: #DDEEC3; }

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

This text font color is #DDEEC3.

Background Color

.myBgColor { background-color: #DDEEC3; }

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

This div background color is #DDEEC3.

Border color

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

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

This div border color is #DDEEC3.

Opacity

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

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

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

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

This text has shadow with #DDEEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEEC3.

Preview

Color preview on black background

This text has color #DDEEC3 on black background.


Color preview on white background

This text has color #DDEEC3 on white background.


Black color preview on #DDEEC3 background

This text has black color on #DDEEC3 background.


White color preview on #DDEEC3 background

This text has white color on #DDEEC3 background.


Related colors

Complementary color

Complementary color for #hex is #22113C.


I love getcolorcode.com

Triadic colors

1 #C3DDEE and #EEC3DD with #DDEEC3 are triadic colors.

2 #C3EEDD and #EEDDC3 with #DDEEC3 are triadic colors.