COLOR #DDBED6

HEX: #DDBED6 RGB: (221,190,214)

Color info

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

RGB color model

#DDBED6 color RGB value is (221,190,214).

RGB: (221,190,214) (87%, 75%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 214 of 255 = 84%

221
190
214

R + G + B ~ 82%. #DDBED6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 214 = 625 (100%)
R 221 of 625 ~ 35.36%
G 190 of 625 ~ 30.4%
B 214 of 625 ~ 34.24'%

%35.36
%30.4
%34.24

CMYK color model

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

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

CMYK: (0,14,3,13)
C0M14Y3K13 (0%, 14%, 3%, 13%)
(0.00 / 0.14 / 0.03 / 0.13)

CMYK percentages

%0
%14.03
%3.17
%13.33

Codes

Color #DDBED6 in popluar color models

DD BE D6
RGB 221 190 214
HSL 314° 31.31% 80.59%
HSB/HSV 314° 14.03% 86.67%
CMYK 0.00% 14.03% 3.17%
13.33%

Color #DDBED6 in popluar number systems.

HEX DD BE D6
Decimal 221 190 214
Binary 11011101 10111110 11010110
Octal 335 276 326

Shades and tints

Shades of #DDBED6

#DDBED6
(221,190,214)
#C9ADC3
(201,173,195)
#B59CB0
(181,156,176)
#A18B9D
(161,139,157)
#8D7A8A
(141,122,138)
#796977
(121,105,119)
#655864
(101,88,100)
#514751
(81,71,81)
#3D363E
(61,54,62)
#29252B
(41,37,43)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDBED6

#DDBED6
(221,190,214)
#E0C3D9
(224,195,217)
#E3C8DC
(227,200,220)
#E6CDDF
(230,205,223)
#E9D2E2
(233,210,226)
#ECD7E5
(236,215,229)
#EFDCE8
(239,220,232)
#F2E1EB
(242,225,235)
#F5E6EE
(245,230,238)
#F8EBF1
(248,235,241)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBED6; }

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

This text font color is #DDBED6.

Background Color

.myBgColor { background-color: #DDBED6; }

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

This div background color is #DDBED6.

Border color

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

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

This div border color is #DDBED6.

Opacity

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

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

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

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

This text has shadow with #DDBED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBED6.

Preview

Color preview on black background

This text has color #DDBED6 on black background.


Color preview on white background

This text has color #DDBED6 on white background.


Black color preview on #DDBED6 background

This text has black color on #DDBED6 background.


White color preview on #DDBED6 background

This text has white color on #DDBED6 background.


Related colors

Complementary color

Complementary color for #hex is #224129.


I love getcolorcode.com

Triadic colors

1 #D6DDBE and #BED6DD with #DDBED6 are triadic colors.

2 #D6BEDD and #BEDDD6 with #DDBED6 are triadic colors.