COLOR #DEB3C6

HEX: #DEB3C6
RGB: (222,179,198)

Color info

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

RGB color model

#DEB3C6 color RGB value is (222,179,198).

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

RGB channels and saturation

R 222 of 255 = 87%
G 179 of 255 = 70%
B 198 of 255 = 78%

222
179
198

R + G + B ~ 78%. #DEB3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 179 + 198 = 599 (100%)
R 222 of 599 ~ 37.06%
G 179 of 599 ~ 29.88%
B 198 of 599 ~ 33.06%

%37.06
%29.88
%33.06

CMYK color model

#DEB3C6 color CMYK value is (0,19,11,13).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(0,19,11,13)
C0M19Y11K13 
(0%,19%,11%,13%)
(0.00/0.19/0.11/0.13)	

CMYK percentages

%0
%19.37
%10.81
%12.94

Codes

Color #DEB3C6 in popluar color models

DEB3C6
RGB222179198
HSL333°39.45%78.63%
HSB/HSV333°19.37%87.06%
CMYK0.00%19.37%10.81%
12.94%

Color #DEB3C6 in popluar number systems.

HEXDEB3C6
Decimal222179198
Binary110111101011001111000110
Octal336263306

Shades and tints

Shades of #DEB3C6

#DEB3C6
(222,179,198)
#CAA3B4
(202,163,180)
#B693A2
(182,147,162)
#A28390
(162,131,144)
#8E737E
(142,115,126)
#7A636C
(122,99,108)
#66535A
(102,83,90)
#524348
(82,67,72)
#3E3336
(62,51,54)
#2A2324
(42,35,36)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #DEB3C6

#DEB3C6
(222,179,198)
#E1B9CB
(225,185,203)
#E4BFD0
(228,191,208)
#E7C5D5
(231,197,213)
#EACBDA
(234,203,218)
#EDD1DF
(237,209,223)
#F0D7E4
(240,215,228)
#F3DDE9
(243,221,233)
#F6E3EE
(246,227,238)
#F9E9F3
(249,233,243)
#FCEFF8
(252,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB3C6; }

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

This text font color is #DEB3C6.


Background Color

.myBgColor { background-color: #DEB3C6; }

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

This div background color is #DEB3C6.


Border color

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

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

This div border color is #DEB3C6.


Opacity

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

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

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

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

This text has shadow with #DEB3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB3C6 on black background.


Color preview on white background

This text has color #DEB3C6 on white background.



Black color preview on #DEB3C6 background

This text has black color on #DEB3C6 background.


White color preview on #DEB3C6 background

This text has white color on #DEB3C6 background.