COLOR #DDDAF0

HEX: #DDDAF0 RGB: (221,218,240)

Color info

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

RGB color model

#DDDAF0 color RGB value is (221,218,240).

RGB: (221,218,240) (87%, 85%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 240 of 255 = 94%

221
218
240

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

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 240 = 679 (100%)
R 221 of 679 ~ 32.55%
G 218 of 679 ~ 32.11%
B 240 of 679 ~ 35.35'%

%32.55
%32.11
%35.35

CMYK color model

#DDDAF0 color CMYK value is (8,9,0,6).

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

CMYK: (8,9,0,6)
C8M9Y0K6 (8%, 9%, 0%, 6%)
(0.08 / 0.09 / 0.00 / 0.06)

CMYK percentages

%7.92
%9.17
%0
%5.88

Codes

Color #DDDAF0 in popluar color models

DD DA F0
RGB 221 218 240
HSL 248° 42.31% 89.80%
HSB/HSV 248° 9.17% 94.12%
CMYK 7.92% 9.17% 0.00%
5.88%

Color #DDDAF0 in popluar number systems.

HEX DD DA F0
Decimal 221 218 240
Binary 11011101 11011010 11110000
Octal 335 332 360

Shades and tints

Shades of #DDDAF0

#DDDAF0
(221,218,240)
#C9C7DB
(201,199,219)
#B5B4C6
(181,180,198)
#A1A1B1
(161,161,177)
#8D8E9C
(141,142,156)
#797B87
(121,123,135)
#656872
(101,104,114)
#51555D
(81,85,93)
#3D4248
(61,66,72)
#292F33
(41,47,51)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #DDDAF0

#DDDAF0
(221,218,240)
#E0DDF1
(224,221,241)
#E3E0F2
(227,224,242)
#E6E3F3
(230,227,243)
#E9E6F4
(233,230,244)
#ECE9F5
(236,233,245)
#EFECF6
(239,236,246)
#F2EFF7
(242,239,247)
#F5F2F8
(245,242,248)
#F8F5F9
(248,245,249)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAF0; }

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

This text font color is #DDDAF0.

Background Color

.myBgColor { background-color: #DDDAF0; }

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

This div background color is #DDDAF0.

Border color

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

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

This div border color is #DDDAF0.

Opacity

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

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

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

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

This text has shadow with #DDDAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAF0.

Preview

Color preview on black background

This text has color #DDDAF0 on black background.


Color preview on white background

This text has color #DDDAF0 on white background.


Black color preview on #DDDAF0 background

This text has black color on #DDDAF0 background.


White color preview on #DDDAF0 background

This text has white color on #DDDAF0 background.


Related colors

Complementary color

Complementary color for #hex is #22250F.


I love getcolorcode.com

Triadic colors

1 #F0DDDA and #DAF0DD with #DDDAF0 are triadic colors.

2 #F0DADD and #DADDF0 with #DDDAF0 are triadic colors.