COLOR #DEB2D0

HEX: #DEB2D0 RGB: (222,178,208)

Color info

#DEB2D0 contains red, green and blue colors in about the same proportion. Web safe color of #DEB2D0 is #CC99CC (or #C9C).

RGB color model

#DEB2D0 color RGB value is (222,178,208).

RGB: (222,178,208) (87%, 70%, 82%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 208 of 255 = 82%

222
178
208

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

Portions of RGB colors in percentages

R + G + B = 222 + 178 + 208 = 608 (100%)
R 222 of 608 ~ 36.51%
G 178 of 608 ~ 29.28%
B 208 of 608 ~ 34.21'%

%36.51
%29.28
%34.21

CMYK color model

#DEB2D0 color CMYK value is (0,20,6,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 6.31%
  • key color value is 12.94%

CMYK: (0,20,6,13)
C0M20Y6K13 (0%, 20%, 6%, 13%)
(0.00 / 0.20 / 0.06 / 0.13)

CMYK percentages

%0
%19.82
%6.31
%12.94

Codes

Color #DEB2D0 in popluar color models

DE B2 D0
RGB 222 178 208
HSL 319° 40.00% 78.43%
HSB/HSV 319° 19.82% 87.06%
CMYK 0.00% 19.82% 6.31%
12.94%

Color #DEB2D0 in popluar number systems.

HEX DE B2 D0
Decimal 222 178 208
Binary 11011110 10110010 11010000
Octal 336 262 320

Shades and tints

Shades of #DEB2D0

#DEB2D0
(222,178,208)
#CAA2BE
(202,162,190)
#B692AC
(182,146,172)
#A2829A
(162,130,154)
#8E7288
(142,114,136)
#7A6276
(122,98,118)
#665264
(102,82,100)
#524252
(82,66,82)
#3E3240
(62,50,64)
#2A222E
(42,34,46)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #DEB2D0

#DEB2D0
(222,178,208)
#E1B9D4
(225,185,212)
#E4C0D8
(228,192,216)
#E7C7DC
(231,199,220)
#EACEE0
(234,206,224)
#EDD5E4
(237,213,228)
#F0DCE8
(240,220,232)
#F3E3EC
(243,227,236)
#F6EAF0
(246,234,240)
#F9F1F4
(249,241,244)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB2D0 color. Also use rgb(222,178,208) instead hex code.

Text Font Color

.myTextColor { color: #DEB2D0; }

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

This text font color is #DEB2D0.

Background Color

.myBgColor { background-color: #DEB2D0; }

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

This div background color is #DEB2D0.

Border color

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

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

This div border color is #DEB2D0.

Opacity

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

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

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

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

This text has shadow with #DEB2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB2D0.

Preview

Color preview on black background

This text has color #DEB2D0 on black background.


Color preview on white background

This text has color #DEB2D0 on white background.


Black color preview on #DEB2D0 background

This text has black color on #DEB2D0 background.


White color preview on #DEB2D0 background

This text has white color on #DEB2D0 background.


Related colors

Complementary color

Complementary color for #hex is #214D2F.


I love getcolorcode.com

Triadic colors

1 #D0DEB2 and #B2D0DE with #DEB2D0 are triadic colors.

2 #D0B2DE and #B2DED0 with #DEB2D0 are triadic colors.