COLOR #DDC5ED

HEX: #DDC5ED RGB: (221,197,237)

Color info

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

RGB color model

#DDC5ED color RGB value is (221,197,237).

RGB: (221,197,237) (87%, 77%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 237 of 255 = 93%

221
197
237

R + G + B ~ 86%. #DDC5ED is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 237 = 655 (100%)
R 221 of 655 ~ 33.74%
G 197 of 655 ~ 30.08%
B 237 of 655 ~ 36.18'%

%33.74
%30.08
%36.18

CMYK color model

#DDC5ED color CMYK value is (7,17,0,7).

  • cyan value is 6.75%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (7,17,0,7)
C7M17Y0K7 (7%, 17%, 0%, 7%)
(0.07 / 0.17 / 0.00 / 0.07)

CMYK percentages

%6.75
%16.88
%0
%7.06

Codes

Color #DDC5ED in popluar color models

DD C5 ED
RGB 221 197 237
HSL 276° 52.63% 85.10%
HSB/HSV 276° 16.88% 92.94%
CMYK 6.75% 16.88% 0.00%
7.06%

Color #DDC5ED in popluar number systems.

HEX DD C5 ED
Decimal 221 197 237
Binary 11011101 11000101 11101101
Octal 335 305 355

Shades and tints

Shades of #DDC5ED

#DDC5ED
(221,197,237)
#C9B4D8
(201,180,216)
#B5A3C3
(181,163,195)
#A192AE
(161,146,174)
#8D8199
(141,129,153)
#797084
(121,112,132)
#655F6F
(101,95,111)
#514E5A
(81,78,90)
#3D3D45
(61,61,69)
#292C30
(41,44,48)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #DDC5ED

#DDC5ED
(221,197,237)
#E0CAEE
(224,202,238)
#E3CFEF
(227,207,239)
#E6D4F0
(230,212,240)
#E9D9F1
(233,217,241)
#ECDEF2
(236,222,242)
#EFE3F3
(239,227,243)
#F2E8F4
(242,232,244)
#F5EDF5
(245,237,245)
#F8F2F6
(248,242,246)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5ED; }

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

This text font color is #DDC5ED.

Background Color

.myBgColor { background-color: #DDC5ED; }

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

This div background color is #DDC5ED.

Border color

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

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

This div border color is #DDC5ED.

Opacity

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

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

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

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

This text has shadow with #DDC5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5ED.

Preview

Color preview on black background

This text has color #DDC5ED on black background.


Color preview on white background

This text has color #DDC5ED on white background.


Black color preview on #DDC5ED background

This text has black color on #DDC5ED background.


White color preview on #DDC5ED background

This text has white color on #DDC5ED background.


Related colors

Complementary color

Complementary color for #hex is #223A12.


I love getcolorcode.com

Triadic colors

1 #EDDDC5 and #C5EDDD with #DDC5ED are triadic colors.

2 #EDC5DD and #C5DDED with #DDC5ED are triadic colors.