COLOR #DDDAF9

HEX: #DDDAF9 RGB: (221,218,249)

Color info

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

RGB color model

#DDDAF9 color RGB value is (221,218,249).

RGB: (221,218,249) (87%, 85%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 249 of 255 = 98%

221
218
249

R + G + B ~ 90%. #DDDAF9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 249 = 688 (100%)
R 221 of 688 ~ 32.12%
G 218 of 688 ~ 31.69%
B 249 of 688 ~ 36.19'%

%32.12
%31.69
%36.19

CMYK color model

#DDDAF9 color CMYK value is (11,12,0,2).

  • cyan value is 11.24%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (11,12,0,2) C11M12Y0K2 (11%,12%,0%,2%) (0.11/0.12/0.00/0.02) 

CMYK percentages

%11.24
%12.45
%0
%2.35

Codes

Color #DDDAF9 in popluar color models

DD DA F9
RGB 221 218 249
HSL 246° 72.09% 91.57%
HSB/HSV 246° 12.45% 97.65%
CMYK 11.24% 12.45% 0.00%
2.35%

Color #DDDAF9 in popluar number systems.

HEX DD DA F9
Decimal 221 218 249
Binary 11011101 11011010 11111001
Octal 335 332 371

Shades and tints

Shades of #DDDAF9

#DDDAF9
(221,218,249)
#C9C7E3
(201,199,227)
#B5B4CD
(181,180,205)
#A1A1B7
(161,161,183)
#8D8EA1
(141,142,161)
#797B8B
(121,123,139)
#656875
(101,104,117)
#51555F
(81,85,95)
#3D4249
(61,66,73)
#292F33
(41,47,51)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #DDDAF9

#DDDAF9
(221,218,249)
#E0DDF9
(224,221,249)
#E3E0F9
(227,224,249)
#E6E3F9
(230,227,249)
#E9E6F9
(233,230,249)
#ECE9F9
(236,233,249)
#EFECF9
(239,236,249)
#F2EFF9
(242,239,249)
#F5F2F9
(245,242,249)
#F8F5F9
(248,245,249)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAF9; }

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

This text font color is #DDDAF9.

Background Color

.myBgColor { background-color: #DDDAF9; }

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

This div background color is #DDDAF9.

Border color

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

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

This div border color is #DDDAF9.

Opacity

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

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

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

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

This text has shadow with #DDDAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAF9.

Preview

Color preview on black background

This text has color #DDDAF9 on black background.


Color preview on white background

This text has color #DDDAF9 on white background.


Black color preview on #DDDAF9 background

This text has black color on #DDDAF9 background.


White color preview on #DDDAF9 background

This text has white color on #DDDAF9 background.


Related colors

Complementary color

Complementary color for #hex is #222506.


I love getcolorcode.com

Triadic colors

1 #F9DDDA and #DAF9DD with #DDDAF9 are triadic colors.

2 #F9DADD and #DADDF9 with #DDDAF9 are triadic colors.