COLOR #DDEAE9

HEX: #DDEAE9
RGB: (221,234,233)

Color info

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

RGB color model

#DDEAE9 color RGB value is (221,234,233).

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

RGB channels and saturation

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

221
234
233

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 233 = 688 (100%)
R 221 of 688 ~ 32.12%
G 234 of 688 ~ 34.01%
B 233 of 688 ~ 33.87%

%32.12
%34.01
%33.87

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK:
(6,0,0,8)
C6M0Y0K8 
(6%,0%,0%,8%)
(0.06/0.00/0.00/0.08)	

CMYK percentages

%5.56
%0
%0.43
%8.24

Codes

Color #DDEAE9 in popluar color models

DDEAE9
RGB221234233
HSL175°23.64%89.22%
HSB/HSV175°5.56%91.76%
CMYK5.56%0.00%0.43%
8.24%

Color #DDEAE9 in popluar number systems.

HEXDDEAE9
Decimal221234233
Binary110111011110101011101001
Octal335352351

Shades and tints

Shades of #DDEAE9

#DDEAE9
(221,234,233)
#C9D5D4
(201,213,212)
#B5C0BF
(181,192,191)
#A1ABAA
(161,171,170)
#8D9695
(141,150,149)
#798180
(121,129,128)
#656C6B
(101,108,107)
#515756
(81,87,86)
#3D4241
(61,66,65)
#292D2C
(41,45,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDEAE9

#DDEAE9
(221,234,233)
#E0EBEB
(224,235,235)
#E3ECED
(227,236,237)
#E6EDEF
(230,237,239)
#E9EEF1
(233,238,241)
#ECEFF3
(236,239,243)
#EFF0F5
(239,240,245)
#F2F1F7
(242,241,247)
#F5F2F9
(245,242,249)
#F8F3FB
(248,243,251)
#FBF4FD
(251,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAE9; }

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

This text font color is #DDEAE9.


Background Color

.myBgColor { background-color: #DDEAE9; }

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

This div background color is #DDEAE9.


Border color

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

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

This div border color is #DDEAE9.


Opacity

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

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

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

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

This text has shadow with #DDEAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEAE9 on black background.


Color preview on white background

This text has color #DDEAE9 on white background.



Black color preview on #DDEAE9 background

This text has black color on #DDEAE9 background.


White color preview on #DDEAE9 background

This text has white color on #DDEAE9 background.