COLOR #DDCDE2

HEX: #DDCDE2 RGB: (221,205,226)

Color info

#DDCDE2 contains red, green and blue colors in about the same proportion. Web safe color of #DDCDE2 is #CCCCCC (or #CCC).

RGB color model

#DDCDE2 color RGB value is (221,205,226).

RGB: (221,205,226) (87%, 80%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 226 of 255 = 89%

221
205
226

R + G + B ~ 85%. #DDCDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 226 = 652 (100%)
R 221 of 652 ~ 33.9%
G 205 of 652 ~ 31.44%
B 226 of 652 ~ 34.66'%

%33.9
%31.44
%34.66

CMYK color model

#DDCDE2 color CMYK value is (2,9,0,11).

  • cyan value is 2.21%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (2,9,0,11)
C2M9Y0K11 (2%, 9%, 0%, 11%)
(0.02 / 0.09 / 0.00 / 0.11)

CMYK percentages

%2.21
%9.29
%0
%11.37

Codes

Color #DDCDE2 in popluar color models

DD CD E2
RGB 221 205 226
HSL 286° 26.58% 84.51%
HSB/HSV 286° 9.29% 88.63%
CMYK 2.21% 9.29% 0.00%
11.37%

Color #DDCDE2 in popluar number systems.

HEX DD CD E2
Decimal 221 205 226
Binary 11011101 11001101 11100010
Octal 335 315 342

Shades and tints

Shades of #DDCDE2

#DDCDE2
(221,205,226)
#C9BBCE
(201,187,206)
#B5A9BA
(181,169,186)
#A197A6
(161,151,166)
#8D8592
(141,133,146)
#79737E
(121,115,126)
#65616A
(101,97,106)
#514F56
(81,79,86)
#3D3D42
(61,61,66)
#292B2E
(41,43,46)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDCDE2

#DDCDE2
(221,205,226)
#E0D1E4
(224,209,228)
#E3D5E6
(227,213,230)
#E6D9E8
(230,217,232)
#E9DDEA
(233,221,234)
#ECE1EC
(236,225,236)
#EFE5EE
(239,229,238)
#F2E9F0
(242,233,240)
#F5EDF2
(245,237,242)
#F8F1F4
(248,241,244)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCDE2 color. Also use rgb(221,205,226) instead hex code.

Text Font Color

.myTextColor { color: #DDCDE2; }

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

This text font color is #DDCDE2.

Background Color

.myBgColor { background-color: #DDCDE2; }

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

This div background color is #DDCDE2.

Border color

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

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

This div border color is #DDCDE2.

Opacity

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

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

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

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

This text has shadow with #DDCDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCDE2.

Preview

Color preview on black background

This text has color #DDCDE2 on black background.


Color preview on white background

This text has color #DDCDE2 on white background.


Black color preview on #DDCDE2 background

This text has black color on #DDCDE2 background.


White color preview on #DDCDE2 background

This text has white color on #DDCDE2 background.


Related colors

Complementary color

Complementary color for #hex is #22321D.


I love getcolorcode.com

Triadic colors

1 #E2DDCD and #CDE2DD with #DDCDE2 are triadic colors.

2 #E2CDDD and #CDDDE2 with #DDCDE2 are triadic colors.