COLOR #DDB4C6

HEX: #DDB4C6
RGB: (221,180,198)

Color info

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

RGB color model

#DDB4C6 color RGB value is (221,180,198).

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

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 198 of 255 = 78%

221
180
198

R + G + B ~ 79%. #DDB4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 198 = 599 (100%)
R 221 of 599 ~ 36.89%
G 180 of 599 ~ 30.05%
B 198 of 599 ~ 33.06%

%36.89
%30.05
%33.06

CMYK color model

#DDB4C6 color CMYK value is (0,19,10,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,19,10,13)
C0M19Y10K13 
(0%,19%,10%,13%)
(0.00/0.19/0.10/0.13)	

CMYK percentages

%0
%18.55
%10.41
%13.33

Codes

Color #DDB4C6 in popluar color models

DDB4C6
RGB221180198
HSL334°37.61%78.63%
HSB/HSV334°18.55%86.67%
CMYK0.00%18.55%10.41%
13.33%

Color #DDB4C6 in popluar number systems.

HEXDDB4C6
Decimal221180198
Binary110111011011010011000110
Octal335264306

Shades and tints

Shades of #DDB4C6

#DDB4C6
(221,180,198)
#C9A4B4
(201,164,180)
#B594A2
(181,148,162)
#A18490
(161,132,144)
#8D747E
(141,116,126)
#79646C
(121,100,108)
#65545A
(101,84,90)
#514448
(81,68,72)
#3D3436
(61,52,54)
#292424
(41,36,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #DDB4C6

#DDB4C6
(221,180,198)
#E0BACB
(224,186,203)
#E3C0D0
(227,192,208)
#E6C6D5
(230,198,213)
#E9CCDA
(233,204,218)
#ECD2DF
(236,210,223)
#EFD8E4
(239,216,228)
#F2DEE9
(242,222,233)
#F5E4EE
(245,228,238)
#F8EAF3
(248,234,243)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4C6; }

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

This text font color is #DDB4C6.


Background Color

.myBgColor { background-color: #DDB4C6; }

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

This div background color is #DDB4C6.


Border color

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

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

This div border color is #DDB4C6.


Opacity

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

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

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

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

This text has shadow with #DDB4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4C6 on black background.


Color preview on white background

This text has color #DDB4C6 on white background.



Black color preview on #DDB4C6 background

This text has black color on #DDB4C6 background.


White color preview on #DDB4C6 background

This text has white color on #DDB4C6 background.