COLOR #DDDAFB

HEX: #DDDAFB
RGB: (221,218,251)

Color info

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

RGB color model

#DDDAFB color RGB value is (221,218,251).

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

RGB channels and saturation

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

221
218
251

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

Portions of RGB colors in percentages

R + G + B =
221 + 218 + 251 = 690 (100%)
R 221 of 690 ~ 32.03%
G 218 of 690 ~ 31.59%
B 251 of 690 ~ 36.38%

%32.03
%31.59
%36.38

CMYK color model

#DDDAFB color CMYK value is (12,13,0,2).

  • cyan value is 11.95%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(12,13,0,2)
C12M13Y0K2 
(12%,13%,0%,2%)
(0.12/0.13/0.00/0.02)	

CMYK percentages

%11.95
%13.15
%0
%1.57

Codes

Color #DDDAFB in popluar color models

DDDAFB
RGB221218251
HSL245°80.49%91.96%
HSB/HSV245°13.15%98.43%
CMYK11.95%13.15%0.00%
1.57%

Color #DDDAFB in popluar number systems.

HEXDDDAFB
Decimal221218251
Binary110111011101101011111011
Octal335332373

Shades and tints

Shades of #DDDAFB

#DDDAFB
(221,218,251)
#C9C7E5
(201,199,229)
#B5B4CF
(181,180,207)
#A1A1B9
(161,161,185)
#8D8EA3
(141,142,163)
#797B8D
(121,123,141)
#656877
(101,104,119)
#515561
(81,85,97)
#3D424B
(61,66,75)
#292F35
(41,47,53)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #DDDAFB

#DDDAFB
(221,218,251)
#E0DDFB
(224,221,251)
#E3E0FB
(227,224,251)
#E6E3FB
(230,227,251)
#E9E6FB
(233,230,251)
#ECE9FB
(236,233,251)
#EFECFB
(239,236,251)
#F2EFFB
(242,239,251)
#F5F2FB
(245,242,251)
#F8F5FB
(248,245,251)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAFB; }

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

This text font color is #DDDAFB.


Background Color

.myBgColor { background-color: #DDDAFB; }

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

This div background color is #DDDAFB.


Border color

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

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

This div border color is #DDDAFB.


Opacity

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

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

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

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

This text has shadow with #DDDAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDAFB on black background.


Color preview on white background

This text has color #DDDAFB on white background.



Black color preview on #DDDAFB background

This text has black color on #DDDAFB background.


White color preview on #DDDAFB background

This text has white color on #DDDAFB background.