COLOR #DDC6F2

HEX: #DDC6F2 RGB: (221,198,242)

Color info

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

RGB color model

#DDC6F2 color RGB value is (221,198,242).

RGB: (221,198,242) (87%, 78%, 95%)

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 242 of 255 = 95%

221
198
242

R + G + B ~ 87%. #DDC6F2 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 198 + 242 = 661 (100%)
R 221 of 661 ~ 33.43%
G 198 of 661 ~ 29.95%
B 242 of 661 ~ 36.61'%

%33.43
%29.95
%36.61

CMYK color model

#DDC6F2 color CMYK value is (9,18,0,5).

  • cyan value is 8.68%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (9,18,0,5)
C9M18Y0K5 (9%, 18%, 0%, 5%)
(0.09 / 0.18 / 0.00 / 0.05)

CMYK percentages

%8.68
%18.18
%0
%5.1

Codes

Color #DDC6F2 in popluar color models

DD C6 F2
RGB 221 198 242
HSL 271° 62.86% 86.27%
HSB/HSV 271° 18.18% 94.90%
CMYK 8.68% 18.18% 0.00%
5.10%

Color #DDC6F2 in popluar number systems.

HEX DD C6 F2
Decimal 221 198 242
Binary 11011101 11000110 11110010
Octal 335 306 362

Shades and tints

Shades of #DDC6F2

#DDC6F2
(221,198,242)
#C9B4DC
(201,180,220)
#B5A2C6
(181,162,198)
#A190B0
(161,144,176)
#8D7E9A
(141,126,154)
#796C84
(121,108,132)
#655A6E
(101,90,110)
#514858
(81,72,88)
#3D3642
(61,54,66)
#29242C
(41,36,44)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #DDC6F2

#DDC6F2
(221,198,242)
#E0CBF3
(224,203,243)
#E3D0F4
(227,208,244)
#E6D5F5
(230,213,245)
#E9DAF6
(233,218,246)
#ECDFF7
(236,223,247)
#EFE4F8
(239,228,248)
#F2E9F9
(242,233,249)
#F5EEFA
(245,238,250)
#F8F3FB
(248,243,251)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6F2; }

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

This text font color is #DDC6F2.

Background Color

.myBgColor { background-color: #DDC6F2; }

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

This div background color is #DDC6F2.

Border color

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

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

This div border color is #DDC6F2.

Opacity

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

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

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

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

This text has shadow with #DDC6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC6F2.

Preview

Color preview on black background

This text has color #DDC6F2 on black background.


Color preview on white background

This text has color #DDC6F2 on white background.


Black color preview on #DDC6F2 background

This text has black color on #DDC6F2 background.


White color preview on #DDC6F2 background

This text has white color on #DDC6F2 background.


Related colors

Complementary color

Complementary color for #hex is #22390D.


I love getcolorcode.com

Triadic colors

1 #F2DDC6 and #C6F2DD with #DDC6F2 are triadic colors.

2 #F2C6DD and #C6DDF2 with #DDC6F2 are triadic colors.