COLOR #DDDCE9

HEX: #DDDCE9 RGB: (221,220,233)

Color info

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

RGB color model

#DDDCE9 color RGB value is (221,220,233).

RGB: (221,220,233) (87%, 86%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 233 of 255 = 91%

221
220
233

R + G + B ~ 88%. #DDDCE9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 220 + 233 = 674 (100%)
R 221 of 674 ~ 32.79%
G 220 of 674 ~ 32.64%
B 233 of 674 ~ 34.57'%

%32.79
%32.64
%34.57

CMYK color model

#DDDCE9 color CMYK value is (5,6,0,9).

  • cyan value is 5.15%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,6,0,9)
C5M6Y0K9 (5%, 6%, 0%, 9%)
(0.05 / 0.06 / 0.00 / 0.09)

CMYK percentages

%5.15
%5.58
%0
%8.63

Codes

Color #DDDCE9 in popluar color models

DD DC E9
RGB 221 220 233
HSL 245° 22.81% 88.82%
HSB/HSV 245° 5.58% 91.37%
CMYK 5.15% 5.58% 0.00%
8.63%

Color #DDDCE9 in popluar number systems.

HEX DD DC E9
Decimal 221 220 233
Binary 11011101 11011100 11101001
Octal 335 334 351

Shades and tints

Shades of #DDDCE9

#DDDCE9
(221,220,233)
#C9C8D4
(201,200,212)
#B5B4BF
(181,180,191)
#A1A0AA
(161,160,170)
#8D8C95
(141,140,149)
#797880
(121,120,128)
#65646B
(101,100,107)
#515056
(81,80,86)
#3D3C41
(61,60,65)
#29282C
(41,40,44)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDDCE9

#DDDCE9
(221,220,233)
#E0DFEB
(224,223,235)
#E3E2ED
(227,226,237)
#E6E5EF
(230,229,239)
#E9E8F1
(233,232,241)
#ECEBF3
(236,235,243)
#EFEEF5
(239,238,245)
#F2F1F7
(242,241,247)
#F5F4F9
(245,244,249)
#F8F7FB
(248,247,251)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDCE9 color. Also use rgb(221,220,233) instead hex code.

Text Font Color

.myTextColor { color: #DDDCE9; }

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

This text font color is #DDDCE9.

Background Color

.myBgColor { background-color: #DDDCE9; }

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

This div background color is #DDDCE9.

Border color

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

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

This div border color is #DDDCE9.

Opacity

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

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

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

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

This text has shadow with #DDDCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDCE9.

Preview

Color preview on black background

This text has color #DDDCE9 on black background.


Color preview on white background

This text has color #DDDCE9 on white background.


Black color preview on #DDDCE9 background

This text has black color on #DDDCE9 background.


White color preview on #DDDCE9 background

This text has white color on #DDDCE9 background.


Related colors

Complementary color

Complementary color for #hex is #222316.


I love getcolorcode.com

Triadic colors

1 #E9DDDC and #DCE9DD with #DDDCE9 are triadic colors.

2 #E9DCDD and #DCDDE9 with #DDDCE9 are triadic colors.