COLOR #DDBEC0

HEX: #DDBEC0 RGB: (221,190,192)

Color info

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

RGB color model

#DDBEC0 color RGB value is (221,190,192).

RGB: (221,190,192) (87%, 75%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 192 of 255 = 75%

221
190
192

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

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 192 = 603 (100%)
R 221 of 603 ~ 36.65%
G 190 of 603 ~ 31.51%
B 192 of 603 ~ 31.84'%

%36.65
%31.51
%31.84

CMYK color model

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

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

CMYK: (0,14,13,13)
C0M14Y13K13 (0%, 14%, 13%, 13%)
(0.00 / 0.14 / 0.13 / 0.13)

CMYK percentages

%0
%14.03
%13.12
%13.33

Codes

Color #DDBEC0 in popluar color models

DD BE C0
RGB 221 190 192
HSL 356° 31.31% 80.59%
HSB/HSV 356° 14.03% 86.67%
CMYK 0.00% 14.03% 13.12%
13.33%

Color #DDBEC0 in popluar number systems.

HEX DD BE C0
Decimal 221 190 192
Binary 11011101 10111110 11000000
Octal 335 276 300

Shades and tints

Shades of #DDBEC0

#DDBEC0
(221,190,192)
#C9ADAF
(201,173,175)
#B59C9E
(181,156,158)
#A18B8D
(161,139,141)
#8D7A7C
(141,122,124)
#79696B
(121,105,107)
#65585A
(101,88,90)
#514749
(81,71,73)
#3D3638
(61,54,56)
#292527
(41,37,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDBEC0

#DDBEC0
(221,190,192)
#E0C3C5
(224,195,197)
#E3C8CA
(227,200,202)
#E6CDCF
(230,205,207)
#E9D2D4
(233,210,212)
#ECD7D9
(236,215,217)
#EFDCDE
(239,220,222)
#F2E1E3
(242,225,227)
#F5E6E8
(245,230,232)
#F8EBED
(248,235,237)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEC0; }

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

This text font color is #DDBEC0.

Background Color

.myBgColor { background-color: #DDBEC0; }

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

This div background color is #DDBEC0.

Border color

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

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

This div border color is #DDBEC0.

Opacity

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

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

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

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

This text has shadow with #DDBEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEC0.

Preview

Color preview on black background

This text has color #DDBEC0 on black background.


Color preview on white background

This text has color #DDBEC0 on white background.


Black color preview on #DDBEC0 background

This text has black color on #DDBEC0 background.


White color preview on #DDBEC0 background

This text has white color on #DDBEC0 background.


Related colors

Complementary color

Complementary color for #hex is #22413F.


I love getcolorcode.com

Triadic colors

1 #C0DDBE and #BEC0DD with #DDBEC0 are triadic colors.

2 #C0BEDD and #BEDDC0 with #DDBEC0 are triadic colors.