COLOR #DDBEBF

HEX: #DDBEBF RGB: (221,190,191)

Color info

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

RGB color model

#DDBEBF color RGB value is (221,190,191).

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

RGB channels and saturation

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

221
190
191

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

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 191 = 602 (100%)
R 221 of 602 ~ 36.71%
G 190 of 602 ~ 31.56%
B 191 of 602 ~ 31.73'%

%36.71
%31.56
%31.73

CMYK color model

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

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

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

CMYK percentages

%0
%14.03
%13.57
%13.33

Codes

Color #DDBEBF in popluar color models

DD BE BF
RGB 221 190 191
HSL 358° 31.31% 80.59%
HSB/HSV 358° 14.03% 86.67%
CMYK 0.00% 14.03% 13.57%
13.33%

Color #DDBEBF in popluar number systems.

HEX DD BE BF
Decimal 221 190 191
Binary 11011101 10111110 10111111
Octal 335 276 277

Shades and tints

Shades of #DDBEBF

#DDBEBF
(221,190,191)
#C9ADAE
(201,173,174)
#B59C9D
(181,156,157)
#A18B8C
(161,139,140)
#8D7A7B
(141,122,123)
#79696A
(121,105,106)
#655859
(101,88,89)
#514748
(81,71,72)
#3D3637
(61,54,55)
#292526
(41,37,38)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDBEBF

#DDBEBF
(221,190,191)
#E0C3C4
(224,195,196)
#E3C8C9
(227,200,201)
#E6CDCE
(230,205,206)
#E9D2D3
(233,210,211)
#ECD7D8
(236,215,216)
#EFDCDD
(239,220,221)
#F2E1E2
(242,225,226)
#F5E6E7
(245,230,231)
#F8EBEC
(248,235,236)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEBF; }

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

This text font color is #DDBEBF.

Background Color

.myBgColor { background-color: #DDBEBF; }

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

This div background color is #DDBEBF.

Border color

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

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

This div border color is #DDBEBF.

Opacity

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

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

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

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

This text has shadow with #DDBEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEBF.

Preview

Color preview on black background

This text has color #DDBEBF on black background.


Color preview on white background

This text has color #DDBEBF on white background.


Black color preview on #DDBEBF background

This text has black color on #DDBEBF background.


White color preview on #DDBEBF background

This text has white color on #DDBEBF background.


Related colors

Complementary color

Complementary color for #hex is #224140.


I love getcolorcode.com

Triadic colors

1 #BFDDBE and #BEBFDD with #DDBEBF are triadic colors.

2 #BFBEDD and #BEDDBF with #DDBEBF are triadic colors.