COLOR #DDDFF9

HEX: #DDDFF9
RGB: (221,223,249)

Color info

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

RGB color model

#DDDFF9 color RGB value is (221,223,249).

  • red value is 221;
  • green value is 223;
  • blue value is 249.
RGB:
(221,223,249)
(87%,87%,98%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 249 of 255 = 98%

221
223
249

R + G + B ~ 91%. #DDDFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 249 = 693 (100%)
R 221 of 693 ~ 31.89%
G 223 of 693 ~ 32.18%
B 249 of 693 ~ 35.93%

%31.89
%32.18
%35.93

CMYK color model

#DDDFF9 color CMYK value is (11,10,0,2).

  • cyan value is 11.24%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,10,0,2)
C11M10Y0K2 
(11%,10%,0%,2%)
(0.11/0.10/0.00/0.02)	

CMYK percentages

%11.24
%10.44
%0
%2.35

Codes

Color #DDDFF9 in popluar color models

DDDFF9
RGB221223249
HSL236°70.00%92.16%
HSB/HSV236°11.24%97.65%
CMYK11.24%10.44%0.00%
2.35%

Color #DDDFF9 in popluar number systems.

HEXDDDFF9
Decimal221223249
Binary110111011101111111111001
Octal335337371

Shades and tints

Shades of #DDDFF9

#DDDFF9
(221,223,249)
#C9CBE3
(201,203,227)
#B5B7CD
(181,183,205)
#A1A3B7
(161,163,183)
#8D8FA1
(141,143,161)
#797B8B
(121,123,139)
#656775
(101,103,117)
#51535F
(81,83,95)
#3D3F49
(61,63,73)
#292B33
(41,43,51)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #DDDFF9

#DDDFF9
(221,223,249)
#E0E1F9
(224,225,249)
#E3E3F9
(227,227,249)
#E6E5F9
(230,229,249)
#E9E7F9
(233,231,249)
#ECE9F9
(236,233,249)
#EFEBF9
(239,235,249)
#F2EDF9
(242,237,249)
#F5EFF9
(245,239,249)
#F8F1F9
(248,241,249)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDFF9 color. Also use rgb(221,223,249) instead hex code.

Text Font Color

.myTextColor { color: #DDDFF9; }

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

This text font color is #DDDFF9.


Background Color

.myBgColor { background-color: #DDDFF9; }

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

This div background color is #DDDFF9.


Border color

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

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

This div border color is #DDDFF9.


Opacity

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

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

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

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

This text has shadow with #DDDFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFF9 on black background.


Color preview on white background

This text has color #DDDFF9 on white background.



Black color preview on #DDDFF9 background

This text has black color on #DDDFF9 background.


White color preview on #DDDFF9 background

This text has white color on #DDDFF9 background.