COLOR #DDEDE6

HEX: #DDEDE6
RGB: (221,237,230)

Color info

#DDEDE6 contains red, green and blue colors in about the same proportion. Web safe color of #DDEDE6 is #CCFFCC (or #CFC).

RGB color model

#DDEDE6 color RGB value is (221,237,230).

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

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 230 of 255 = 90%

221
237
230

R + G + B ~ 90%. #DDEDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 230 = 688 (100%)
R 221 of 688 ~ 32.12%
G 237 of 688 ~ 34.45%
B 230 of 688 ~ 33.43%

%32.12
%34.45
%33.43

CMYK color model

#DDEDE6 color CMYK value is (7,0,3,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(7,0,3,7)
C7M0Y3K7 
(7%,0%,3%,7%)
(0.07/0.00/0.03/0.07)	

CMYK percentages

%6.75
%0
%2.95
%7.06

Codes

Color #DDEDE6 in popluar color models

DDEDE6
RGB221237230
HSL154°30.77%89.80%
HSB/HSV154°6.75%92.94%
CMYK6.75%0.00%2.95%
7.06%

Color #DDEDE6 in popluar number systems.

HEXDDEDE6
Decimal221237230
Binary110111011110110111100110
Octal335355346

Shades and tints

Shades of #DDEDE6

#DDEDE6
(221,237,230)
#C9D8D2
(201,216,210)
#B5C3BE
(181,195,190)
#A1AEAA
(161,174,170)
#8D9996
(141,153,150)
#798482
(121,132,130)
#656F6E
(101,111,110)
#515A5A
(81,90,90)
#3D4546
(61,69,70)
#293032
(41,48,50)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #DDEDE6

#DDEDE6
(221,237,230)
#E0EEE8
(224,238,232)
#E3EFEA
(227,239,234)
#E6F0EC
(230,240,236)
#E9F1EE
(233,241,238)
#ECF2F0
(236,242,240)
#EFF3F2
(239,243,242)
#F2F4F4
(242,244,244)
#F5F5F6
(245,245,246)
#F8F6F8
(248,246,248)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDE6; }

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

This text font color is #DDEDE6.


Background Color

.myBgColor { background-color: #DDEDE6; }

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

This div background color is #DDEDE6.


Border color

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

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

This div border color is #DDEDE6.


Opacity

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

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

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

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

This text has shadow with #DDEDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDE6 on black background.


Color preview on white background

This text has color #DDEDE6 on white background.



Black color preview on #DDEDE6 background

This text has black color on #DDEDE6 background.


White color preview on #DDEDE6 background

This text has white color on #DDEDE6 background.