COLOR #DEB9CD

HEX: #DEB9CD
RGB: (222,185,205)

Color info

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

RGB color model

#DEB9CD color RGB value is (222,185,205).

  • red value is 222;
  • green value is 185;
  • blue value is 205.
RGB:
(222,185,205)
(87%,73%,80%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 205 of 255 = 80%

222
185
205

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

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 205 = 612 (100%)
R 222 of 612 ~ 36.27%
G 185 of 612 ~ 30.23%
B 205 of 612 ~ 33.5%

%36.27
%30.23
%33.5

CMYK color model

#DEB9CD color CMYK value is (0,17,8,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.66%
  • key color value is 12.94%
CMYK:
(0,17,8,13)
C0M17Y8K13 
(0%,17%,8%,13%)
(0.00/0.17/0.08/0.13)	

CMYK percentages

%0
%16.67
%7.66
%12.94

Codes

Color #DEB9CD in popluar color models

DEB9CD
RGB222185205
HSL328°35.92%79.80%
HSB/HSV328°16.67%87.06%
CMYK0.00%16.67%7.66%
12.94%

Color #DEB9CD in popluar number systems.

HEXDEB9CD
Decimal222185205
Binary110111101011100111001101
Octal336271315

Shades and tints

Shades of #DEB9CD

#DEB9CD
(222,185,205)
#CAA9BB
(202,169,187)
#B699A9
(182,153,169)
#A28997
(162,137,151)
#8E7985
(142,121,133)
#7A6973
(122,105,115)
#665961
(102,89,97)
#52494F
(82,73,79)
#3E393D
(62,57,61)
#2A292B
(42,41,43)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #DEB9CD

#DEB9CD
(222,185,205)
#E1BFD1
(225,191,209)
#E4C5D5
(228,197,213)
#E7CBD9
(231,203,217)
#EAD1DD
(234,209,221)
#EDD7E1
(237,215,225)
#F0DDE5
(240,221,229)
#F3E3E9
(243,227,233)
#F6E9ED
(246,233,237)
#F9EFF1
(249,239,241)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB9CD color. Also use rgb(222,185,205) instead hex code.

Text Font Color

.myTextColor { color: #DEB9CD; }

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

This text font color is #DEB9CD.


Background Color

.myBgColor { background-color: #DEB9CD; }

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

This div background color is #DEB9CD.


Border color

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

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

This div border color is #DEB9CD.


Opacity

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

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

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

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

This text has shadow with #DEB9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9CD on black background.


Color preview on white background

This text has color #DEB9CD on white background.



Black color preview on #DEB9CD background

This text has black color on #DEB9CD background.


White color preview on #DEB9CD background

This text has white color on #DEB9CD background.