COLOR #DDE7FA

HEX: #DDE7FA RGB: (221,231,250)

Color info

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

RGB color model

#DDE7FA color RGB value is (221,231,250).

RGB: (221,231,250) (87%, 91%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 250 of 255 = 98%

221
231
250

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

Portions of RGB colors in percentages

R + G + B = 221 + 231 + 250 = 702 (100%)
R 221 of 702 ~ 31.48%
G 231 of 702 ~ 32.91%
B 250 of 702 ~ 35.61'%

%31.48
%32.91
%35.61

CMYK color model

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

  • cyan value is 11.60%
  • magenta value is 7.60%
  • 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
%7.6
%0
%1.96

Codes

Color #DDE7FA in popluar color models

DD E7 FA
RGB 221 231 250
HSL 219° 74.36% 92.35%
HSB/HSV 219° 11.60% 98.04%
CMYK 11.60% 7.60% 0.00%
1.96%

Color #DDE7FA in popluar number systems.

HEX DD E7 FA
Decimal 221 231 250
Binary 11011101 11100111 11111010
Octal 335 347 372

Shades and tints

Shades of #DDE7FA

#DDE7FA
(221,231,250)
#C9D2E4
(201,210,228)
#B5BDCE
(181,189,206)
#A1A8B8
(161,168,184)
#8D93A2
(141,147,162)
#797E8C
(121,126,140)
#656976
(101,105,118)
#515460
(81,84,96)
#3D3F4A
(61,63,74)
#292A34
(41,42,52)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #DDE7FA

#DDE7FA
(221,231,250)
#E0E9FA
(224,233,250)
#E3EBFA
(227,235,250)
#E6EDFA
(230,237,250)
#E9EFFA
(233,239,250)
#ECF1FA
(236,241,250)
#EFF3FA
(239,243,250)
#F2F5FA
(242,245,250)
#F5F7FA
(245,247,250)
#F8F9FA
(248,249,250)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7FA; }

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

This text font color is #DDE7FA.

Background Color

.myBgColor { background-color: #DDE7FA; }

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

This div background color is #DDE7FA.

Border color

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

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

This div border color is #DDE7FA.

Opacity

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

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

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

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

This text has shadow with #DDE7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE7FA.

Preview

Color preview on black background

This text has color #DDE7FA on black background.


Color preview on white background

This text has color #DDE7FA on white background.


Black color preview on #DDE7FA background

This text has black color on #DDE7FA background.


White color preview on #DDE7FA background

This text has white color on #DDE7FA background.


Related colors

Complementary color

Complementary color for #hex is #221805.


I love getcolorcode.com

Triadic colors

1 #FADDE7 and #E7FADD with #DDE7FA are triadic colors.

2 #FAE7DD and #E7DDFA with #DDE7FA are triadic colors.