COLOR #DDE2FC

HEX: #DDE2FC RGB: (221,226,252)

Color info

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

RGB color model

#DDE2FC color RGB value is (221,226,252).

RGB: (221,226,252) (87%, 89%, 99%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 252 of 255 = 99%

221
226
252

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

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 252 = 699 (100%)
R 221 of 699 ~ 31.62%
G 226 of 699 ~ 32.33%
B 252 of 699 ~ 36.05'%

%31.62
%32.33
%36.05

CMYK color model

#DDE2FC color CMYK value is (12,10,0,1).

  • cyan value is 12.30%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (12,10,0,1)
C12M10Y0K1 (12%, 10%, 0%, 1%)
(0.12 / 0.10 / 0.00 / 0.01)

CMYK percentages

%12.3
%10.32
%0
%1.18

Codes

Color #DDE2FC in popluar color models

DD E2 FC
RGB 221 226 252
HSL 230° 83.78% 92.75%
HSB/HSV 230° 12.30% 98.82%
CMYK 12.30% 10.32% 0.00%
1.18%

Color #DDE2FC in popluar number systems.

HEX DD E2 FC
Decimal 221 226 252
Binary 11011101 11100010 11111100
Octal 335 342 374

Shades and tints

Shades of #DDE2FC

#DDE2FC
(221,226,252)
#C9CEE6
(201,206,230)
#B5BAD0
(181,186,208)
#A1A6BA
(161,166,186)
#8D92A4
(141,146,164)
#797E8E
(121,126,142)
#656A78
(101,106,120)
#515662
(81,86,98)
#3D424C
(61,66,76)
#292E36
(41,46,54)
#151A20
(21,26,32)
#000000
(0,0,0)

Tints of #DDE2FC

#DDE2FC
(221,226,252)
#E0E4FC
(224,228,252)
#E3E6FC
(227,230,252)
#E6E8FC
(230,232,252)
#E9EAFC
(233,234,252)
#ECECFC
(236,236,252)
#EFEEFC
(239,238,252)
#F2F0FC
(242,240,252)
#F5F2FC
(245,242,252)
#F8F4FC
(248,244,252)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE2FC color. Also use rgb(221,226,252) instead hex code.

Text Font Color

.myTextColor { color: #DDE2FC; }

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

This text font color is #DDE2FC.

Background Color

.myBgColor { background-color: #DDE2FC; }

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

This div background color is #DDE2FC.

Border color

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

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

This div border color is #DDE2FC.

Opacity

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

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

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

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

This text has shadow with #DDE2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE2FC.

Preview

Color preview on black background

This text has color #DDE2FC on black background.


Color preview on white background

This text has color #DDE2FC on white background.


Black color preview on #DDE2FC background

This text has black color on #DDE2FC background.


White color preview on #DDE2FC background

This text has white color on #DDE2FC background.


Related colors

Complementary color

Complementary color for #hex is #221D03.


I love getcolorcode.com

Triadic colors

1 #FCDDE2 and #E2FCDD with #DDE2FC are triadic colors.

2 #FCE2DD and #E2DDFC with #DDE2FC are triadic colors.