COLOR #DEB7D4

HEX: #DEB7D4 RGB: (222,183,212)

Color info

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

RGB color model

#DEB7D4 color RGB value is (222,183,212).

RGB: (222,183,212) (87%, 72%, 83%)

RGB channels and saturation

R 222 of 255 = 87%
G 183 of 255 = 72%
B 212 of 255 = 83%

222
183
212

R + G + B ~ 81%. #DEB7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 183 + 212 = 617 (100%)
R 222 of 617 ~ 35.98%
G 183 of 617 ~ 29.66%
B 212 of 617 ~ 34.36'%

%35.98
%29.66
%34.36

CMYK color model

#DEB7D4 color CMYK value is (0,18,5,13).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 4.50%
  • key color value is 12.94%

CMYK: (0,18,5,13)
C0M18Y5K13 (0%, 18%, 5%, 13%)
(0.00 / 0.18 / 0.05 / 0.13)

CMYK percentages

%0
%17.57
%4.5
%12.94

Codes

Color #DEB7D4 in popluar color models

DE B7 D4
RGB 222 183 212
HSL 315° 37.14% 79.41%
HSB/HSV 315° 17.57% 87.06%
CMYK 0.00% 17.57% 4.50%
12.94%

Color #DEB7D4 in popluar number systems.

HEX DE B7 D4
Decimal 222 183 212
Binary 11011110 10110111 11010100
Octal 336 267 324

Shades and tints

Shades of #DEB7D4

#DEB7D4
(222,183,212)
#CAA7C1
(202,167,193)
#B697AE
(182,151,174)
#A2879B
(162,135,155)
#8E7788
(142,119,136)
#7A6775
(122,103,117)
#665762
(102,87,98)
#52474F
(82,71,79)
#3E373C
(62,55,60)
#2A2729
(42,39,41)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #DEB7D4

#DEB7D4
(222,183,212)
#E1BDD7
(225,189,215)
#E4C3DA
(228,195,218)
#E7C9DD
(231,201,221)
#EACFE0
(234,207,224)
#EDD5E3
(237,213,227)
#F0DBE6
(240,219,230)
#F3E1E9
(243,225,233)
#F6E7EC
(246,231,236)
#F9EDEF
(249,237,239)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB7D4 color. Also use rgb(222,183,212) instead hex code.

Text Font Color

.myTextColor { color: #DEB7D4; }

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

This text font color is #DEB7D4.

Background Color

.myBgColor { background-color: #DEB7D4; }

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

This div background color is #DEB7D4.

Border color

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

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

This div border color is #DEB7D4.

Opacity

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

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

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

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

This text has shadow with #DEB7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB7D4.

Preview

Color preview on black background

This text has color #DEB7D4 on black background.


Color preview on white background

This text has color #DEB7D4 on white background.


Black color preview on #DEB7D4 background

This text has black color on #DEB7D4 background.


White color preview on #DEB7D4 background

This text has white color on #DEB7D4 background.


Related colors

Complementary color

Complementary color for #hex is #21482B.


I love getcolorcode.com

Triadic colors

1 #D4DEB7 and #B7D4DE with #DEB7D4 are triadic colors.

2 #D4B7DE and #B7DED4 with #DEB7D4 are triadic colors.