COLOR #DDCEE5

HEX: #DDCEE5
RGB: (221,206,229)

Color info

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

RGB color model

#DDCEE5 color RGB value is (221,206,229).

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

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 229 of 255 = 90%

221
206
229

R + G + B ~ 86%. #DDCEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 229 = 656 (100%)
R 221 of 656 ~ 33.69%
G 206 of 656 ~ 31.4%
B 229 of 656 ~ 34.91%

%33.69
%31.4
%34.91

CMYK color model

#DDCEE5 color CMYK value is (3,10,0,10).

  • cyan value is 3.49%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,10,0,10)
C3M10Y0K10 
(3%,10%,0%,10%)
(0.03/0.10/0.00/0.10)	

CMYK percentages

%3.49
%10.04
%0
%10.2

Codes

Color #DDCEE5 in popluar color models

DDCEE5
RGB221206229
HSL279°30.67%85.29%
HSB/HSV279°10.04%89.80%
CMYK3.49%10.04%0.00%
10.20%

Color #DDCEE5 in popluar number systems.

HEXDDCEE5
Decimal221206229
Binary110111011100111011100101
Octal335316345

Shades and tints

Shades of #DDCEE5

#DDCEE5
(221,206,229)
#C9BCD1
(201,188,209)
#B5AABD
(181,170,189)
#A198A9
(161,152,169)
#8D8695
(141,134,149)
#797481
(121,116,129)
#65626D
(101,98,109)
#515059
(81,80,89)
#3D3E45
(61,62,69)
#292C31
(41,44,49)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDCEE5

#DDCEE5
(221,206,229)
#E0D2E7
(224,210,231)
#E3D6E9
(227,214,233)
#E6DAEB
(230,218,235)
#E9DEED
(233,222,237)
#ECE2EF
(236,226,239)
#EFE6F1
(239,230,241)
#F2EAF3
(242,234,243)
#F5EEF5
(245,238,245)
#F8F2F7
(248,242,247)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEE5; }

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

This text font color is #DDCEE5.


Background Color

.myBgColor { background-color: #DDCEE5; }

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

This div background color is #DDCEE5.


Border color

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

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

This div border color is #DDCEE5.


Opacity

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

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

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

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

This text has shadow with #DDCEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEE5 on black background.


Color preview on white background

This text has color #DDCEE5 on white background.



Black color preview on #DDCEE5 background

This text has black color on #DDCEE5 background.


White color preview on #DDCEE5 background

This text has white color on #DDCEE5 background.