COLOR #DDD5F5

HEX: #DDD5F5
RGB: (221,213,245)

Color info

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

RGB color model

#DDD5F5 color RGB value is (221,213,245).

  • red value is 221;
  • green value is 213;
  • blue value is 245.
RGB:
(221,213,245)
(87%,84%,96%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 245 of 255 = 96%

221
213
245

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 245 = 679 (100%)
R 221 of 679 ~ 32.55%
G 213 of 679 ~ 31.37%
B 245 of 679 ~ 36.08%

%32.55
%31.37
%36.08

CMYK color model

#DDD5F5 color CMYK value is (10,13,0,4).

  • cyan value is 9.80%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(10,13,0,4)
C10M13Y0K4 
(10%,13%,0%,4%)
(0.10/0.13/0.00/0.04)	

CMYK percentages

%9.8
%13.06
%0
%3.92

Codes

Color #DDD5F5 in popluar color models

DDD5F5
RGB221213245
HSL255°61.54%89.80%
HSB/HSV255°13.06%96.08%
CMYK9.80%13.06%0.00%
3.92%

Color #DDD5F5 in popluar number systems.

HEXDDD5F5
Decimal221213245
Binary110111011101010111110101
Octal335325365

Shades and tints

Shades of #DDD5F5

#DDD5F5
(221,213,245)
#C9C2DF
(201,194,223)
#B5AFC9
(181,175,201)
#A19CB3
(161,156,179)
#8D899D
(141,137,157)
#797687
(121,118,135)
#656371
(101,99,113)
#51505B
(81,80,91)
#3D3D45
(61,61,69)
#292A2F
(41,42,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDD5F5

#DDD5F5
(221,213,245)
#E0D8F5
(224,216,245)
#E3DBF5
(227,219,245)
#E6DEF5
(230,222,245)
#E9E1F5
(233,225,245)
#ECE4F5
(236,228,245)
#EFE7F5
(239,231,245)
#F2EAF5
(242,234,245)
#F5EDF5
(245,237,245)
#F8F0F5
(248,240,245)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD5F5 color. Also use rgb(221,213,245) instead hex code.

Text Font Color

.myTextColor { color: #DDD5F5; }

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

This text font color is #DDD5F5.


Background Color

.myBgColor { background-color: #DDD5F5; }

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

This div background color is #DDD5F5.


Border color

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

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

This div border color is #DDD5F5.


Opacity

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

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

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

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

This text has shadow with #DDD5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5F5 on black background.


Color preview on white background

This text has color #DDD5F5 on white background.



Black color preview on #DDD5F5 background

This text has black color on #DDD5F5 background.


White color preview on #DDD5F5 background

This text has white color on #DDD5F5 background.