COLOR #DDDFFF

HEX: #DDDFFF RGB: (221,223,255)

Color info

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

RGB color model

#DDDFFF color RGB value is (221,223,255).

RGB: (221,223,255) (87%, 87%, 100%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 255 of 255 = 100%

221
223
255

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

Portions of RGB colors in percentages

R + G + B = 221 + 223 + 255 = 699 (100%)
R 221 of 699 ~ 31.62%
G 223 of 699 ~ 31.9%
B 255 of 699 ~ 36.48'%

%31.62
%31.9
%36.48

CMYK color model

#DDDFFF color CMYK value is (13,13,0,0).

  • cyan value is 13.33%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (13,13,0,0) C13M13Y0K0 (13%,13%,0%,0%) (0.13/0.13/0.00/0.00) 

CMYK percentages

%13.33
%12.55
%0
%0

Codes

Color #DDDFFF in popluar color models

DD DF FF
RGB 221 223 255
HSL 236° 100.00% 93.33%
HSB/HSV 236° 13.33% 100.00%
CMYK 13.33% 12.55% 0.00%
0.00%

Color #DDDFFF in popluar number systems.

HEX DD DF FF
Decimal 221 223 255
Binary 11011101 11011111 11111111
Octal 335 337 377

Shades and tints

Shades of #DDDFFF

#DDDFFF
(221,223,255)
#C9CBE8
(201,203,232)
#B5B7D1
(181,183,209)
#A1A3BA
(161,163,186)
#8D8FA3
(141,143,163)
#797B8C
(121,123,140)
#656775
(101,103,117)
#51535E
(81,83,94)
#3D3F47
(61,63,71)
#292B30
(41,43,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDDFFF

#DDDFFF
(221,223,255)
#E0E1FF
(224,225,255)
#E3E3FF
(227,227,255)
#E6E5FF
(230,229,255)
#E9E7FF
(233,231,255)
#ECE9FF
(236,233,255)
#EFEBFF
(239,235,255)
#F2EDFF
(242,237,255)
#F5EFFF
(245,239,255)
#F8F1FF
(248,241,255)
#FBF3FF
(251,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFFF; }

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

This text font color is #DDDFFF.

Background Color

.myBgColor { background-color: #DDDFFF; }

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

This div background color is #DDDFFF.

Border color

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

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

This div border color is #DDDFFF.

Opacity

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

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

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

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

This text has shadow with #DDDFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDFFF.

Preview

Color preview on black background

This text has color #DDDFFF on black background.


Color preview on white background

This text has color #DDDFFF on white background.


Black color preview on #DDDFFF background

This text has black color on #DDDFFF background.


White color preview on #DDDFFF background

This text has white color on #DDDFFF background.


Related colors

Complementary color

Complementary color for #hex is #222000.


I love getcolorcode.com

Triadic colors

1 #FFDDDF and #DFFFDD with #DDDFFF are triadic colors.

2 #FFDFDD and #DFDDFF with #DDDFFF are triadic colors.