COLOR #DDCCE0

HEX: #DDCCE0 RGB: (221,204,224)

Color info

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

RGB color model

#DDCCE0 color RGB value is (221,204,224).

RGB: (221,204,224) (87%, 80%, 88%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 224 of 255 = 88%

221
204
224

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 224 = 649 (100%)
R 221 of 649 ~ 34.05%
G 204 of 649 ~ 31.43%
B 224 of 649 ~ 34.51'%

%34.05
%31.43
%34.51

CMYK color model

#DDCCE0 color CMYK value is (1,9,0,12).

  • cyan value is 1.34%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (1,9,0,12)
C1M9Y0K12 (1%, 9%, 0%, 12%)
(0.01 / 0.09 / 0.00 / 0.12)

CMYK percentages

%1.34
%8.93
%0
%12.16

Codes

Color #DDCCE0 in popluar color models

DD CC E0
RGB 221 204 224
HSL 291° 24.39% 83.92%
HSB/HSV 291° 8.93% 87.84%
CMYK 1.34% 8.93% 0.00%
12.16%

Color #DDCCE0 in popluar number systems.

HEX DD CC E0
Decimal 221 204 224
Binary 11011101 11001100 11100000
Octal 335 314 340

Shades and tints

Shades of #DDCCE0

#DDCCE0
(221,204,224)
#C9BACC
(201,186,204)
#B5A8B8
(181,168,184)
#A196A4
(161,150,164)
#8D8490
(141,132,144)
#79727C
(121,114,124)
#656068
(101,96,104)
#514E54
(81,78,84)
#3D3C40
(61,60,64)
#292A2C
(41,42,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDCCE0

#DDCCE0
(221,204,224)
#E0D0E2
(224,208,226)
#E3D4E4
(227,212,228)
#E6D8E6
(230,216,230)
#E9DCE8
(233,220,232)
#ECE0EA
(236,224,234)
#EFE4EC
(239,228,236)
#F2E8EE
(242,232,238)
#F5ECF0
(245,236,240)
#F8F0F2
(248,240,242)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCE0 color. Also use rgb(221,204,224) instead hex code.

Text Font Color

.myTextColor { color: #DDCCE0; }

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

This text font color is #DDCCE0.

Background Color

.myBgColor { background-color: #DDCCE0; }

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

This div background color is #DDCCE0.

Border color

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

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

This div border color is #DDCCE0.

Opacity

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

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

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

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

This text has shadow with #DDCCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCE0.

Preview

Color preview on black background

This text has color #DDCCE0 on black background.


Color preview on white background

This text has color #DDCCE0 on white background.


Black color preview on #DDCCE0 background

This text has black color on #DDCCE0 background.


White color preview on #DDCCE0 background

This text has white color on #DDCCE0 background.


Related colors

Complementary color

Complementary color for #hex is #22331F.


I love getcolorcode.com

Triadic colors

1 #E0DDCC and #CCE0DD with #DDCCE0 are triadic colors.

2 #E0CCDD and #CCDDE0 with #DDCCE0 are triadic colors.