COLOR #DDBEB2

HEX: #DDBEB2 RGB: (221,190,178)

Color info

#DDBEB2 contains red, green and blue colors in about the same proportion. Web safe color of #DDBEB2 is #CCCC99 (or #CC9).

RGB color model

#DDBEB2 color RGB value is (221,190,178).

RGB: (221,190,178) (87%, 75%, 70%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 178 of 255 = 70%

221
190
178

R + G + B ~ 77%. #DDBEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 178 = 589 (100%)
R 221 of 589 ~ 37.52%
G 190 of 589 ~ 32.26%
B 178 of 589 ~ 30.22'%

%37.52
%32.26
%30.22

CMYK color model

#DDBEB2 color CMYK value is (0,14,19,13).

  • cyan value is 0.00%
  • magenta value is 14.03%
  • yellow value is 19.46%
  • key color value is 13.33%

CMYK: (0,14,19,13)
C0M14Y19K13 (0%, 14%, 19%, 13%)
(0.00 / 0.14 / 0.19 / 0.13)

CMYK percentages

%0
%14.03
%19.46
%13.33

Codes

Color #DDBEB2 in popluar color models

DD BE B2
RGB 221 190 178
HSL 17° 38.74% 78.24%
HSB/HSV 17° 19.46% 86.67%
CMYK 0.00% 14.03% 19.46%
13.33%

Color #DDBEB2 in popluar number systems.

HEX DD BE B2
Decimal 221 190 178
Binary 11011101 10111110 10110010
Octal 335 276 262

Shades and tints

Shades of #DDBEB2

#DDBEB2
(221,190,178)
#C9ADA2
(201,173,162)
#B59C92
(181,156,146)
#A18B82
(161,139,130)
#8D7A72
(141,122,114)
#796962
(121,105,98)
#655852
(101,88,82)
#514742
(81,71,66)
#3D3632
(61,54,50)
#292522
(41,37,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #DDBEB2

#DDBEB2
(221,190,178)
#E0C3B9
(224,195,185)
#E3C8C0
(227,200,192)
#E6CDC7
(230,205,199)
#E9D2CE
(233,210,206)
#ECD7D5
(236,215,213)
#EFDCDC
(239,220,220)
#F2E1E3
(242,225,227)
#F5E6EA
(245,230,234)
#F8EBF1
(248,235,241)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBEB2 color. Also use rgb(221,190,178) instead hex code.

Text Font Color

.myTextColor { color: #DDBEB2; }

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

This text font color is #DDBEB2.

Background Color

.myBgColor { background-color: #DDBEB2; }

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

This div background color is #DDBEB2.

Border color

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

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

This div border color is #DDBEB2.

Opacity

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

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

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

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

This text has shadow with #DDBEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEB2.

Preview

Color preview on black background

This text has color #DDBEB2 on black background.


Color preview on white background

This text has color #DDBEB2 on white background.


Black color preview on #DDBEB2 background

This text has black color on #DDBEB2 background.


White color preview on #DDBEB2 background

This text has white color on #DDBEB2 background.


Related colors

Complementary color

Complementary color for #hex is #22414D.


I love getcolorcode.com

Triadic colors

1 #B2DDBE and #BEB2DD with #DDBEB2 are triadic colors.

2 #B2BEDD and #BEDDB2 with #DDBEB2 are triadic colors.