COLOR #DDDFC7

HEX: #DDDFC7 RGB: (221,223,199)

Color info

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

RGB color model

#DDDFC7 color RGB value is (221,223,199).

RGB: (221,223,199) (87%, 87%, 78%)

RGB channels and saturation

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

221
223
199

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

Portions of RGB colors in percentages

R + G + B = 221 + 223 + 199 = 643 (100%)
R 221 of 643 ~ 34.37%
G 223 of 643 ~ 34.68%
B 199 of 643 ~ 30.95'%

%34.37
%34.68
%30.95

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • 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
%10.76
%12.55

Codes

Color #DDDFC7 in popluar color models

DD DF C7
RGB 221 223 199
HSL 65° 27.27% 82.75%
HSB/HSV 65° 10.76% 87.45%
CMYK 0.90% 0.00% 10.76%
12.55%

Color #DDDFC7 in popluar number systems.

HEX DD DF C7
Decimal 221 223 199
Binary 11011101 11011111 11000111
Octal 335 337 307

Shades and tints

Shades of #DDDFC7

#DDDFC7
(221,223,199)
#C9CBB5
(201,203,181)
#B5B7A3
(181,183,163)
#A1A391
(161,163,145)
#8D8F7F
(141,143,127)
#797B6D
(121,123,109)
#65675B
(101,103,91)
#515349
(81,83,73)
#3D3F37
(61,63,55)
#292B25
(41,43,37)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDDFC7

#DDDFC7
(221,223,199)
#E0E1CC
(224,225,204)
#E3E3D1
(227,227,209)
#E6E5D6
(230,229,214)
#E9E7DB
(233,231,219)
#ECE9E0
(236,233,224)
#EFEBE5
(239,235,229)
#F2EDEA
(242,237,234)
#F5EFEF
(245,239,239)
#F8F1F4
(248,241,244)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFC7; }

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

This text font color is #DDDFC7.

Background Color

.myBgColor { background-color: #DDDFC7; }

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

This div background color is #DDDFC7.

Border color

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

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

This div border color is #DDDFC7.

Opacity

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

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

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

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

This text has shadow with #DDDFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDFC7.

Preview

Color preview on black background

This text has color #DDDFC7 on black background.


Color preview on white background

This text has color #DDDFC7 on white background.


Black color preview on #DDDFC7 background

This text has black color on #DDDFC7 background.


White color preview on #DDDFC7 background

This text has white color on #DDDFC7 background.


Related colors

Complementary color

Complementary color for #hex is #222038.


I love getcolorcode.com

Triadic colors

1 #C7DDDF and #DFC7DD with #DDDFC7 are triadic colors.

2 #C7DFDD and #DFDDC7 with #DDDFC7 are triadic colors.