COLOR #DDEBE9

HEX: #DDEBE9
RGB: (221,235,233)

Color info

#DDEBE9 contains red, green and blue colors in about the same proportion. Web safe color of #DDEBE9 is #CCFFFF (or #CFF).

RGB color model

#DDEBE9 color RGB value is (221,235,233).

  • red value is 221;
  • green value is 235;
  • blue value is 233.
RGB:
(221,235,233)
(87%,92%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 233 of 255 = 91%

221
235
233

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

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 233 = 689 (100%)
R 221 of 689 ~ 32.08%
G 235 of 689 ~ 34.11%
B 233 of 689 ~ 33.82%

%32.08
%34.11
%33.82

CMYK color model

#DDEBE9 color CMYK value is (6,0,1,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(6,0,1,8)
C6M0Y1K8 
(6%,0%,1%,8%)
(0.06/0.00/0.01/0.08)	

CMYK percentages

%5.96
%0
%0.85
%7.84

Codes

Color #DDEBE9 in popluar color models

DDEBE9
RGB221235233
HSL171°25.93%89.41%
HSB/HSV171°5.96%92.16%
CMYK5.96%0.00%0.85%
7.84%

Color #DDEBE9 in popluar number systems.

HEXDDEBE9
Decimal221235233
Binary110111011110101111101001
Octal335353351

Shades and tints

Shades of #DDEBE9

#DDEBE9
(221,235,233)
#C9D6D4
(201,214,212)
#B5C1BF
(181,193,191)
#A1ACAA
(161,172,170)
#8D9795
(141,151,149)
#798280
(121,130,128)
#656D6B
(101,109,107)
#515856
(81,88,86)
#3D4341
(61,67,65)
#292E2C
(41,46,44)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #DDEBE9

#DDEBE9
(221,235,233)
#E0ECEB
(224,236,235)
#E3EDED
(227,237,237)
#E6EEEF
(230,238,239)
#E9EFF1
(233,239,241)
#ECF0F3
(236,240,243)
#EFF1F5
(239,241,245)
#F2F2F7
(242,242,247)
#F5F3F9
(245,243,249)
#F8F4FB
(248,244,251)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBE9; }

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

This text font color is #DDEBE9.


Background Color

.myBgColor { background-color: #DDEBE9; }

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

This div background color is #DDEBE9.


Border color

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

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

This div border color is #DDEBE9.


Opacity

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

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

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

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

This text has shadow with #DDEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBE9 on black background.


Color preview on white background

This text has color #DDEBE9 on white background.



Black color preview on #DDEBE9 background

This text has black color on #DDEBE9 background.


White color preview on #DDEBE9 background

This text has white color on #DDEBE9 background.