COLOR #DEB3D1

HEX: #DEB3D1
RGB: (222,179,209)

Color info

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

RGB color model

#DEB3D1 color RGB value is (222,179,209).

  • red value is 222;
  • green value is 179;
  • blue value is 209.
RGB:
(222,179,209)
(87%,70%,82%)

RGB channels and saturation

R 222 of 255 = 87%
G 179 of 255 = 70%
B 209 of 255 = 82%

222
179
209

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

Portions of RGB colors in percentages

R + G + B =
222 + 179 + 209 = 610 (100%)
R 222 of 610 ~ 36.39%
G 179 of 610 ~ 29.34%
B 209 of 610 ~ 34.26%

%36.39
%29.34
%34.26

CMYK color model

#DEB3D1 color CMYK value is (0,19,6,13).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 5.86%
  • key color value is 12.94%
CMYK:
(0,19,6,13)
C0M19Y6K13 
(0%,19%,6%,13%)
(0.00/0.19/0.06/0.13)	

CMYK percentages

%0
%19.37
%5.86
%12.94

Codes

Color #DEB3D1 in popluar color models

DEB3D1
RGB222179209
HSL318°39.45%78.63%
HSB/HSV318°19.37%87.06%
CMYK0.00%19.37%5.86%
12.94%

Color #DEB3D1 in popluar number systems.

HEXDEB3D1
Decimal222179209
Binary110111101011001111010001
Octal336263321

Shades and tints

Shades of #DEB3D1

#DEB3D1
(222,179,209)
#CAA3BE
(202,163,190)
#B693AB
(182,147,171)
#A28398
(162,131,152)
#8E7385
(142,115,133)
#7A6372
(122,99,114)
#66535F
(102,83,95)
#52434C
(82,67,76)
#3E3339
(62,51,57)
#2A2326
(42,35,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DEB3D1

#DEB3D1
(222,179,209)
#E1B9D5
(225,185,213)
#E4BFD9
(228,191,217)
#E7C5DD
(231,197,221)
#EACBE1
(234,203,225)
#EDD1E5
(237,209,229)
#F0D7E9
(240,215,233)
#F3DDED
(243,221,237)
#F6E3F1
(246,227,241)
#F9E9F5
(249,233,245)
#FCEFF9
(252,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB3D1 color. Also use rgb(222,179,209) instead hex code.

Text Font Color

.myTextColor { color: #DEB3D1; }

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

This text font color is #DEB3D1.


Background Color

.myBgColor { background-color: #DEB3D1; }

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

This div background color is #DEB3D1.


Border color

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

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

This div border color is #DEB3D1.


Opacity

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

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

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

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

This text has shadow with #DEB3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB3D1 on black background.


Color preview on white background

This text has color #DEB3D1 on white background.



Black color preview on #DEB3D1 background

This text has black color on #DEB3D1 background.


White color preview on #DEB3D1 background

This text has white color on #DEB3D1 background.