COLOR #DFBEDE

HEX: #DFBEDE RGB: (223,190,222)

Color info

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

RGB color model

#DFBEDE color RGB value is (223,190,222).

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

RGB channels and saturation

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

223
190
222

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 222 = 635 (100%)
R 223 of 635 ~ 35.12%
G 190 of 635 ~ 29.92%
B 222 of 635 ~ 34.96'%

%35.12
%29.92
%34.96

CMYK color model

#DFBEDE color CMYK value is (0,15,0,13).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 0.45%
  • key color value is 12.55%

CMYK: (0,15,0,13)
C0M15Y0K13 (0%, 15%, 0%, 13%)
(0.00 / 0.15 / 0.00 / 0.13)

CMYK percentages

%0
%14.8
%0.45
%12.55

Codes

Color #DFBEDE in popluar color models

DF BE DE
RGB 223 190 222
HSL 302° 34.02% 80.98%
HSB/HSV 302° 14.80% 87.45%
CMYK 0.00% 14.80% 0.45%
12.55%

Color #DFBEDE in popluar number systems.

HEX DF BE DE
Decimal 223 190 222
Binary 11011111 10111110 11011110
Octal 337 276 336

Shades and tints

Shades of #DFBEDE

#DFBEDE
(223,190,222)
#CBADCA
(203,173,202)
#B79CB6
(183,156,182)
#A38BA2
(163,139,162)
#8F7A8E
(143,122,142)
#7B697A
(123,105,122)
#675866
(103,88,102)
#534752
(83,71,82)
#3F363E
(63,54,62)
#2B252A
(43,37,42)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #DFBEDE

#DFBEDE
(223,190,222)
#E1C3E1
(225,195,225)
#E3C8E4
(227,200,228)
#E5CDE7
(229,205,231)
#E7D2EA
(231,210,234)
#E9D7ED
(233,215,237)
#EBDCF0
(235,220,240)
#EDE1F3
(237,225,243)
#EFE6F6
(239,230,246)
#F1EBF9
(241,235,249)
#F3F0FC
(243,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEDE; }

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

This text font color is #DFBEDE.

Background Color

.myBgColor { background-color: #DFBEDE; }

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

This div background color is #DFBEDE.

Border color

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

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

This div border color is #DFBEDE.

Opacity

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

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

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

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

This text has shadow with #DFBEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEDE.

Preview

Color preview on black background

This text has color #DFBEDE on black background.


Color preview on white background

This text has color #DFBEDE on white background.


Black color preview on #DFBEDE background

This text has black color on #DFBEDE background.


White color preview on #DFBEDE background

This text has white color on #DFBEDE background.


Related colors

Complementary color

Complementary color for #hex is #204121.


I love getcolorcode.com

Triadic colors

1 #DEDFBE and #BEDEDF with #DFBEDE are triadic colors.

2 #DEBEDF and #BEDFDE with #DFBEDE are triadic colors.