COLOR #DDEFF3

HEX: #DDEFF3
RGB: (221,239,243)

Color info

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

RGB color model

#DDEFF3 color RGB value is (221,239,243).

  • red value is 221;
  • green value is 239;
  • blue value is 243.
RGB:
(221,239,243)
(87%,94%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 243 of 255 = 95%

221
239
243

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

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 243 = 703 (100%)
R 221 of 703 ~ 31.44%
G 239 of 703 ~ 34%
B 243 of 703 ~ 34.57%

%31.44
%34
%34.57

CMYK color model

#DDEFF3 color CMYK value is (9,2,0,5).

  • cyan value is 9.05%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,2,0,5)
C9M2Y0K5 
(9%,2%,0%,5%)
(0.09/0.02/0.00/0.05)	

CMYK percentages

%9.05
%1.65
%0
%4.71

Codes

Color #DDEFF3 in popluar color models

DDEFF3
RGB221239243
HSL191°47.83%90.98%
HSB/HSV191°9.05%95.29%
CMYK9.05%1.65%0.00%
4.71%

Color #DDEFF3 in popluar number systems.

HEXDDEFF3
Decimal221239243
Binary110111011110111111110011
Octal335357363

Shades and tints

Shades of #DDEFF3

#DDEFF3
(221,239,243)
#C9DADD
(201,218,221)
#B5C5C7
(181,197,199)
#A1B0B1
(161,176,177)
#8D9B9B
(141,155,155)
#798685
(121,134,133)
#65716F
(101,113,111)
#515C59
(81,92,89)
#3D4743
(61,71,67)
#29322D
(41,50,45)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #DDEFF3

#DDEFF3
(221,239,243)
#E0F0F4
(224,240,244)
#E3F1F5
(227,241,245)
#E6F2F6
(230,242,246)
#E9F3F7
(233,243,247)
#ECF4F8
(236,244,248)
#EFF5F9
(239,245,249)
#F2F6FA
(242,246,250)
#F5F7FB
(245,247,251)
#F8F8FC
(248,248,252)
#FBF9FD
(251,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEFF3 color. Also use rgb(221,239,243) instead hex code.

Text Font Color

.myTextColor { color: #DDEFF3; }

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

This text font color is #DDEFF3.


Background Color

.myBgColor { background-color: #DDEFF3; }

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

This div background color is #DDEFF3.


Border color

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

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

This div border color is #DDEFF3.


Opacity

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

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

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

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

This text has shadow with #DDEFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEFF3 on black background.


Color preview on white background

This text has color #DDEFF3 on white background.



Black color preview on #DDEFF3 background

This text has black color on #DDEFF3 background.


White color preview on #DDEFF3 background

This text has white color on #DDEFF3 background.