COLOR #DDDFC4

HEX: #DDDFC4
RGB: (221,223,196)

Color info

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

RGB color model

#DDDFC4 color RGB value is (221,223,196).

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

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 196 of 255 = 77%

221
223
196

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

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 196 = 640 (100%)
R 221 of 640 ~ 34.53%
G 223 of 640 ~ 34.84%
B 196 of 640 ~ 30.63%

%34.53
%34.84
%30.63

CMYK color model

#DDDFC4 color CMYK value is (1,0,12,13).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 12.55%
CMYK:
(1,0,12,13)
C1M0Y12K13 
(1%,0%,12%,13%)
(0.01/0.00/0.12/0.13)	

CMYK percentages

%0.9
%0
%12.11
%12.55

Codes

Color #DDDFC4 in popluar color models

DDDFC4
RGB221223196
HSL64°29.67%82.16%
HSB/HSV64°12.11%87.45%
CMYK0.90%0.00%12.11%
12.55%

Color #DDDFC4 in popluar number systems.

HEXDDDFC4
Decimal221223196
Binary110111011101111111000100
Octal335337304

Shades and tints

Shades of #DDDFC4

#DDDFC4
(221,223,196)
#C9CBB3
(201,203,179)
#B5B7A2
(181,183,162)
#A1A391
(161,163,145)
#8D8F80
(141,143,128)
#797B6F
(121,123,111)
#65675E
(101,103,94)
#51534D
(81,83,77)
#3D3F3C
(61,63,60)
#292B2B
(41,43,43)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDDFC4

#DDDFC4
(221,223,196)
#E0E1C9
(224,225,201)
#E3E3CE
(227,227,206)
#E6E5D3
(230,229,211)
#E9E7D8
(233,231,216)
#ECE9DD
(236,233,221)
#EFEBE2
(239,235,226)
#F2EDE7
(242,237,231)
#F5EFEC
(245,239,236)
#F8F1F1
(248,241,241)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFC4; }

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

This text font color is #DDDFC4.


Background Color

.myBgColor { background-color: #DDDFC4; }

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

This div background color is #DDDFC4.


Border color

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

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

This div border color is #DDDFC4.


Opacity

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

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

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

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

This text has shadow with #DDDFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFC4 on black background.


Color preview on white background

This text has color #DDDFC4 on white background.



Black color preview on #DDDFC4 background

This text has black color on #DDDFC4 background.


White color preview on #DDDFC4 background

This text has white color on #DDDFC4 background.