COLOR #DEB2C8

HEX: #DEB2C8
RGB: (222,178,200)

Color info

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

RGB color model

#DEB2C8 color RGB value is (222,178,200).

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

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 200 of 255 = 78%

222
178
200

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

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 200 = 600 (100%)
R 222 of 600 ~ 37%
G 178 of 600 ~ 29.67%
B 200 of 600 ~ 33.33%

%37
%29.67
%33.33

CMYK color model

#DEB2C8 color CMYK value is (0,20,10,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(0,20,10,13)
C0M20Y10K13 
(0%,20%,10%,13%)
(0.00/0.20/0.10/0.13)	

CMYK percentages

%0
%19.82
%9.91
%12.94

Codes

Color #DEB2C8 in popluar color models

DEB2C8
RGB222178200
HSL330°40.00%78.43%
HSB/HSV330°19.82%87.06%
CMYK0.00%19.82%9.91%
12.94%

Color #DEB2C8 in popluar number systems.

HEXDEB2C8
Decimal222178200
Binary110111101011001011001000
Octal336262310

Shades and tints

Shades of #DEB2C8

#DEB2C8
(222,178,200)
#CAA2B6
(202,162,182)
#B692A4
(182,146,164)
#A28292
(162,130,146)
#8E7280
(142,114,128)
#7A626E
(122,98,110)
#66525C
(102,82,92)
#52424A
(82,66,74)
#3E3238
(62,50,56)
#2A2226
(42,34,38)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #DEB2C8

#DEB2C8
(222,178,200)
#E1B9CD
(225,185,205)
#E4C0D2
(228,192,210)
#E7C7D7
(231,199,215)
#EACEDC
(234,206,220)
#EDD5E1
(237,213,225)
#F0DCE6
(240,220,230)
#F3E3EB
(243,227,235)
#F6EAF0
(246,234,240)
#F9F1F5
(249,241,245)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB2C8; }

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

This text font color is #DEB2C8.


Background Color

.myBgColor { background-color: #DEB2C8; }

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

This div background color is #DEB2C8.


Border color

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

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

This div border color is #DEB2C8.


Opacity

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

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

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

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

This text has shadow with #DEB2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB2C8 on black background.


Color preview on white background

This text has color #DEB2C8 on white background.



Black color preview on #DEB2C8 background

This text has black color on #DEB2C8 background.


White color preview on #DEB2C8 background

This text has white color on #DEB2C8 background.