COLOR #DDC6F9

HEX: #DDC6F9 RGB: (221,198,249)

Color info

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

RGB color model

#DDC6F9 color RGB value is (221,198,249).

RGB: (221,198,249) (87%, 78%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 249 of 255 = 98%

221
198
249

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

Portions of RGB colors in percentages

R + G + B = 221 + 198 + 249 = 668 (100%)
R 221 of 668 ~ 33.08%
G 198 of 668 ~ 29.64%
B 249 of 668 ~ 37.28'%

%33.08
%29.64
%37.28

CMYK color model

#DDC6F9 color CMYK value is (11,20,0,2).

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

CMYK: (11,20,0,2)
C11M20Y0K2 (11%, 20%, 0%, 2%)
(0.11 / 0.20 / 0.00 / 0.02)

CMYK percentages

%11.24
%20.48
%0
%2.35

Codes

Color #DDC6F9 in popluar color models

DD C6 F9
RGB 221 198 249
HSL 267° 80.95% 87.65%
HSB/HSV 267° 20.48% 97.65%
CMYK 11.24% 20.48% 0.00%
2.35%

Color #DDC6F9 in popluar number systems.

HEX DD C6 F9
Decimal 221 198 249
Binary 11011101 11000110 11111001
Octal 335 306 371

Shades and tints

Shades of #DDC6F9

#DDC6F9
(221,198,249)
#C9B4E3
(201,180,227)
#B5A2CD
(181,162,205)
#A190B7
(161,144,183)
#8D7EA1
(141,126,161)
#796C8B
(121,108,139)
#655A75
(101,90,117)
#51485F
(81,72,95)
#3D3649
(61,54,73)
#292433
(41,36,51)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #DDC6F9

#DDC6F9
(221,198,249)
#E0CBF9
(224,203,249)
#E3D0F9
(227,208,249)
#E6D5F9
(230,213,249)
#E9DAF9
(233,218,249)
#ECDFF9
(236,223,249)
#EFE4F9
(239,228,249)
#F2E9F9
(242,233,249)
#F5EEF9
(245,238,249)
#F8F3F9
(248,243,249)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6F9; }

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

This text font color is #DDC6F9.

Background Color

.myBgColor { background-color: #DDC6F9; }

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

This div background color is #DDC6F9.

Border color

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

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

This div border color is #DDC6F9.

Opacity

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

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

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

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

This text has shadow with #DDC6F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC6F9.

Preview

Color preview on black background

This text has color #DDC6F9 on black background.


Color preview on white background

This text has color #DDC6F9 on white background.


Black color preview on #DDC6F9 background

This text has black color on #DDC6F9 background.


White color preview on #DDC6F9 background

This text has white color on #DDC6F9 background.


Related colors

Complementary color

Complementary color for #hex is #223906.


I love getcolorcode.com

Triadic colors

1 #F9DDC6 and #C6F9DD with #DDC6F9 are triadic colors.

2 #F9C6DD and #C6DDF9 with #DDC6F9 are triadic colors.