COLOR #DDCEE7

HEX: #DDCEE7
RGB: (221,206,231)

Color info

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

RGB color model

#DDCEE7 color RGB value is (221,206,231).

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

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 231 of 255 = 91%

221
206
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 231 = 658 (100%)
R 221 of 658 ~ 33.59%
G 206 of 658 ~ 31.31%
B 231 of 658 ~ 35.11%

%33.59
%31.31
%35.11

CMYK color model

#DDCEE7 color CMYK value is (4,11,0,9).

  • cyan value is 4.33%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (4,11,0,9) C4M11Y0K9 (4%,11%,0%,9%) (0.04/0.11/0.00/0.09)

CMYK percentages

%4.33
%10.82
%0
%9.41

Codes

Color #DDCEE7 in popluar color models

DDCEE7
RGB221206231
HSL276°34.25%85.69%
HSB/HSV276°10.82%90.59%
CMYK4.33%10.82%0.00%
9.41%

Color #DDCEE7 in popluar number systems.

HEXDDCEE7
Decimal221206231
Binary110111011100111011100111
Octal335316347

Shades and tints

Shades of #DDCEE7

#DDCEE7
(221,206,231)
#C9BCD2
(201,188,210)
#B5AABD
(181,170,189)
#A198A8
(161,152,168)
#8D8693
(141,134,147)
#79747E
(121,116,126)
#656269
(101,98,105)
#515054
(81,80,84)
#3D3E3F
(61,62,63)
#292C2A
(41,44,42)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDCEE7

#DDCEE7
(221,206,231)
#E0D2E9
(224,210,233)
#E3D6EB
(227,214,235)
#E6DAED
(230,218,237)
#E9DEEF
(233,222,239)
#ECE2F1
(236,226,241)
#EFE6F3
(239,230,243)
#F2EAF5
(242,234,245)
#F5EEF7
(245,238,247)
#F8F2F9
(248,242,249)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEE7; }

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

This text font color is #DDCEE7.


Background Color

.myBgColor { background-color: #DDCEE7; }

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

This div background color is #DDCEE7.


Border color

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

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

This div border color is #DDCEE7.


Opacity

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

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

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

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

This text has shadow with #DDCEE7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDCEE7 on black background.


Color preview on white background

This text has color #DDCEE7 on white background.



Black color preview on #DDCEE7 background

This text has black color on #DDCEE7 background.


White color preview on #DDCEE7 background

This text has white color on #DDCEE7 background.