COLOR #DDBEDE

HEX: #DDBEDE RGB: (221,190,222)

Color info

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

RGB color model

#DDBEDE color RGB value is (221,190,222).

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

RGB channels and saturation

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

221
190
222

R + G + B ~ 83%. #DDBEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 222 = 633 (100%)
R 221 of 633 ~ 34.91%
G 190 of 633 ~ 30.02%
B 222 of 633 ~ 35.07'%

%34.91
%30.02
%35.07

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (0,14,0,13) C0M14Y0K13 (0%,14%,0%,13%) (0.00/0.14/0.00/0.13) 

CMYK percentages

%0.45
%14.41
%0
%12.94

Codes

Color #DDBEDE in popluar color models

DD BE DE
RGB 221 190 222
HSL 298° 32.65% 80.78%
HSB/HSV 298° 14.41% 87.06%
CMYK 0.45% 14.41% 0.00%
12.94%

Color #DDBEDE in popluar number systems.

HEX DD BE DE
Decimal 221 190 222
Binary 11011101 10111110 11011110
Octal 335 276 336

Shades and tints

Shades of #DDBEDE

#DDBEDE
(221,190,222)
#C9ADCA
(201,173,202)
#B59CB6
(181,156,182)
#A18BA2
(161,139,162)
#8D7A8E
(141,122,142)
#79697A
(121,105,122)
#655866
(101,88,102)
#514752
(81,71,82)
#3D363E
(61,54,62)
#29252A
(41,37,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDBEDE

#DDBEDE
(221,190,222)
#E0C3E1
(224,195,225)
#E3C8E4
(227,200,228)
#E6CDE7
(230,205,231)
#E9D2EA
(233,210,234)
#ECD7ED
(236,215,237)
#EFDCF0
(239,220,240)
#F2E1F3
(242,225,243)
#F5E6F6
(245,230,246)
#F8EBF9
(248,235,249)
#FBF0FC
(251,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEDE; }

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

This text font color is #DDBEDE.

Background Color

.myBgColor { background-color: #DDBEDE; }

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

This div background color is #DDBEDE.

Border color

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

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

This div border color is #DDBEDE.

Opacity

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

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

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

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

This text has shadow with #DDBEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEDE.

Preview

Color preview on black background

This text has color #DDBEDE on black background.


Color preview on white background

This text has color #DDBEDE on white background.


Black color preview on #DDBEDE background

This text has black color on #DDBEDE background.


White color preview on #DDBEDE background

This text has white color on #DDBEDE background.


Related colors

Complementary color

Complementary color for #hex is #224121.


I love getcolorcode.com

Triadic colors

1 #DEDDBE and #BEDEDD with #DDBEDE are triadic colors.

2 #DEBEDD and #BEDDDE with #DDBEDE are triadic colors.