COLOR #DDDAF1

HEX: #DDDAF1
RGB: (221,218,241)

Color info

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

RGB color model

#DDDAF1 color RGB value is (221,218,241).

  • red value is 221;
  • green value is 218;
  • blue value is 241.
RGB:
(221,218,241)
(87%,85%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 241 of 255 = 95%

221
218
241

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

Portions of RGB colors in percentages

R + G + B =
221 + 218 + 241 = 680 (100%)
R 221 of 680 ~ 32.5%
G 218 of 680 ~ 32.06%
B 241 of 680 ~ 35.44%

%32.5
%32.06
%35.44

CMYK color model

#DDDAF1 color CMYK value is (8,10,0,5).

  • cyan value is 8.30%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,10,0,5)
C8M10Y0K5 
(8%,10%,0%,5%)
(0.08/0.10/0.00/0.05)	

CMYK percentages

%8.3
%9.54
%0
%5.49

Codes

Color #DDDAF1 in popluar color models

DDDAF1
RGB221218241
HSL248°45.10%90.00%
HSB/HSV248°9.54%94.51%
CMYK8.30%9.54%0.00%
5.49%

Color #DDDAF1 in popluar number systems.

HEXDDDAF1
Decimal221218241
Binary110111011101101011110001
Octal335332361

Shades and tints

Shades of #DDDAF1

#DDDAF1
(221,218,241)
#C9C7DC
(201,199,220)
#B5B4C7
(181,180,199)
#A1A1B2
(161,161,178)
#8D8E9D
(141,142,157)
#797B88
(121,123,136)
#656873
(101,104,115)
#51555E
(81,85,94)
#3D4249
(61,66,73)
#292F34
(41,47,52)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #DDDAF1

#DDDAF1
(221,218,241)
#E0DDF2
(224,221,242)
#E3E0F3
(227,224,243)
#E6E3F4
(230,227,244)
#E9E6F5
(233,230,245)
#ECE9F6
(236,233,246)
#EFECF7
(239,236,247)
#F2EFF8
(242,239,248)
#F5F2F9
(245,242,249)
#F8F5FA
(248,245,250)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAF1; }

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

This text font color is #DDDAF1.


Background Color

.myBgColor { background-color: #DDDAF1; }

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

This div background color is #DDDAF1.


Border color

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

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

This div border color is #DDDAF1.


Opacity

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

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

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

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

This text has shadow with #DDDAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDAF1 on black background.


Color preview on white background

This text has color #DDDAF1 on white background.



Black color preview on #DDDAF1 background

This text has black color on #DDDAF1 background.


White color preview on #DDDAF1 background

This text has white color on #DDDAF1 background.