COLOR #DEB8D4

HEX: #DEB8D4
RGB: (222,184,212)

Color info

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

RGB color model

#DEB8D4 color RGB value is (222,184,212).

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

RGB channels and saturation

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

222
184
212

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

Portions of RGB colors in percentages

R + G + B =
222 + 184 + 212 = 618 (100%)
R 222 of 618 ~ 35.92%
G 184 of 618 ~ 29.77%
B 212 of 618 ~ 34.3%

%35.92
%29.77
%34.3

CMYK color model

#DEB8D4 color CMYK value is (0,17,5,13).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 4.50%
  • key color value is 12.94%
CMYK:
(0,17,5,13)
C0M17Y5K13 
(0%,17%,5%,13%)
(0.00/0.17/0.05/0.13)	

CMYK percentages

%0
%17.12
%4.5
%12.94

Codes

Color #DEB8D4 in popluar color models

DEB8D4
RGB222184212
HSL316°36.54%79.61%
HSB/HSV316°17.12%87.06%
CMYK0.00%17.12%4.50%
12.94%

Color #DEB8D4 in popluar number systems.

HEXDEB8D4
Decimal222184212
Binary110111101011100011010100
Octal336270324

Shades and tints

Shades of #DEB8D4

#DEB8D4
(222,184,212)
#CAA8C1
(202,168,193)
#B698AE
(182,152,174)
#A2889B
(162,136,155)
#8E7888
(142,120,136)
#7A6875
(122,104,117)
#665862
(102,88,98)
#52484F
(82,72,79)
#3E383C
(62,56,60)
#2A2829
(42,40,41)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #DEB8D4

#DEB8D4
(222,184,212)
#E1BED7
(225,190,215)
#E4C4DA
(228,196,218)
#E7CADD
(231,202,221)
#EAD0E0
(234,208,224)
#EDD6E3
(237,214,227)
#F0DCE6
(240,220,230)
#F3E2E9
(243,226,233)
#F6E8EC
(246,232,236)
#F9EEEF
(249,238,239)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB8D4; }

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

This text font color is #DEB8D4.


Background Color

.myBgColor { background-color: #DEB8D4; }

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

This div background color is #DEB8D4.


Border color

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

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

This div border color is #DEB8D4.


Opacity

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

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

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

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

This text has shadow with #DEB8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB8D4 on black background.


Color preview on white background

This text has color #DEB8D4 on white background.



Black color preview on #DEB8D4 background

This text has black color on #DEB8D4 background.


White color preview on #DEB8D4 background

This text has white color on #DEB8D4 background.