COLOR #DDCEF9

HEX: #DDCEF9 RGB: (221,206,249)

Color info

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

RGB color model

#DDCEF9 color RGB value is (221,206,249).

RGB: (221,206,249) (87%, 81%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 249 of 255 = 98%

221
206
249

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

Portions of RGB colors in percentages

R + G + B = 221 + 206 + 249 = 676 (100%)
R 221 of 676 ~ 32.69%
G 206 of 676 ~ 30.47%
B 249 of 676 ~ 36.83'%

%32.69
%30.47
%36.83

CMYK color model

#DDCEF9 color CMYK value is (11,17,0,2).

  • cyan value is 11.24%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (11,17,0,2) C11M17Y0K2 (11%,17%,0%,2%) (0.11/0.17/0.00/0.02) 

CMYK percentages

%11.24
%17.27
%0
%2.35

Codes

Color #DDCEF9 in popluar color models

DD CE F9
RGB 221 206 249
HSL 261° 78.18% 89.22%
HSB/HSV 261° 17.27% 97.65%
CMYK 11.24% 17.27% 0.00%
2.35%

Color #DDCEF9 in popluar number systems.

HEX DD CE F9
Decimal 221 206 249
Binary 11011101 11001110 11111001
Octal 335 316 371

Shades and tints

Shades of #DDCEF9

#DDCEF9
(221,206,249)
#C9BCE3
(201,188,227)
#B5AACD
(181,170,205)
#A198B7
(161,152,183)
#8D86A1
(141,134,161)
#79748B
(121,116,139)
#656275
(101,98,117)
#51505F
(81,80,95)
#3D3E49
(61,62,73)
#292C33
(41,44,51)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDCEF9

#DDCEF9
(221,206,249)
#E0D2F9
(224,210,249)
#E3D6F9
(227,214,249)
#E6DAF9
(230,218,249)
#E9DEF9
(233,222,249)
#ECE2F9
(236,226,249)
#EFE6F9
(239,230,249)
#F2EAF9
(242,234,249)
#F5EEF9
(245,238,249)
#F8F2F9
(248,242,249)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEF9; }

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

This text font color is #DDCEF9.

Background Color

.myBgColor { background-color: #DDCEF9; }

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

This div background color is #DDCEF9.

Border color

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

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

This div border color is #DDCEF9.

Opacity

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

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

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

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

This text has shadow with #DDCEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCEF9.

Preview

Color preview on black background

This text has color #DDCEF9 on black background.


Color preview on white background

This text has color #DDCEF9 on white background.


Black color preview on #DDCEF9 background

This text has black color on #DDCEF9 background.


White color preview on #DDCEF9 background

This text has white color on #DDCEF9 background.


Related colors

Complementary color

Complementary color for #hex is #223106.


I love getcolorcode.com

Triadic colors

1 #F9DDCE and #CEF9DD with #DDCEF9 are triadic colors.

2 #F9CEDD and #CEDDF9 with #DDCEF9 are triadic colors.