COLOR #DDDCEB

HEX: #DDDCEB
RGB: (221,220,235)

Color info

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

RGB color model

#DDDCEB color RGB value is (221,220,235).

  • red value is 221;
  • green value is 220;
  • blue value is 235.
RGB:
(221,220,235)
(87%,86%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 235 of 255 = 92%

221
220
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 235 = 676 (100%)
R 221 of 676 ~ 32.69%
G 220 of 676 ~ 32.54%
B 235 of 676 ~ 34.76%

%32.69
%32.54
%34.76

CMYK color model

#DDDCEB color CMYK value is (6,6,0,8).

  • cyan value is 5.96%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,6,0,8)
C6M6Y0K8 
(6%,6%,0%,8%)
(0.06/0.06/0.00/0.08)	

CMYK percentages

%5.96
%6.38
%0
%7.84

Codes

Color #DDDCEB in popluar color models

DDDCEB
RGB221220235
HSL244°27.27%89.22%
HSB/HSV244°6.38%92.16%
CMYK5.96%6.38%0.00%
7.84%

Color #DDDCEB in popluar number systems.

HEXDDDCEB
Decimal221220235
Binary110111011101110011101011
Octal335334353

Shades and tints

Shades of #DDDCEB

#DDDCEB
(221,220,235)
#C9C8D6
(201,200,214)
#B5B4C1
(181,180,193)
#A1A0AC
(161,160,172)
#8D8C97
(141,140,151)
#797882
(121,120,130)
#65646D
(101,100,109)
#515058
(81,80,88)
#3D3C43
(61,60,67)
#29282E
(41,40,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #DDDCEB

#DDDCEB
(221,220,235)
#E0DFEC
(224,223,236)
#E3E2ED
(227,226,237)
#E6E5EE
(230,229,238)
#E9E8EF
(233,232,239)
#ECEBF0
(236,235,240)
#EFEEF1
(239,238,241)
#F2F1F2
(242,241,242)
#F5F4F3
(245,244,243)
#F8F7F4
(248,247,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCEB; }

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

This text font color is #DDDCEB.


Background Color

.myBgColor { background-color: #DDDCEB; }

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

This div background color is #DDDCEB.


Border color

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

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

This div border color is #DDDCEB.


Opacity

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

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

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

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

This text has shadow with #DDDCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDCEB on black background.


Color preview on white background

This text has color #DDDCEB on white background.



Black color preview on #DDDCEB background

This text has black color on #DDDCEB background.


White color preview on #DDDCEB background

This text has white color on #DDDCEB background.