COLOR #DDE3FC

HEX: #DDE3FC
RGB: (221,227,252)

Color info

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

RGB color model

#DDE3FC color RGB value is (221,227,252).

  • red value is 221;
  • green value is 227;
  • blue value is 252.
RGB:
(221,227,252)
(87%,89%,99%)

RGB channels and saturation

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

221
227
252

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 252 = 700 (100%)
R 221 of 700 ~ 31.57%
G 227 of 700 ~ 32.43%
B 252 of 700 ~ 36%

%31.57
%32.43
%36

CMYK color model

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

  • cyan value is 12.30%
  • magenta value is 9.92%
  • 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
%9.92
%0
%1.18

Codes

Color #DDE3FC in popluar color models

DDE3FC
RGB221227252
HSL228°83.78%92.75%
HSB/HSV228°12.30%98.82%
CMYK12.30%9.92%0.00%
1.18%

Color #DDE3FC in popluar number systems.

HEXDDE3FC
Decimal221227252
Binary110111011110001111111100
Octal335343374

Shades and tints

Shades of #DDE3FC

#DDE3FC
(221,227,252)
#C9CFE6
(201,207,230)
#B5BBD0
(181,187,208)
#A1A7BA
(161,167,186)
#8D93A4
(141,147,164)
#797F8E
(121,127,142)
#656B78
(101,107,120)
#515762
(81,87,98)
#3D434C
(61,67,76)
#292F36
(41,47,54)
#151B20
(21,27,32)
#000000
(0,0,0)

Tints of #DDE3FC

#DDE3FC
(221,227,252)
#E0E5FC
(224,229,252)
#E3E7FC
(227,231,252)
#E6E9FC
(230,233,252)
#E9EBFC
(233,235,252)
#ECEDFC
(236,237,252)
#EFEFFC
(239,239,252)
#F2F1FC
(242,241,252)
#F5F3FC
(245,243,252)
#F8F5FC
(248,245,252)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3FC; }

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

This text font color is #DDE3FC.


Background Color

.myBgColor { background-color: #DDE3FC; }

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

This div background color is #DDE3FC.


Border color

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

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

This div border color is #DDE3FC.


Opacity

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

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

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

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

This text has shadow with #DDE3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE3FC on black background.


Color preview on white background

This text has color #DDE3FC on white background.



Black color preview on #DDE3FC background

This text has black color on #DDE3FC background.


White color preview on #DDE3FC background

This text has white color on #DDE3FC background.