COLOR #DDEAF8

HEX: #DDEAF8 RGB: (221,234,248)

Color info

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

RGB color model

#DDEAF8 color RGB value is (221,234,248).

RGB: (221,234,248) (87%, 92%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 248 of 255 = 97%

221
234
248

R + G + B ~ 92%. #DDEAF8 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 234 + 248 = 703 (100%)
R 221 of 703 ~ 31.44%
G 234 of 703 ~ 33.29%
B 248 of 703 ~ 35.28'%

%31.44
%33.29
%35.28

CMYK color model

#DDEAF8 color CMYK value is (11,6,0,3).

  • cyan value is 10.89%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (11,6,0,3)
C11M6Y0K3 (11%, 6%, 0%, 3%)
(0.11 / 0.06 / 0.00 / 0.03)

CMYK percentages

%10.89
%5.65
%0
%2.75

Codes

Color #DDEAF8 in popluar color models

DD EA F8
RGB 221 234 248
HSL 211° 65.85% 91.96%
HSB/HSV 211° 10.89% 97.25%
CMYK 10.89% 5.65% 0.00%
2.75%

Color #DDEAF8 in popluar number systems.

HEX DD EA F8
Decimal 221 234 248
Binary 11011101 11101010 11111000
Octal 335 352 370

Shades and tints

Shades of #DDEAF8

#DDEAF8
(221,234,248)
#C9D5E2
(201,213,226)
#B5C0CC
(181,192,204)
#A1ABB6
(161,171,182)
#8D96A0
(141,150,160)
#79818A
(121,129,138)
#656C74
(101,108,116)
#51575E
(81,87,94)
#3D4248
(61,66,72)
#292D32
(41,45,50)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #DDEAF8

#DDEAF8
(221,234,248)
#E0EBF8
(224,235,248)
#E3ECF8
(227,236,248)
#E6EDF8
(230,237,248)
#E9EEF8
(233,238,248)
#ECEFF8
(236,239,248)
#EFF0F8
(239,240,248)
#F2F1F8
(242,241,248)
#F5F2F8
(245,242,248)
#F8F3F8
(248,243,248)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAF8; }

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

This text font color is #DDEAF8.

Background Color

.myBgColor { background-color: #DDEAF8; }

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

This div background color is #DDEAF8.

Border color

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

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

This div border color is #DDEAF8.

Opacity

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

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

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

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

This text has shadow with #DDEAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEAF8.

Preview

Color preview on black background

This text has color #DDEAF8 on black background.


Color preview on white background

This text has color #DDEAF8 on white background.


Black color preview on #DDEAF8 background

This text has black color on #DDEAF8 background.


White color preview on #DDEAF8 background

This text has white color on #DDEAF8 background.


Related colors

Complementary color

Complementary color for #hex is #221507.


I love getcolorcode.com

Triadic colors

1 #F8DDEA and #EAF8DD with #DDEAF8 are triadic colors.

2 #F8EADD and #EADDF8 with #DDEAF8 are triadic colors.