COLOR #DDEBE1

HEX: #DDEBE1 RGB: (221,235,225)

Color info

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

RGB color model

#DDEBE1 color RGB value is (221,235,225).

RGB: (221,235,225) (87%, 92%, 88%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 225 of 255 = 88%

221
235
225

R + G + B ~ 89%. #DDEBE1 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 225 = 681 (100%)
R 221 of 681 ~ 32.45%
G 235 of 681 ~ 34.51%
B 225 of 681 ~ 33.04'%

%32.45
%34.51
%33.04

CMYK color model

#DDEBE1 color CMYK value is (6,0,4,8).

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

CMYK: (6,0,4,8)
C6M0Y4K8 (6%, 0%, 4%, 8%)
(0.06 / 0.00 / 0.04 / 0.08)

CMYK percentages

%5.96
%0
%4.26
%7.84

Codes

Color #DDEBE1 in popluar color models

DD EB E1
RGB 221 235 225
HSL 137° 25.93% 89.41%
HSB/HSV 137° 5.96% 92.16%
CMYK 5.96% 0.00% 4.26%
7.84%

Color #DDEBE1 in popluar number systems.

HEX DD EB E1
Decimal 221 235 225
Binary 11011101 11101011 11100001
Octal 335 353 341

Shades and tints

Shades of #DDEBE1

#DDEBE1
(221,235,225)
#C9D6CD
(201,214,205)
#B5C1B9
(181,193,185)
#A1ACA5
(161,172,165)
#8D9791
(141,151,145)
#79827D
(121,130,125)
#656D69
(101,109,105)
#515855
(81,88,85)
#3D4341
(61,67,65)
#292E2D
(41,46,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDEBE1

#DDEBE1
(221,235,225)
#E0ECE3
(224,236,227)
#E3EDE5
(227,237,229)
#E6EEE7
(230,238,231)
#E9EFE9
(233,239,233)
#ECF0EB
(236,240,235)
#EFF1ED
(239,241,237)
#F2F2EF
(242,242,239)
#F5F3F1
(245,243,241)
#F8F4F3
(248,244,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBE1; }

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

This text font color is #DDEBE1.

Background Color

.myBgColor { background-color: #DDEBE1; }

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

This div background color is #DDEBE1.

Border color

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

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

This div border color is #DDEBE1.

Opacity

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

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

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

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

This text has shadow with #DDEBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBE1.

Preview

Color preview on black background

This text has color #DDEBE1 on black background.


Color preview on white background

This text has color #DDEBE1 on white background.


Black color preview on #DDEBE1 background

This text has black color on #DDEBE1 background.


White color preview on #DDEBE1 background

This text has white color on #DDEBE1 background.


Related colors

Complementary color

Complementary color for #hex is #22141E.


I love getcolorcode.com

Triadic colors

1 #E1DDEB and #EBE1DD with #DDEBE1 are triadic colors.

2 #E1EBDD and #EBDDE1 with #DDEBE1 are triadic colors.