COLOR #DEBCD5

HEX: #DEBCD5
RGB: (222,188,213)

Color info

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

RGB color model

#DEBCD5 color RGB value is (222,188,213).

  • red value is 222;
  • green value is 188;
  • blue value is 213.
RGB:
(222,188,213)
(87%,74%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 213 of 255 = 84%

222
188
213

R + G + B ~ 82%. #DEBCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 188 + 213 = 623 (100%)
R 222 of 623 ~ 35.63%
G 188 of 623 ~ 30.18%
B 213 of 623 ~ 34.19%

%35.63
%30.18
%34.19

CMYK color model

#DEBCD5 color CMYK value is (0,15,4,13).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 4.05%
  • key color value is 12.94%
CMYK:
(0,15,4,13)
C0M15Y4K13 
(0%,15%,4%,13%)
(0.00/0.15/0.04/0.13)	

CMYK percentages

%0
%15.32
%4.05
%12.94

Codes

Color #DEBCD5 in popluar color models

DEBCD5
RGB222188213
HSL316°34.00%80.39%
HSB/HSV316°15.32%87.06%
CMYK0.00%15.32%4.05%
12.94%

Color #DEBCD5 in popluar number systems.

HEXDEBCD5
Decimal222188213
Binary110111101011110011010101
Octal336274325

Shades and tints

Shades of #DEBCD5

#DEBCD5
(222,188,213)
#CAABC2
(202,171,194)
#B69AAF
(182,154,175)
#A2899C
(162,137,156)
#8E7889
(142,120,137)
#7A6776
(122,103,118)
#665663
(102,86,99)
#524550
(82,69,80)
#3E343D
(62,52,61)
#2A232A
(42,35,42)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #DEBCD5

#DEBCD5
(222,188,213)
#E1C2D8
(225,194,216)
#E4C8DB
(228,200,219)
#E7CEDE
(231,206,222)
#EAD4E1
(234,212,225)
#EDDAE4
(237,218,228)
#F0E0E7
(240,224,231)
#F3E6EA
(243,230,234)
#F6ECED
(246,236,237)
#F9F2F0
(249,242,240)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBCD5 color. Also use rgb(222,188,213) instead hex code.

Text Font Color

.myTextColor { color: #DEBCD5; }

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

This text font color is #DEBCD5.


Background Color

.myBgColor { background-color: #DEBCD5; }

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

This div background color is #DEBCD5.


Border color

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

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

This div border color is #DEBCD5.


Opacity

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

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

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

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

This text has shadow with #DEBCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBCD5 on black background.


Color preview on white background

This text has color #DEBCD5 on white background.



Black color preview on #DEBCD5 background

This text has black color on #DEBCD5 background.


White color preview on #DEBCD5 background

This text has white color on #DEBCD5 background.