COLOR #DDCFF9

HEX: #DDCFF9
RGB: (221,207,249)

Color info

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

RGB color model

#DDCFF9 color RGB value is (221,207,249).

  • red value is 221;
  • green value is 207;
  • blue value is 249.
RGB:
(221,207,249)
(87%,81%,98%)

RGB channels and saturation

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

221
207
249

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

Portions of RGB colors in percentages

R + G + B =
221 + 207 + 249 = 677 (100%)
R 221 of 677 ~ 32.64%
G 207 of 677 ~ 30.58%
B 249 of 677 ~ 36.78%

%32.64
%30.58
%36.78

CMYK color model

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

  • cyan value is 11.24%
  • magenta value is 16.87%
  • 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
%16.87
%0
%2.35

Codes

Color #DDCFF9 in popluar color models

DDCFF9
RGB221207249
HSL260°77.78%89.41%
HSB/HSV260°16.87%97.65%
CMYK11.24%16.87%0.00%
2.35%

Color #DDCFF9 in popluar number systems.

HEXDDCFF9
Decimal221207249
Binary110111011100111111111001
Octal335317371

Shades and tints

Shades of #DDCFF9

#DDCFF9
(221,207,249)
#C9BDE3
(201,189,227)
#B5ABCD
(181,171,205)
#A199B7
(161,153,183)
#8D87A1
(141,135,161)
#79758B
(121,117,139)
#656375
(101,99,117)
#51515F
(81,81,95)
#3D3F49
(61,63,73)
#292D33
(41,45,51)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDCFF9

#DDCFF9
(221,207,249)
#E0D3F9
(224,211,249)
#E3D7F9
(227,215,249)
#E6DBF9
(230,219,249)
#E9DFF9
(233,223,249)
#ECE3F9
(236,227,249)
#EFE7F9
(239,231,249)
#F2EBF9
(242,235,249)
#F5EFF9
(245,239,249)
#F8F3F9
(248,243,249)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCFF9; }

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

This text font color is #DDCFF9.


Background Color

.myBgColor { background-color: #DDCFF9; }

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

This div background color is #DDCFF9.


Border color

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

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

This div border color is #DDCFF9.


Opacity

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

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

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

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

This text has shadow with #DDCFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCFF9 on black background.


Color preview on white background

This text has color #DDCFF9 on white background.



Black color preview on #DDCFF9 background

This text has black color on #DDCFF9 background.


White color preview on #DDCFF9 background

This text has white color on #DDCFF9 background.