COLOR #DDEBE5

HEX: #DDEBE5 RGB: (221,235,229)

Color info

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

RGB color model

#DDEBE5 color RGB value is (221,235,229).

RGB: (221,235,229) (87%, 92%, 90%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 229 of 255 = 90%

221
235
229

R + G + B ~ 90%. #DDEBE5 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 229 = 685 (100%)
R 221 of 685 ~ 32.26%
G 235 of 685 ~ 34.31%
B 229 of 685 ~ 33.43'%

%32.26
%34.31
%33.43

CMYK color model

#DDEBE5 color CMYK value is (6,0,3,8).

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

CMYK: (6,0,3,8)
C6M0Y3K8 (6%, 0%, 3%, 8%)
(0.06 / 0.00 / 0.03 / 0.08)

CMYK percentages

%5.96
%0
%2.55
%7.84

Codes

Color #DDEBE5 in popluar color models

DD EB E5
RGB 221 235 229
HSL 154° 25.93% 89.41%
HSB/HSV 154° 5.96% 92.16%
CMYK 5.96% 0.00% 2.55%
7.84%

Color #DDEBE5 in popluar number systems.

HEX DD EB E5
Decimal 221 235 229
Binary 11011101 11101011 11100101
Octal 335 353 345

Shades and tints

Shades of #DDEBE5

#DDEBE5
(221,235,229)
#C9D6D1
(201,214,209)
#B5C1BD
(181,193,189)
#A1ACA9
(161,172,169)
#8D9795
(141,151,149)
#798281
(121,130,129)
#656D6D
(101,109,109)
#515859
(81,88,89)
#3D4345
(61,67,69)
#292E31
(41,46,49)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDEBE5

#DDEBE5
(221,235,229)
#E0ECE7
(224,236,231)
#E3EDE9
(227,237,233)
#E6EEEB
(230,238,235)
#E9EFED
(233,239,237)
#ECF0EF
(236,240,239)
#EFF1F1
(239,241,241)
#F2F2F3
(242,242,243)
#F5F3F5
(245,243,245)
#F8F4F7
(248,244,247)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBE5; }

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

This text font color is #DDEBE5.

Background Color

.myBgColor { background-color: #DDEBE5; }

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

This div background color is #DDEBE5.

Border color

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

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

This div border color is #DDEBE5.

Opacity

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

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

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

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

This text has shadow with #DDEBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBE5.

Preview

Color preview on black background

This text has color #DDEBE5 on black background.


Color preview on white background

This text has color #DDEBE5 on white background.


Black color preview on #DDEBE5 background

This text has black color on #DDEBE5 background.


White color preview on #DDEBE5 background

This text has white color on #DDEBE5 background.


Related colors

Complementary color

Complementary color for #hex is #22141A.


I love getcolorcode.com

Triadic colors

1 #E5DDEB and #EBE5DD with #DDEBE5 are triadic colors.

2 #E5EBDD and #EBDDE5 with #DDEBE5 are triadic colors.