COLOR #DDDFED

HEX: #DDDFED RGB: (221,223,237)

Color info

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

RGB color model

#DDDFED color RGB value is (221,223,237).

RGB: (221,223,237) (87%, 87%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 237 of 255 = 93%

221
223
237

R + G + B ~ 89%. #DDDFED is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 223 + 237 = 681 (100%)
R 221 of 681 ~ 32.45%
G 223 of 681 ~ 32.75%
B 237 of 681 ~ 34.8'%

%32.45
%32.75
%34.8

CMYK color model

#DDDFED color CMYK value is (7,6,0,7).

  • cyan value is 6.75%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (7,6,0,7) C7M6Y0K7 (7%,6%,0%,7%) (0.07/0.06/0.00/0.07) 

CMYK percentages

%6.75
%5.91
%0
%7.06

Codes

Color #DDDFED in popluar color models

DD DF ED
RGB 221 223 237
HSL 233° 30.77% 89.80%
HSB/HSV 233° 6.75% 92.94%
CMYK 6.75% 5.91% 0.00%
7.06%

Color #DDDFED in popluar number systems.

HEX DD DF ED
Decimal 221 223 237
Binary 11011101 11011111 11101101
Octal 335 337 355

Shades and tints

Shades of #DDDFED

#DDDFED
(221,223,237)
#C9CBD8
(201,203,216)
#B5B7C3
(181,183,195)
#A1A3AE
(161,163,174)
#8D8F99
(141,143,153)
#797B84
(121,123,132)
#65676F
(101,103,111)
#51535A
(81,83,90)
#3D3F45
(61,63,69)
#292B30
(41,43,48)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #DDDFED

#DDDFED
(221,223,237)
#E0E1EE
(224,225,238)
#E3E3EF
(227,227,239)
#E6E5F0
(230,229,240)
#E9E7F1
(233,231,241)
#ECE9F2
(236,233,242)
#EFEBF3
(239,235,243)
#F2EDF4
(242,237,244)
#F5EFF5
(245,239,245)
#F8F1F6
(248,241,246)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFED; }

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

This text font color is #DDDFED.

Background Color

.myBgColor { background-color: #DDDFED; }

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

This div background color is #DDDFED.

Border color

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

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

This div border color is #DDDFED.

Opacity

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

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

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

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

This text has shadow with #DDDFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDFED.

Preview

Color preview on black background

This text has color #DDDFED on black background.


Color preview on white background

This text has color #DDDFED on white background.


Black color preview on #DDDFED background

This text has black color on #DDDFED background.


White color preview on #DDDFED background

This text has white color on #DDDFED background.


Related colors

Complementary color

Complementary color for #hex is #222012.


I love getcolorcode.com

Triadic colors

1 #EDDDDF and #DFEDDD with #DDDFED are triadic colors.

2 #EDDFDD and #DFDDED with #DDDFED are triadic colors.