COLOR #DDCCF9

HEX: #DDCCF9 RGB: (221,204,249)

Color info

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

RGB color model

#DDCCF9 color RGB value is (221,204,249).

RGB: (221,204,249) (87%, 80%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 249 of 255 = 98%

221
204
249

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 249 = 674 (100%)
R 221 of 674 ~ 32.79%
G 204 of 674 ~ 30.27%
B 249 of 674 ~ 36.94'%

%32.79
%30.27
%36.94

CMYK color model

#DDCCF9 color CMYK value is (11,18,0,2).

  • cyan value is 11.24%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (11,18,0,2)
C11M18Y0K2 (11%, 18%, 0%, 2%)
(0.11 / 0.18 / 0.00 / 0.02)

CMYK percentages

%11.24
%18.07
%0
%2.35

Codes

Color #DDCCF9 in popluar color models

DD CC F9
RGB 221 204 249
HSL 263° 78.95% 88.82%
HSB/HSV 263° 18.07% 97.65%
CMYK 11.24% 18.07% 0.00%
2.35%

Color #DDCCF9 in popluar number systems.

HEX DD CC F9
Decimal 221 204 249
Binary 11011101 11001100 11111001
Octal 335 314 371

Shades and tints

Shades of #DDCCF9

#DDCCF9
(221,204,249)
#C9BAE3
(201,186,227)
#B5A8CD
(181,168,205)
#A196B7
(161,150,183)
#8D84A1
(141,132,161)
#79728B
(121,114,139)
#656075
(101,96,117)
#514E5F
(81,78,95)
#3D3C49
(61,60,73)
#292A33
(41,42,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDCCF9

#DDCCF9
(221,204,249)
#E0D0F9
(224,208,249)
#E3D4F9
(227,212,249)
#E6D8F9
(230,216,249)
#E9DCF9
(233,220,249)
#ECE0F9
(236,224,249)
#EFE4F9
(239,228,249)
#F2E8F9
(242,232,249)
#F5ECF9
(245,236,249)
#F8F0F9
(248,240,249)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCF9; }

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

This text font color is #DDCCF9.

Background Color

.myBgColor { background-color: #DDCCF9; }

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

This div background color is #DDCCF9.

Border color

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

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

This div border color is #DDCCF9.

Opacity

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

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

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

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

This text has shadow with #DDCCF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCF9.

Preview

Color preview on black background

This text has color #DDCCF9 on black background.


Color preview on white background

This text has color #DDCCF9 on white background.


Black color preview on #DDCCF9 background

This text has black color on #DDCCF9 background.


White color preview on #DDCCF9 background

This text has white color on #DDCCF9 background.


Related colors

Complementary color

Complementary color for #hex is #223306.


I love getcolorcode.com

Triadic colors

1 #F9DDCC and #CCF9DD with #DDCCF9 are triadic colors.

2 #F9CCDD and #CCDDF9 with #DDCCF9 are triadic colors.