COLOR #DEB2D4

HEX: #DEB2D4
RGB: (222,178,212)

Color info

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

RGB color model

#DEB2D4 color RGB value is (222,178,212).

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

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 212 of 255 = 83%

222
178
212

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

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 212 = 612 (100%)
R 222 of 612 ~ 36.27%
G 178 of 612 ~ 29.08%
B 212 of 612 ~ 34.64%

%36.27
%29.08
%34.64

CMYK color model

#DEB2D4 color CMYK value is (0,20,5,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 4.50%
  • key color value is 12.94%
CMYK:
(0,20,5,13)
C0M20Y5K13 
(0%,20%,5%,13%)
(0.00/0.20/0.05/0.13)	

CMYK percentages

%0
%19.82
%4.5
%12.94

Codes

Color #DEB2D4 in popluar color models

DEB2D4
RGB222178212
HSL314°40.00%78.43%
HSB/HSV314°19.82%87.06%
CMYK0.00%19.82%4.50%
12.94%

Color #DEB2D4 in popluar number systems.

HEXDEB2D4
Decimal222178212
Binary110111101011001011010100
Octal336262324

Shades and tints

Shades of #DEB2D4

#DEB2D4
(222,178,212)
#CAA2C1
(202,162,193)
#B692AE
(182,146,174)
#A2829B
(162,130,155)
#8E7288
(142,114,136)
#7A6275
(122,98,117)
#665262
(102,82,98)
#52424F
(82,66,79)
#3E323C
(62,50,60)
#2A2229
(42,34,41)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #DEB2D4

#DEB2D4
(222,178,212)
#E1B9D7
(225,185,215)
#E4C0DA
(228,192,218)
#E7C7DD
(231,199,221)
#EACEE0
(234,206,224)
#EDD5E3
(237,213,227)
#F0DCE6
(240,220,230)
#F3E3E9
(243,227,233)
#F6EAEC
(246,234,236)
#F9F1EF
(249,241,239)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB2D4; }

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

This text font color is #DEB2D4.


Background Color

.myBgColor { background-color: #DEB2D4; }

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

This div background color is #DEB2D4.


Border color

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

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

This div border color is #DEB2D4.


Opacity

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

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

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

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

This text has shadow with #DEB2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB2D4 on black background.


Color preview on white background

This text has color #DEB2D4 on white background.



Black color preview on #DEB2D4 background

This text has black color on #DEB2D4 background.


White color preview on #DEB2D4 background

This text has white color on #DEB2D4 background.