COLOR #DDDFFD

HEX: #DDDFFD RGB: (221,223,253)

Color info

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

RGB color model

#DDDFFD color RGB value is (221,223,253).

RGB: (221,223,253) (87%, 87%, 99%)

RGB channels and saturation

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

221
223
253

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

Portions of RGB colors in percentages

R + G + B = 221 + 223 + 253 = 697 (100%)
R 221 of 697 ~ 31.71%
G 223 of 697 ~ 31.99%
B 253 of 697 ~ 36.3'%

%31.71
%31.99
%36.3

CMYK color model

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

  • cyan value is 12.65%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (13,12,0,1)
C13M12Y0K1 (13%, 12%, 0%, 1%)
(0.13 / 0.12 / 0.00 / 0.01)

CMYK percentages

%12.65
%11.86
%0
%0.78

Codes

Color #DDDFFD in popluar color models

DD DF FD
RGB 221 223 253
HSL 236° 88.89% 92.94%
HSB/HSV 236° 12.65% 99.22%
CMYK 12.65% 11.86% 0.00%
0.78%

Color #DDDFFD in popluar number systems.

HEX DD DF FD
Decimal 221 223 253
Binary 11011101 11011111 11111101
Octal 335 337 375

Shades and tints

Shades of #DDDFFD

#DDDFFD
(221,223,253)
#C9CBE6
(201,203,230)
#B5B7CF
(181,183,207)
#A1A3B8
(161,163,184)
#8D8FA1
(141,143,161)
#797B8A
(121,123,138)
#656773
(101,103,115)
#51535C
(81,83,92)
#3D3F45
(61,63,69)
#292B2E
(41,43,46)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDDFFD

#DDDFFD
(221,223,253)
#E0E1FD
(224,225,253)
#E3E3FD
(227,227,253)
#E6E5FD
(230,229,253)
#E9E7FD
(233,231,253)
#ECE9FD
(236,233,253)
#EFEBFD
(239,235,253)
#F2EDFD
(242,237,253)
#F5EFFD
(245,239,253)
#F8F1FD
(248,241,253)
#FBF3FD
(251,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFFD; }

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

This text font color is #DDDFFD.

Background Color

.myBgColor { background-color: #DDDFFD; }

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

This div background color is #DDDFFD.

Border color

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

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

This div border color is #DDDFFD.

Opacity

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

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

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

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

This text has shadow with #DDDFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDFFD.

Preview

Color preview on black background

This text has color #DDDFFD on black background.


Color preview on white background

This text has color #DDDFFD on white background.


Black color preview on #DDDFFD background

This text has black color on #DDDFFD background.


White color preview on #DDDFFD background

This text has white color on #DDDFFD background.


Related colors

Complementary color

Complementary color for #hex is #222002.


I love getcolorcode.com

Triadic colors

1 #FDDDDF and #DFFDDD with #DDDFFD are triadic colors.

2 #FDDFDD and #DFDDFD with #DDDFFD are triadic colors.