COLOR #DDC5F8

HEX: #DDC5F8 RGB: (221,197,248)

Color info

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

RGB color model

#DDC5F8 color RGB value is (221,197,248).

RGB: (221,197,248) (87%, 77%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 248 of 255 = 97%

221
197
248

R + G + B ~ 87%. #DDC5F8 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 248 = 666 (100%)
R 221 of 666 ~ 33.18%
G 197 of 666 ~ 29.58%
B 248 of 666 ~ 37.24'%

%33.18
%29.58
%37.24

CMYK color model

#DDC5F8 color CMYK value is (11,21,0,3).

  • cyan value is 10.89%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (11,21,0,3)
C11M21Y0K3 (11%, 21%, 0%, 3%)
(0.11 / 0.21 / 0.00 / 0.03)

CMYK percentages

%10.89
%20.56
%0
%2.75

Codes

Color #DDC5F8 in popluar color models

DD C5 F8
RGB 221 197 248
HSL 268° 78.46% 87.25%
HSB/HSV 268° 20.56% 97.25%
CMYK 10.89% 20.56% 0.00%
2.75%

Color #DDC5F8 in popluar number systems.

HEX DD C5 F8
Decimal 221 197 248
Binary 11011101 11000101 11111000
Octal 335 305 370

Shades and tints

Shades of #DDC5F8

#DDC5F8
(221,197,248)
#C9B4E2
(201,180,226)
#B5A3CC
(181,163,204)
#A192B6
(161,146,182)
#8D81A0
(141,129,160)
#79708A
(121,112,138)
#655F74
(101,95,116)
#514E5E
(81,78,94)
#3D3D48
(61,61,72)
#292C32
(41,44,50)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDC5F8

#DDC5F8
(221,197,248)
#E0CAF8
(224,202,248)
#E3CFF8
(227,207,248)
#E6D4F8
(230,212,248)
#E9D9F8
(233,217,248)
#ECDEF8
(236,222,248)
#EFE3F8
(239,227,248)
#F2E8F8
(242,232,248)
#F5EDF8
(245,237,248)
#F8F2F8
(248,242,248)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC5F8 color. Also use rgb(221,197,248) instead hex code.

Text Font Color

.myTextColor { color: #DDC5F8; }

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

This text font color is #DDC5F8.

Background Color

.myBgColor { background-color: #DDC5F8; }

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

This div background color is #DDC5F8.

Border color

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

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

This div border color is #DDC5F8.

Opacity

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

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

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

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

This text has shadow with #DDC5F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5F8.

Preview

Color preview on black background

This text has color #DDC5F8 on black background.


Color preview on white background

This text has color #DDC5F8 on white background.


Black color preview on #DDC5F8 background

This text has black color on #DDC5F8 background.


White color preview on #DDC5F8 background

This text has white color on #DDC5F8 background.


Related colors

Complementary color

Complementary color for #hex is #223A07.


I love getcolorcode.com

Triadic colors

1 #F8DDC5 and #C5F8DD with #DDC5F8 are triadic colors.

2 #F8C5DD and #C5DDF8 with #DDC5F8 are triadic colors.