COLOR #DDDDFD

HEX: #DDDDFD
RGB: (221,221,253)

Color info

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

RGB color model

#DDDDFD color RGB value is (221,221,253).

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

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 253 of 255 = 99%

221
221
253

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

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 253 = 695 (100%)
R 221 of 695 ~ 31.8%
G 221 of 695 ~ 31.8%
B 253 of 695 ~ 36.4%

%31.8
%31.8
%36.4

CMYK color model

#DDDDFD color CMYK value is (13,13,0,1).

  • cyan value is 12.65%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,13,0,1)
C13M13Y0K1 
(13%,13%,0%,1%)
(0.13/0.13/0.00/0.01)	

CMYK percentages

%12.65
%12.65
%0
%0.78

Codes

Color #DDDDFD in popluar color models

DDDDFD
RGB221221253
HSL240°88.89%92.94%
HSB/HSV240°12.65%99.22%
CMYK12.65%12.65%0.00%
0.78%

Color #DDDDFD in popluar number systems.

HEXDDDDFD
Decimal221221253
Binary110111011101110111111101
Octal335335375

Shades and tints

Shades of #DDDDFD

#DDDDFD
(221,221,253)
#C9C9E6
(201,201,230)
#B5B5CF
(181,181,207)
#A1A1B8
(161,161,184)
#8D8DA1
(141,141,161)
#79798A
(121,121,138)
#656573
(101,101,115)
#51515C
(81,81,92)
#3D3D45
(61,61,69)
#29292E
(41,41,46)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDDDFD

#DDDDFD
(221,221,253)
#E0E0FD
(224,224,253)
#E3E3FD
(227,227,253)
#E6E6FD
(230,230,253)
#E9E9FD
(233,233,253)
#ECECFD
(236,236,253)
#EFEFFD
(239,239,253)
#F2F2FD
(242,242,253)
#F5F5FD
(245,245,253)
#F8F8FD
(248,248,253)
#FBFBFD
(251,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDFD; }

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

This text font color is #DDDDFD.


Background Color

.myBgColor { background-color: #DDDDFD; }

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

This div background color is #DDDDFD.


Border color

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

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

This div border color is #DDDDFD.


Opacity

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

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

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

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

This text has shadow with #DDDDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDFD on black background.


Color preview on white background

This text has color #DDDDFD on white background.



Black color preview on #DDDDFD background

This text has black color on #DDDDFD background.


White color preview on #DDDDFD background

This text has white color on #DDDDFD background.