COLOR #DEB0CF

HEX: #DEB0CF
RGB: (222,176,207)

Color info

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

RGB color model

#DEB0CF color RGB value is (222,176,207).

  • red value is 222;
  • green value is 176;
  • blue value is 207.
RGB:
(222,176,207)
(87%,69%,81%)

RGB channels and saturation

R 222 of 255 = 87%
G 176 of 255 = 69%
B 207 of 255 = 81%

222
176
207

R + G + B ~ 79%. #DEB0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 176 + 207 = 605 (100%)
R 222 of 605 ~ 36.69%
G 176 of 605 ~ 29.09%
B 207 of 605 ~ 34.21%

%36.69
%29.09
%34.21

CMYK color model

#DEB0CF color CMYK value is (0,21,7,13).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 6.76%
  • key color value is 12.94%
CMYK:
(0,21,7,13)
C0M21Y7K13 
(0%,21%,7%,13%)
(0.00/0.21/0.07/0.13)	

CMYK percentages

%0
%20.72
%6.76
%12.94

Codes

Color #DEB0CF in popluar color models

DEB0CF
RGB222176207
HSL320°41.07%78.04%
HSB/HSV320°20.72%87.06%
CMYK0.00%20.72%6.76%
12.94%

Color #DEB0CF in popluar number systems.

HEXDEB0CF
Decimal222176207
Binary110111101011000011001111
Octal336260317

Shades and tints

Shades of #DEB0CF

#DEB0CF
(222,176,207)
#CAA0BD
(202,160,189)
#B690AB
(182,144,171)
#A28099
(162,128,153)
#8E7087
(142,112,135)
#7A6075
(122,96,117)
#665063
(102,80,99)
#524051
(82,64,81)
#3E303F
(62,48,63)
#2A202D
(42,32,45)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #DEB0CF

#DEB0CF
(222,176,207)
#E1B7D3
(225,183,211)
#E4BED7
(228,190,215)
#E7C5DB
(231,197,219)
#EACCDF
(234,204,223)
#EDD3E3
(237,211,227)
#F0DAE7
(240,218,231)
#F3E1EB
(243,225,235)
#F6E8EF
(246,232,239)
#F9EFF3
(249,239,243)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB0CF color. Also use rgb(222,176,207) instead hex code.

Text Font Color

.myTextColor { color: #DEB0CF; }

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

This text font color is #DEB0CF.


Background Color

.myBgColor { background-color: #DEB0CF; }

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

This div background color is #DEB0CF.


Border color

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

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

This div border color is #DEB0CF.


Opacity

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

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

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

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

This text has shadow with #DEB0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB0CF on black background.


Color preview on white background

This text has color #DEB0CF on white background.



Black color preview on #DEB0CF background

This text has black color on #DEB0CF background.


White color preview on #DEB0CF background

This text has white color on #DEB0CF background.