COLOR #DDDFC6

HEX: #DDDFC6
RGB: (221,223,198)

Color info

#DDDFC6 contains red, green and blue colors in about the same proportion. Web safe color of #DDDFC6 is #CCCCCC (or #CCC).

RGB color model

#DDDFC6 color RGB value is (221,223,198).

  • red value is 221;
  • green value is 223;
  • blue value is 198.
RGB:
(221,223,198)
(87%,87%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 198 of 255 = 78%

221
223
198

R + G + B ~ 84%. #DDDFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 198 = 642 (100%)
R 221 of 642 ~ 34.42%
G 223 of 642 ~ 34.74%
B 198 of 642 ~ 30.84%

%34.42
%34.74
%30.84

CMYK color model

#DDDFC6 color CMYK value is (1,0,11,13).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK:
(1,0,11,13)
C1M0Y11K13 
(1%,0%,11%,13%)
(0.01/0.00/0.11/0.13)	

CMYK percentages

%0.9
%0
%11.21
%12.55

Codes

Color #DDDFC6 in popluar color models

DDDFC6
RGB221223198
HSL65°28.09%82.55%
HSB/HSV65°11.21%87.45%
CMYK0.90%0.00%11.21%
12.55%

Color #DDDFC6 in popluar number systems.

HEXDDDFC6
Decimal221223198
Binary110111011101111111000110
Octal335337306

Shades and tints

Shades of #DDDFC6

#DDDFC6
(221,223,198)
#C9CBB4
(201,203,180)
#B5B7A2
(181,183,162)
#A1A390
(161,163,144)
#8D8F7E
(141,143,126)
#797B6C
(121,123,108)
#65675A
(101,103,90)
#515348
(81,83,72)
#3D3F36
(61,63,54)
#292B24
(41,43,36)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #DDDFC6

#DDDFC6
(221,223,198)
#E0E1CB
(224,225,203)
#E3E3D0
(227,227,208)
#E6E5D5
(230,229,213)
#E9E7DA
(233,231,218)
#ECE9DF
(236,233,223)
#EFEBE4
(239,235,228)
#F2EDE9
(242,237,233)
#F5EFEE
(245,239,238)
#F8F1F3
(248,241,243)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFC6; }

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

This text font color is #DDDFC6.


Background Color

.myBgColor { background-color: #DDDFC6; }

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

This div background color is #DDDFC6.


Border color

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

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

This div border color is #DDDFC6.


Opacity

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

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

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

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

This text has shadow with #DDDFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFC6 on black background.


Color preview on white background

This text has color #DDDFC6 on white background.



Black color preview on #DDDFC6 background

This text has black color on #DDDFC6 background.


White color preview on #DDDFC6 background

This text has white color on #DDDFC6 background.