COLOR #DDEBC7

HEX: #DDEBC7 RGB: (221,235,199)

Color info

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

RGB color model

#DDEBC7 color RGB value is (221,235,199).

RGB: (221,235,199) (87%, 92%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 199 of 255 = 78%

221
235
199

R + G + B ~ 86%. #DDEBC7 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 199 = 655 (100%)
R 221 of 655 ~ 33.74%
G 235 of 655 ~ 35.88%
B 199 of 655 ~ 30.38'%

%33.74
%35.88
%30.38

CMYK color model

#DDEBC7 color CMYK value is (6,0,15,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 7.84%

CMYK: (6,0,15,8)
C6M0Y15K8 (6%, 0%, 15%, 8%)
(0.06 / 0.00 / 0.15 / 0.08)

CMYK percentages

%5.96
%0
%15.32
%7.84

Codes

Color #DDEBC7 in popluar color models

DD EB C7
RGB 221 235 199
HSL 83° 47.37% 85.10%
HSB/HSV 83° 15.32% 92.16%
CMYK 5.96% 0.00% 15.32%
7.84%

Color #DDEBC7 in popluar number systems.

HEX DD EB C7
Decimal 221 235 199
Binary 11011101 11101011 11000111
Octal 335 353 307

Shades and tints

Shades of #DDEBC7

#DDEBC7
(221,235,199)
#C9D6B5
(201,214,181)
#B5C1A3
(181,193,163)
#A1AC91
(161,172,145)
#8D977F
(141,151,127)
#79826D
(121,130,109)
#656D5B
(101,109,91)
#515849
(81,88,73)
#3D4337
(61,67,55)
#292E25
(41,46,37)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDEBC7

#DDEBC7
(221,235,199)
#E0ECCC
(224,236,204)
#E3EDD1
(227,237,209)
#E6EED6
(230,238,214)
#E9EFDB
(233,239,219)
#ECF0E0
(236,240,224)
#EFF1E5
(239,241,229)
#F2F2EA
(242,242,234)
#F5F3EF
(245,243,239)
#F8F4F4
(248,244,244)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEBC7 color. Also use rgb(221,235,199) instead hex code.

Text Font Color

.myTextColor { color: #DDEBC7; }

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

This text font color is #DDEBC7.

Background Color

.myBgColor { background-color: #DDEBC7; }

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

This div background color is #DDEBC7.

Border color

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

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

This div border color is #DDEBC7.

Opacity

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

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

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

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

This text has shadow with #DDEBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBC7.

Preview

Color preview on black background

This text has color #DDEBC7 on black background.


Color preview on white background

This text has color #DDEBC7 on white background.


Black color preview on #DDEBC7 background

This text has black color on #DDEBC7 background.


White color preview on #DDEBC7 background

This text has white color on #DDEBC7 background.


Related colors

Complementary color

Complementary color for #hex is #221438.


I love getcolorcode.com

Triadic colors

1 #C7DDEB and #EBC7DD with #DDEBC7 are triadic colors.

2 #C7EBDD and #EBDDC7 with #DDEBC7 are triadic colors.