COLOR #DDEAE6

HEX: #DDEAE6
RGB: (221,234,230)

Color info

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

RGB color model

#DDEAE6 color RGB value is (221,234,230).

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

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 230 of 255 = 90%

221
234
230

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 230 = 685 (100%)
R 221 of 685 ~ 32.26%
G 234 of 685 ~ 34.16%
B 230 of 685 ~ 33.58%

%32.26
%34.16
%33.58

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(6,0,2,8)
C6M0Y2K8 
(6%,0%,2%,8%)
(0.06/0.00/0.02/0.08)	

CMYK percentages

%5.56
%0
%1.71
%8.24

Codes

Color #DDEAE6 in popluar color models

DDEAE6
RGB221234230
HSL162°23.64%89.22%
HSB/HSV162°5.56%91.76%
CMYK5.56%0.00%1.71%
8.24%

Color #DDEAE6 in popluar number systems.

HEXDDEAE6
Decimal221234230
Binary110111011110101011100110
Octal335352346

Shades and tints

Shades of #DDEAE6

#DDEAE6
(221,234,230)
#C9D5D2
(201,213,210)
#B5C0BE
(181,192,190)
#A1ABAA
(161,171,170)
#8D9696
(141,150,150)
#798182
(121,129,130)
#656C6E
(101,108,110)
#51575A
(81,87,90)
#3D4246
(61,66,70)
#292D32
(41,45,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #DDEAE6

#DDEAE6
(221,234,230)
#E0EBE8
(224,235,232)
#E3ECEA
(227,236,234)
#E6EDEC
(230,237,236)
#E9EEEE
(233,238,238)
#ECEFF0
(236,239,240)
#EFF0F2
(239,240,242)
#F2F1F4
(242,241,244)
#F5F2F6
(245,242,246)
#F8F3F8
(248,243,248)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAE6; }

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

This text font color is #DDEAE6.


Background Color

.myBgColor { background-color: #DDEAE6; }

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

This div background color is #DDEAE6.


Border color

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

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

This div border color is #DDEAE6.


Opacity

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

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

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

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

This text has shadow with #DDEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEAE6 on black background.


Color preview on white background

This text has color #DDEAE6 on white background.



Black color preview on #DDEAE6 background

This text has black color on #DDEAE6 background.


White color preview on #DDEAE6 background

This text has white color on #DDEAE6 background.