COLOR #DDDDF9

HEX: #DDDDF9
RGB: (221,221,249)

Color info

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

RGB color model

#DDDDF9 color RGB value is (221,221,249).

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

RGB channels and saturation

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

221
221
249

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

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 249 = 691 (100%)
R 221 of 691 ~ 31.98%
G 221 of 691 ~ 31.98%
B 249 of 691 ~ 36.03%

%31.98
%31.98
%36.03

CMYK color model

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

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

CMYK percentages

%11.24
%11.24
%0
%2.35

Codes

Color #DDDDF9 in popluar color models

DDDDF9
RGB221221249
HSL240°70.00%92.16%
HSB/HSV240°11.24%97.65%
CMYK11.24%11.24%0.00%
2.35%

Color #DDDDF9 in popluar number systems.

HEXDDDDF9
Decimal221221249
Binary110111011101110111111001
Octal335335371

Shades and tints

Shades of #DDDDF9

#DDDDF9
(221,221,249)
#C9C9E3
(201,201,227)
#B5B5CD
(181,181,205)
#A1A1B7
(161,161,183)
#8D8DA1
(141,141,161)
#79798B
(121,121,139)
#656575
(101,101,117)
#51515F
(81,81,95)
#3D3D49
(61,61,73)
#292933
(41,41,51)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #DDDDF9

#DDDDF9
(221,221,249)
#E0E0F9
(224,224,249)
#E3E3F9
(227,227,249)
#E6E6F9
(230,230,249)
#E9E9F9
(233,233,249)
#ECECF9
(236,236,249)
#EFEFF9
(239,239,249)
#F2F2F9
(242,242,249)
#F5F5F9
(245,245,249)
#F8F8F9
(248,248,249)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDF9; }

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

This text font color is #DDDDF9.


Background Color

.myBgColor { background-color: #DDDDF9; }

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

This div background color is #DDDDF9.


Border color

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

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

This div border color is #DDDDF9.


Opacity

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

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

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

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

This text has shadow with #DDDDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDF9 on black background.


Color preview on white background

This text has color #DDDDF9 on white background.



Black color preview on #DDDDF9 background

This text has black color on #DDDDF9 background.


White color preview on #DDDDF9 background

This text has white color on #DDDDF9 background.