COLOR #DDBEC1

HEX: #DDBEC1 RGB: (221,190,193)

Color info

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

RGB color model

#DDBEC1 color RGB value is (221,190,193).

RGB: (221,190,193) (87%, 75%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 193 of 255 = 76%

221
190
193

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

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 193 = 604 (100%)
R 221 of 604 ~ 36.59%
G 190 of 604 ~ 31.46%
B 193 of 604 ~ 31.95'%

%36.59
%31.46
%31.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.03%
  • yellow value is 12.67%
  • 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
%12.67
%13.33

Codes

Color #DDBEC1 in popluar color models

DD BE C1
RGB 221 190 193
HSL 354° 31.31% 80.59%
HSB/HSV 354° 14.03% 86.67%
CMYK 0.00% 14.03% 12.67%
13.33%

Color #DDBEC1 in popluar number systems.

HEX DD BE C1
Decimal 221 190 193
Binary 11011101 10111110 11000001
Octal 335 276 301

Shades and tints

Shades of #DDBEC1

#DDBEC1
(221,190,193)
#C9ADB0
(201,173,176)
#B59C9F
(181,156,159)
#A18B8E
(161,139,142)
#8D7A7D
(141,122,125)
#79696C
(121,105,108)
#65585B
(101,88,91)
#51474A
(81,71,74)
#3D3639
(61,54,57)
#292528
(41,37,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDBEC1

#DDBEC1
(221,190,193)
#E0C3C6
(224,195,198)
#E3C8CB
(227,200,203)
#E6CDD0
(230,205,208)
#E9D2D5
(233,210,213)
#ECD7DA
(236,215,218)
#EFDCDF
(239,220,223)
#F2E1E4
(242,225,228)
#F5E6E9
(245,230,233)
#F8EBEE
(248,235,238)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEC1; }

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

This text font color is #DDBEC1.

Background Color

.myBgColor { background-color: #DDBEC1; }

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

This div background color is #DDBEC1.

Border color

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

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

This div border color is #DDBEC1.

Opacity

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

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

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

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

This text has shadow with #DDBEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEC1.

Preview

Color preview on black background

This text has color #DDBEC1 on black background.


Color preview on white background

This text has color #DDBEC1 on white background.


Black color preview on #DDBEC1 background

This text has black color on #DDBEC1 background.


White color preview on #DDBEC1 background

This text has white color on #DDBEC1 background.


Related colors

Complementary color

Complementary color for #hex is #22413E.


I love getcolorcode.com

Triadic colors

1 #C1DDBE and #BEC1DD with #DDBEC1 are triadic colors.

2 #C1BEDD and #BEDDC1 with #DDBEC1 are triadic colors.