COLOR #DDDDF1

HEX: #DDDDF1
RGB: (221,221,241)

Color info

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

RGB color model

#DDDDF1 color RGB value is (221,221,241).

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

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 241 of 255 = 95%

221
221
241

R + G + B ~ 90%. #DDDDF1 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 241 = 683 (100%)
R 221 of 683 ~ 32.36%
G 221 of 683 ~ 32.36%
B 241 of 683 ~ 35.29%

%32.36
%32.36
%35.29

CMYK color model

#DDDDF1 color CMYK value is (8,8,0,5).

  • cyan value is 8.30%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,8,0,5)
C8M8Y0K5 
(8%,8%,0%,5%)
(0.08/0.08/0.00/0.05)	

CMYK percentages

%8.3
%8.3
%0
%5.49

Codes

Color #DDDDF1 in popluar color models

DDDDF1
RGB221221241
HSL240°41.67%90.59%
HSB/HSV240°8.30%94.51%
CMYK8.30%8.30%0.00%
5.49%

Color #DDDDF1 in popluar number systems.

HEXDDDDF1
Decimal221221241
Binary110111011101110111110001
Octal335335361

Shades and tints

Shades of #DDDDF1

#DDDDF1
(221,221,241)
#C9C9DC
(201,201,220)
#B5B5C7
(181,181,199)
#A1A1B2
(161,161,178)
#8D8D9D
(141,141,157)
#797988
(121,121,136)
#656573
(101,101,115)
#51515E
(81,81,94)
#3D3D49
(61,61,73)
#292934
(41,41,52)
#15151F
(21,21,31)
#000000
(0,0,0)

Tints of #DDDDF1

#DDDDF1
(221,221,241)
#E0E0F2
(224,224,242)
#E3E3F3
(227,227,243)
#E6E6F4
(230,230,244)
#E9E9F5
(233,233,245)
#ECECF6
(236,236,246)
#EFEFF7
(239,239,247)
#F2F2F8
(242,242,248)
#F5F5F9
(245,245,249)
#F8F8FA
(248,248,250)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDF1; }

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

This text font color is #DDDDF1.


Background Color

.myBgColor { background-color: #DDDDF1; }

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

This div background color is #DDDDF1.


Border color

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

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

This div border color is #DDDDF1.


Opacity

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

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

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

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

This text has shadow with #DDDDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDF1 on black background.


Color preview on white background

This text has color #DDDDF1 on white background.



Black color preview on #DDDDF1 background

This text has black color on #DDDDF1 background.


White color preview on #DDDDF1 background

This text has white color on #DDDDF1 background.