COLOR #DDCEDB

HEX: #DDCEDB
RGB: (221,206,219)

Color info

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

RGB color model

#DDCEDB color RGB value is (221,206,219).

  • red value is 221;
  • green value is 206;
  • blue value is 219.
RGB:
(221,206,219)
(87%,81%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 219 of 255 = 86%

221
206
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 219 = 646 (100%)
R 221 of 646 ~ 34.21%
G 206 of 646 ~ 31.89%
B 219 of 646 ~ 33.9%

%34.21
%31.89
%33.9

CMYK color model

#DDCEDB color CMYK value is (0,7,1,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,7,1,13)
C0M7Y1K13 
(0%,7%,1%,13%)
(0.00/0.07/0.01/0.13)	

CMYK percentages

%0
%6.79
%0.9
%13.33

Codes

Color #DDCEDB in popluar color models

DDCEDB
RGB221206219
HSL308°18.07%83.73%
HSB/HSV308°6.79%86.67%
CMYK0.00%6.79%0.90%
13.33%

Color #DDCEDB in popluar number systems.

HEXDDCEDB
Decimal221206219
Binary110111011100111011011011
Octal335316333

Shades and tints

Shades of #DDCEDB

#DDCEDB
(221,206,219)
#C9BCC8
(201,188,200)
#B5AAB5
(181,170,181)
#A198A2
(161,152,162)
#8D868F
(141,134,143)
#79747C
(121,116,124)
#656269
(101,98,105)
#515056
(81,80,86)
#3D3E43
(61,62,67)
#292C30
(41,44,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDCEDB

#DDCEDB
(221,206,219)
#E0D2DE
(224,210,222)
#E3D6E1
(227,214,225)
#E6DAE4
(230,218,228)
#E9DEE7
(233,222,231)
#ECE2EA
(236,226,234)
#EFE6ED
(239,230,237)
#F2EAF0
(242,234,240)
#F5EEF3
(245,238,243)
#F8F2F6
(248,242,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCEDB color. Also use rgb(221,206,219) instead hex code.

Text Font Color

.myTextColor { color: #DDCEDB; }

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

This text font color is #DDCEDB.


Background Color

.myBgColor { background-color: #DDCEDB; }

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

This div background color is #DDCEDB.


Border color

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

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

This div border color is #DDCEDB.


Opacity

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

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

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

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

This text has shadow with #DDCEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEDB on black background.


Color preview on white background

This text has color #DDCEDB on white background.



Black color preview on #DDCEDB background

This text has black color on #DDCEDB background.


White color preview on #DDCEDB background

This text has white color on #DDCEDB background.