COLOR #DDDDEC

HEX: #DDDDEC
RGB: (221,221,236)

Color info

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

RGB color model

#DDDDEC color RGB value is (221,221,236).

  • red value is 221;
  • green value is 221;
  • blue value is 236.
RGB:
(221,221,236)
(87%,87%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 236 of 255 = 93%

221
221
236

R + G + B ~ 89%. #DDDDEC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 236 = 678 (100%)
R 221 of 678 ~ 32.6%
G 221 of 678 ~ 32.6%
B 236 of 678 ~ 34.81%

%32.6
%32.6
%34.81

CMYK color model

#DDDDEC color CMYK value is (6,6,0,7).

  • cyan value is 6.36%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,6,0,7)
C6M6Y0K7 
(6%,6%,0%,7%)
(0.06/0.06/0.00/0.07)	

CMYK percentages

%6.36
%6.36
%0
%7.45

Codes

Color #DDDDEC in popluar color models

DDDDEC
RGB221221236
HSL240°28.30%89.61%
HSB/HSV240°6.36%92.55%
CMYK6.36%6.36%0.00%
7.45%

Color #DDDDEC in popluar number systems.

HEXDDDDEC
Decimal221221236
Binary110111011101110111101100
Octal335335354

Shades and tints

Shades of #DDDDEC

#DDDDEC
(221,221,236)
#C9C9D7
(201,201,215)
#B5B5C2
(181,181,194)
#A1A1AD
(161,161,173)
#8D8D98
(141,141,152)
#797983
(121,121,131)
#65656E
(101,101,110)
#515159
(81,81,89)
#3D3D44
(61,61,68)
#29292F
(41,41,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #DDDDEC

#DDDDEC
(221,221,236)
#E0E0ED
(224,224,237)
#E3E3EE
(227,227,238)
#E6E6EF
(230,230,239)
#E9E9F0
(233,233,240)
#ECECF1
(236,236,241)
#EFEFF2
(239,239,242)
#F2F2F3
(242,242,243)
#F5F5F4
(245,245,244)
#F8F8F5
(248,248,245)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDEC; }

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

This text font color is #DDDDEC.


Background Color

.myBgColor { background-color: #DDDDEC; }

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

This div background color is #DDDDEC.


Border color

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

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

This div border color is #DDDDEC.


Opacity

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

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

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

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

This text has shadow with #DDDDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDEC on black background.


Color preview on white background

This text has color #DDDDEC on white background.



Black color preview on #DDDDEC background

This text has black color on #DDDDEC background.


White color preview on #DDDDEC background

This text has white color on #DDDDEC background.