COLOR #DDCEF1

HEX: #DDCEF1
RGB: (221,206,241)

Color info

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

RGB color model

#DDCEF1 color RGB value is (221,206,241).

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

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 241 of 255 = 95%

221
206
241

R + G + B ~ 88%. #DDCEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 241 = 668 (100%)
R 221 of 668 ~ 33.08%
G 206 of 668 ~ 30.84%
B 241 of 668 ~ 36.08%

%33.08
%30.84
%36.08

CMYK color model

#DDCEF1 color CMYK value is (8,15,0,5).

  • cyan value is 8.30%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,15,0,5)
C8M15Y0K5 
(8%,15%,0%,5%)
(0.08/0.15/0.00/0.05)	

CMYK percentages

%8.3
%14.52
%0
%5.49

Codes

Color #DDCEF1 in popluar color models

DDCEF1
RGB221206241
HSL266°55.56%87.65%
HSB/HSV266°14.52%94.51%
CMYK8.30%14.52%0.00%
5.49%

Color #DDCEF1 in popluar number systems.

HEXDDCEF1
Decimal221206241
Binary110111011100111011110001
Octal335316361

Shades and tints

Shades of #DDCEF1

#DDCEF1
(221,206,241)
#C9BCDC
(201,188,220)
#B5AAC7
(181,170,199)
#A198B2
(161,152,178)
#8D869D
(141,134,157)
#797488
(121,116,136)
#656273
(101,98,115)
#51505E
(81,80,94)
#3D3E49
(61,62,73)
#292C34
(41,44,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #DDCEF1

#DDCEF1
(221,206,241)
#E0D2F2
(224,210,242)
#E3D6F3
(227,214,243)
#E6DAF4
(230,218,244)
#E9DEF5
(233,222,245)
#ECE2F6
(236,226,246)
#EFE6F7
(239,230,247)
#F2EAF8
(242,234,248)
#F5EEF9
(245,238,249)
#F8F2FA
(248,242,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEF1; }

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

This text font color is #DDCEF1.


Background Color

.myBgColor { background-color: #DDCEF1; }

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

This div background color is #DDCEF1.


Border color

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

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

This div border color is #DDCEF1.


Opacity

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

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

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

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

This text has shadow with #DDCEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEF1 on black background.


Color preview on white background

This text has color #DDCEF1 on white background.



Black color preview on #DDCEF1 background

This text has black color on #DDCEF1 background.


White color preview on #DDCEF1 background

This text has white color on #DDCEF1 background.