COLOR #DFDDF9

HEX: #DFDDF9 RGB: (223,221,249)

Color info

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

RGB color model

#DFDDF9 color RGB value is (223,221,249).

RGB: (223,221,249) (87%, 87%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 249 of 255 = 98%

223
221
249

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

Portions of RGB colors in percentages

R + G + B = 223 + 221 + 249 = 693 (100%)
R 223 of 693 ~ 32.18%
G 221 of 693 ~ 31.89%
B 249 of 693 ~ 35.93'%

%32.18
%31.89
%35.93

CMYK color model

#DFDDF9 color CMYK value is (10,11,0,2).

  • cyan value is 10.44%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (10,11,0,2)
C10M11Y0K2 (10%, 11%, 0%, 2%)
(0.10 / 0.11 / 0.00 / 0.02)

CMYK percentages

%10.44
%11.24
%0
%2.35

Codes

Color #DFDDF9 in popluar color models

DF DD F9
RGB 223 221 249
HSL 244° 70.00% 92.16%
HSB/HSV 244° 11.24% 97.65%
CMYK 10.44% 11.24% 0.00%
2.35%

Color #DFDDF9 in popluar number systems.

HEX DF DD F9
Decimal 223 221 249
Binary 11011111 11011101 11111001
Octal 337 335 371

Shades and tints

Shades of #DFDDF9

#DFDDF9
(223,221,249)
#CBC9E3
(203,201,227)
#B7B5CD
(183,181,205)
#A3A1B7
(163,161,183)
#8F8DA1
(143,141,161)
#7B798B
(123,121,139)
#676575
(103,101,117)
#53515F
(83,81,95)
#3F3D49
(63,61,73)
#2B2933
(43,41,51)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #DFDDF9

#DFDDF9
(223,221,249)
#E1E0F9
(225,224,249)
#E3E3F9
(227,227,249)
#E5E6F9
(229,230,249)
#E7E9F9
(231,233,249)
#E9ECF9
(233,236,249)
#EBEFF9
(235,239,249)
#EDF2F9
(237,242,249)
#EFF5F9
(239,245,249)
#F1F8F9
(241,248,249)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDF9; }

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

This text font color is #DFDDF9.

Background Color

.myBgColor { background-color: #DFDDF9; }

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

This div background color is #DFDDF9.

Border color

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

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

This div border color is #DFDDF9.

Opacity

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

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

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

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

This text has shadow with #DFDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDDF9.

Preview

Color preview on black background

This text has color #DFDDF9 on black background.


Color preview on white background

This text has color #DFDDF9 on white background.


Black color preview on #DFDDF9 background

This text has black color on #DFDDF9 background.


White color preview on #DFDDF9 background

This text has white color on #DFDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #202206.


I love getcolorcode.com

Triadic colors

1 #F9DFDD and #DDF9DF with #DFDDF9 are triadic colors.

2 #F9DDDF and #DDDFF9 with #DFDDF9 are triadic colors.