COLOR #DDE5FA

HEX: #DDE5FA RGB: (221,229,250)

Color info

#DDE5FA contains red, green and blue colors in about the same proportion. Web safe color of #DDE5FA is #CCCCFF (or #CCF).

RGB color model

#DDE5FA color RGB value is (221,229,250).

RGB: (221,229,250) (87%, 90%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 250 of 255 = 98%

221
229
250

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

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 250 = 700 (100%)
R 221 of 700 ~ 31.57%
G 229 of 700 ~ 32.71%
B 250 of 700 ~ 35.71'%

%31.57
%32.71
%35.71

CMYK color model

#DDE5FA color CMYK value is (12,8,0,2).

  • cyan value is 11.60%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (12,8,0,2) C12M8Y0K2 (12%,8%,0%,2%) (0.12/0.08/0.00/0.02) 

CMYK percentages

%11.6
%8.4
%0
%1.96

Codes

Color #DDE5FA in popluar color models

DD E5 FA
RGB 221 229 250
HSL 223° 74.36% 92.35%
HSB/HSV 223° 11.60% 98.04%
CMYK 11.60% 8.40% 0.00%
1.96%

Color #DDE5FA in popluar number systems.

HEX DD E5 FA
Decimal 221 229 250
Binary 11011101 11100101 11111010
Octal 335 345 372

Shades and tints

Shades of #DDE5FA

#DDE5FA
(221,229,250)
#C9D1E4
(201,209,228)
#B5BDCE
(181,189,206)
#A1A9B8
(161,169,184)
#8D95A2
(141,149,162)
#79818C
(121,129,140)
#656D76
(101,109,118)
#515960
(81,89,96)
#3D454A
(61,69,74)
#293134
(41,49,52)
#151D1E
(21,29,30)
#000000
(0,0,0)

Tints of #DDE5FA

#DDE5FA
(221,229,250)
#E0E7FA
(224,231,250)
#E3E9FA
(227,233,250)
#E6EBFA
(230,235,250)
#E9EDFA
(233,237,250)
#ECEFFA
(236,239,250)
#EFF1FA
(239,241,250)
#F2F3FA
(242,243,250)
#F5F5FA
(245,245,250)
#F8F7FA
(248,247,250)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE5FA color. Also use rgb(221,229,250) instead hex code.

Text Font Color

.myTextColor { color: #DDE5FA; }

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

This text font color is #DDE5FA.

Background Color

.myBgColor { background-color: #DDE5FA; }

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

This div background color is #DDE5FA.

Border color

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

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

This div border color is #DDE5FA.

Opacity

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

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

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

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

This text has shadow with #DDE5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE5FA.

Preview

Color preview on black background

This text has color #DDE5FA on black background.


Color preview on white background

This text has color #DDE5FA on white background.


Black color preview on #DDE5FA background

This text has black color on #DDE5FA background.


White color preview on #DDE5FA background

This text has white color on #DDE5FA background.


Related colors

Complementary color

Complementary color for #hex is #221A05.


I love getcolorcode.com

Triadic colors

1 #FADDE5 and #E5FADD with #DDE5FA are triadic colors.

2 #FAE5DD and #E5DDFA with #DDE5FA are triadic colors.