COLOR #DDEAE8

HEX: #DDEAE8
RGB: (221,234,232)

Color info

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

RGB color model

#DDEAE8 color RGB value is (221,234,232).

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

RGB channels and saturation

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

221
234
232

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 232 = 687 (100%)
R 221 of 687 ~ 32.17%
G 234 of 687 ~ 34.06%
B 232 of 687 ~ 33.77%

%32.17
%34.06
%33.77

CMYK color model

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

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

CMYK percentages

%5.56
%0
%0.85
%8.24

Codes

Color #DDEAE8 in popluar color models

DDEAE8
RGB221234232
HSL171°23.64%89.22%
HSB/HSV171°5.56%91.76%
CMYK5.56%0.00%0.85%
8.24%

Color #DDEAE8 in popluar number systems.

HEXDDEAE8
Decimal221234232
Binary110111011110101011101000
Octal335352350

Shades and tints

Shades of #DDEAE8

#DDEAE8
(221,234,232)
#C9D5D3
(201,213,211)
#B5C0BE
(181,192,190)
#A1ABA9
(161,171,169)
#8D9694
(141,150,148)
#79817F
(121,129,127)
#656C6A
(101,108,106)
#515755
(81,87,85)
#3D4240
(61,66,64)
#292D2B
(41,45,43)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDEAE8

#DDEAE8
(221,234,232)
#E0EBEA
(224,235,234)
#E3ECEC
(227,236,236)
#E6EDEE
(230,237,238)
#E9EEF0
(233,238,240)
#ECEFF2
(236,239,242)
#EFF0F4
(239,240,244)
#F2F1F6
(242,241,246)
#F5F2F8
(245,242,248)
#F8F3FA
(248,243,250)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAE8; }

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

This text font color is #DDEAE8.


Background Color

.myBgColor { background-color: #DDEAE8; }

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

This div background color is #DDEAE8.


Border color

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

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

This div border color is #DDEAE8.


Opacity

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

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

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

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

This text has shadow with #DDEAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEAE8 on black background.


Color preview on white background

This text has color #DDEAE8 on white background.



Black color preview on #DDEAE8 background

This text has black color on #DDEAE8 background.


White color preview on #DDEAE8 background

This text has white color on #DDEAE8 background.