COLOR #DDDEEC

HEX: #DDDEEC
RGB: (221,222,236)

Color info

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

RGB color model

#DDDEEC color RGB value is (221,222,236).

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

RGB channels and saturation

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

221
222
236

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

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 236 = 679 (100%)
R 221 of 679 ~ 32.55%
G 222 of 679 ~ 32.7%
B 236 of 679 ~ 34.76%

%32.55
%32.7
%34.76

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 5.93%
  • 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
%5.93
%0
%7.45

Codes

Color #DDDEEC in popluar color models

DDDEEC
RGB221222236
HSL236°28.30%89.61%
HSB/HSV236°6.36%92.55%
CMYK6.36%5.93%0.00%
7.45%

Color #DDDEEC in popluar number systems.

HEXDDDEEC
Decimal221222236
Binary110111011101111011101100
Octal335336354

Shades and tints

Shades of #DDDEEC

#DDDEEC
(221,222,236)
#C9CAD7
(201,202,215)
#B5B6C2
(181,182,194)
#A1A2AD
(161,162,173)
#8D8E98
(141,142,152)
#797A83
(121,122,131)
#65666E
(101,102,110)
#515259
(81,82,89)
#3D3E44
(61,62,68)
#292A2F
(41,42,47)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDDEEC

#DDDEEC
(221,222,236)
#E0E1ED
(224,225,237)
#E3E4EE
(227,228,238)
#E6E7EF
(230,231,239)
#E9EAF0
(233,234,240)
#ECEDF1
(236,237,241)
#EFF0F2
(239,240,242)
#F2F3F3
(242,243,243)
#F5F6F4
(245,246,244)
#F8F9F5
(248,249,245)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDEEC; }

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

This text font color is #DDDEEC.


Background Color

.myBgColor { background-color: #DDDEEC; }

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

This div background color is #DDDEEC.


Border color

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

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

This div border color is #DDDEEC.


Opacity

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

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

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

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

This text has shadow with #DDDEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEEC on black background.


Color preview on white background

This text has color #DDDEEC on white background.



Black color preview on #DDDEEC background

This text has black color on #DDDEEC background.


White color preview on #DDDEEC background

This text has white color on #DDDEEC background.