COLOR #DEB4CE

HEX: #DEB4CE
RGB: (222,180,206)

Color info

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

RGB color model

#DEB4CE color RGB value is (222,180,206).

  • red value is 222;
  • green value is 180;
  • blue value is 206.
RGB:
(222,180,206)
(87%,71%,81%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 206 of 255 = 81%

222
180
206

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

Portions of RGB colors in percentages

R + G + B =
222 + 180 + 206 = 608 (100%)
R 222 of 608 ~ 36.51%
G 180 of 608 ~ 29.61%
B 206 of 608 ~ 33.88%

%36.51
%29.61
%33.88

CMYK color model

#DEB4CE color CMYK value is (0,19,7,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 7.21%
  • key color value is 12.94%
CMYK:
(0,19,7,13)
C0M19Y7K13 
(0%,19%,7%,13%)
(0.00/0.19/0.07/0.13)	

CMYK percentages

%0
%18.92
%7.21
%12.94

Codes

Color #DEB4CE in popluar color models

DEB4CE
RGB222180206
HSL323°38.89%78.82%
HSB/HSV323°18.92%87.06%
CMYK0.00%18.92%7.21%
12.94%

Color #DEB4CE in popluar number systems.

HEXDEB4CE
Decimal222180206
Binary110111101011010011001110
Octal336264316

Shades and tints

Shades of #DEB4CE

#DEB4CE
(222,180,206)
#CAA4BC
(202,164,188)
#B694AA
(182,148,170)
#A28498
(162,132,152)
#8E7486
(142,116,134)
#7A6474
(122,100,116)
#665462
(102,84,98)
#524450
(82,68,80)
#3E343E
(62,52,62)
#2A242C
(42,36,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #DEB4CE

#DEB4CE
(222,180,206)
#E1BAD2
(225,186,210)
#E4C0D6
(228,192,214)
#E7C6DA
(231,198,218)
#EACCDE
(234,204,222)
#EDD2E2
(237,210,226)
#F0D8E6
(240,216,230)
#F3DEEA
(243,222,234)
#F6E4EE
(246,228,238)
#F9EAF2
(249,234,242)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB4CE color. Also use rgb(222,180,206) instead hex code.

Text Font Color

.myTextColor { color: #DEB4CE; }

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

This text font color is #DEB4CE.


Background Color

.myBgColor { background-color: #DEB4CE; }

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

This div background color is #DEB4CE.


Border color

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

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

This div border color is #DEB4CE.


Opacity

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

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

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

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

This text has shadow with #DEB4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB4CE on black background.


Color preview on white background

This text has color #DEB4CE on white background.



Black color preview on #DEB4CE background

This text has black color on #DEB4CE background.


White color preview on #DEB4CE background

This text has white color on #DEB4CE background.