COLOR #DDBEC4

HEX: #DDBEC4 RGB: (221,190,196)

Color info

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

RGB color model

#DDBEC4 color RGB value is (221,190,196).

RGB: (221,190,196) (87%, 75%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 196 of 255 = 77%

221
190
196

R + G + B ~ 80%. #DDBEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 196 = 607 (100%)
R 221 of 607 ~ 36.41%
G 190 of 607 ~ 31.3%
B 196 of 607 ~ 32.29'%

%36.41
%31.3
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.03%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK: (0,14,11,13) C0M14Y11K13 (0%,14%,11%,13%) (0.00/0.14/0.11/0.13) 

CMYK percentages

%0
%14.03
%11.31
%13.33

Codes

Color #DDBEC4 in popluar color models

DD BE C4
RGB 221 190 196
HSL 348° 31.31% 80.59%
HSB/HSV 348° 14.03% 86.67%
CMYK 0.00% 14.03% 11.31%
13.33%

Color #DDBEC4 in popluar number systems.

HEX DD BE C4
Decimal 221 190 196
Binary 11011101 10111110 11000100
Octal 335 276 304

Shades and tints

Shades of #DDBEC4

#DDBEC4
(221,190,196)
#C9ADB3
(201,173,179)
#B59CA2
(181,156,162)
#A18B91
(161,139,145)
#8D7A80
(141,122,128)
#79696F
(121,105,111)
#65585E
(101,88,94)
#51474D
(81,71,77)
#3D363C
(61,54,60)
#29252B
(41,37,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #DDBEC4

#DDBEC4
(221,190,196)
#E0C3C9
(224,195,201)
#E3C8CE
(227,200,206)
#E6CDD3
(230,205,211)
#E9D2D8
(233,210,216)
#ECD7DD
(236,215,221)
#EFDCE2
(239,220,226)
#F2E1E7
(242,225,231)
#F5E6EC
(245,230,236)
#F8EBF1
(248,235,241)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEC4; }

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

This text font color is #DDBEC4.

Background Color

.myBgColor { background-color: #DDBEC4; }

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

This div background color is #DDBEC4.

Border color

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

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

This div border color is #DDBEC4.

Opacity

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

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

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

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

This text has shadow with #DDBEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEC4.

Preview

Color preview on black background

This text has color #DDBEC4 on black background.


Color preview on white background

This text has color #DDBEC4 on white background.


Black color preview on #DDBEC4 background

This text has black color on #DDBEC4 background.


White color preview on #DDBEC4 background

This text has white color on #DDBEC4 background.


Related colors

Complementary color

Complementary color for #hex is #22413B.


I love getcolorcode.com

Triadic colors

1 #C4DDBE and #BEC4DD with #DDBEC4 are triadic colors.

2 #C4BEDD and #BEDDC4 with #DDBEC4 are triadic colors.