COLOR #DDEAFD

HEX: #DDEAFD RGB: (221,234,253)

Color info

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

RGB color model

#DDEAFD color RGB value is (221,234,253).

RGB: (221,234,253) (87%, 92%, 99%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 253 of 255 = 99%

221
234
253

R + G + B ~ 93%. #DDEAFD is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 234 + 253 = 708 (100%)
R 221 of 708 ~ 31.21%
G 234 of 708 ~ 33.05%
B 253 of 708 ~ 35.73'%

%31.21
%33.05
%35.73

CMYK color model

#DDEAFD color CMYK value is (13,8,0,1).

  • cyan value is 12.65%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (13,8,0,1) C13M8Y0K1 (13%,8%,0%,1%) (0.13/0.08/0.00/0.01) 

CMYK percentages

%12.65
%7.51
%0
%0.78

Codes

Color #DDEAFD in popluar color models

DD EA FD
RGB 221 234 253
HSL 216° 88.89% 92.94%
HSB/HSV 216° 12.65% 99.22%
CMYK 12.65% 7.51% 0.00%
0.78%

Color #DDEAFD in popluar number systems.

HEX DD EA FD
Decimal 221 234 253
Binary 11011101 11101010 11111101
Octal 335 352 375

Shades and tints

Shades of #DDEAFD

#DDEAFD
(221,234,253)
#C9D5E6
(201,213,230)
#B5C0CF
(181,192,207)
#A1ABB8
(161,171,184)
#8D96A1
(141,150,161)
#79818A
(121,129,138)
#656C73
(101,108,115)
#51575C
(81,87,92)
#3D4245
(61,66,69)
#292D2E
(41,45,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDEAFD

#DDEAFD
(221,234,253)
#E0EBFD
(224,235,253)
#E3ECFD
(227,236,253)
#E6EDFD
(230,237,253)
#E9EEFD
(233,238,253)
#ECEFFD
(236,239,253)
#EFF0FD
(239,240,253)
#F2F1FD
(242,241,253)
#F5F2FD
(245,242,253)
#F8F3FD
(248,243,253)
#FBF4FD
(251,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAFD; }

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

This text font color is #DDEAFD.

Background Color

.myBgColor { background-color: #DDEAFD; }

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

This div background color is #DDEAFD.

Border color

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

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

This div border color is #DDEAFD.

Opacity

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

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

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

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

This text has shadow with #DDEAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEAFD.

Preview

Color preview on black background

This text has color #DDEAFD on black background.


Color preview on white background

This text has color #DDEAFD on white background.


Black color preview on #DDEAFD background

This text has black color on #DDEAFD background.


White color preview on #DDEAFD background

This text has white color on #DDEAFD background.


Related colors

Complementary color

Complementary color for #hex is #221502.


I love getcolorcode.com

Triadic colors

1 #FDDDEA and #EAFDDD with #DDEAFD are triadic colors.

2 #FDEADD and #EADDFD with #DDEAFD are triadic colors.