COLOR #DDDFF0

HEX: #DDDFF0 RGB: (221,223,240)

Color info

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

RGB color model

#DDDFF0 color RGB value is (221,223,240).

RGB: (221,223,240) (87%, 87%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 240 of 255 = 94%

221
223
240

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

Portions of RGB colors in percentages

R + G + B = 221 + 223 + 240 = 684 (100%)
R 221 of 684 ~ 32.31%
G 223 of 684 ~ 32.6%
B 240 of 684 ~ 35.09'%

%32.31
%32.6
%35.09

CMYK color model

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

  • cyan value is 7.92%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (8,7,0,6)
C8M7Y0K6 (8%, 7%, 0%, 6%)
(0.08 / 0.07 / 0.00 / 0.06)

CMYK percentages

%7.92
%7.08
%0
%5.88

Codes

Color #DDDFF0 in popluar color models

DD DF F0
RGB 221 223 240
HSL 234° 38.78% 90.39%
HSB/HSV 234° 7.92% 94.12%
CMYK 7.92% 7.08% 0.00%
5.88%

Color #DDDFF0 in popluar number systems.

HEX DD DF F0
Decimal 221 223 240
Binary 11011101 11011111 11110000
Octal 335 337 360

Shades and tints

Shades of #DDDFF0

#DDDFF0
(221,223,240)
#C9CBDB
(201,203,219)
#B5B7C6
(181,183,198)
#A1A3B1
(161,163,177)
#8D8F9C
(141,143,156)
#797B87
(121,123,135)
#656772
(101,103,114)
#51535D
(81,83,93)
#3D3F48
(61,63,72)
#292B33
(41,43,51)
#15171E
(21,23,30)
#000000
(0,0,0)

Tints of #DDDFF0

#DDDFF0
(221,223,240)
#E0E1F1
(224,225,241)
#E3E3F2
(227,227,242)
#E6E5F3
(230,229,243)
#E9E7F4
(233,231,244)
#ECE9F5
(236,233,245)
#EFEBF6
(239,235,246)
#F2EDF7
(242,237,247)
#F5EFF8
(245,239,248)
#F8F1F9
(248,241,249)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFF0; }

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

This text font color is #DDDFF0.

Background Color

.myBgColor { background-color: #DDDFF0; }

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

This div background color is #DDDFF0.

Border color

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

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

This div border color is #DDDFF0.

Opacity

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

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

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

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

This text has shadow with #DDDFF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDFF0.

Preview

Color preview on black background

This text has color #DDDFF0 on black background.


Color preview on white background

This text has color #DDDFF0 on white background.


Black color preview on #DDDFF0 background

This text has black color on #DDDFF0 background.


White color preview on #DDDFF0 background

This text has white color on #DDDFF0 background.


Related colors

Complementary color

Complementary color for #hex is #22200F.


I love getcolorcode.com

Triadic colors

1 #F0DDDF and #DFF0DD with #DDDFF0 are triadic colors.

2 #F0DFDD and #DFDDF0 with #DDDFF0 are triadic colors.