COLOR #DEBDD9

HEX: #DEBDD9
RGB: (222,189,217)

Color info

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

RGB color model

#DEBDD9 color RGB value is (222,189,217).

  • red value is 222;
  • green value is 189;
  • blue value is 217.
RGB:
(222,189,217)
(87%,74%,85%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 217 of 255 = 85%

222
189
217

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

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 217 = 628 (100%)
R 222 of 628 ~ 35.35%
G 189 of 628 ~ 30.1%
B 217 of 628 ~ 34.55%

%35.35
%30.1
%34.55

CMYK color model

#DEBDD9 color CMYK value is (0,15,2,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(0,15,2,13)
C0M15Y2K13 
(0%,15%,2%,13%)
(0.00/0.15/0.02/0.13)	

CMYK percentages

%0
%14.86
%2.25
%12.94

Codes

Color #DEBDD9 in popluar color models

DEBDD9
RGB222189217
HSL309°33.33%80.59%
HSB/HSV309°14.86%87.06%
CMYK0.00%14.86%2.25%
12.94%

Color #DEBDD9 in popluar number systems.

HEXDEBDD9
Decimal222189217
Binary110111101011110111011001
Octal336275331

Shades and tints

Shades of #DEBDD9

#DEBDD9
(222,189,217)
#CAACC6
(202,172,198)
#B69BB3
(182,155,179)
#A28AA0
(162,138,160)
#8E798D
(142,121,141)
#7A687A
(122,104,122)
#665767
(102,87,103)
#524654
(82,70,84)
#3E3541
(62,53,65)
#2A242E
(42,36,46)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #DEBDD9

#DEBDD9
(222,189,217)
#E1C3DC
(225,195,220)
#E4C9DF
(228,201,223)
#E7CFE2
(231,207,226)
#EAD5E5
(234,213,229)
#EDDBE8
(237,219,232)
#F0E1EB
(240,225,235)
#F3E7EE
(243,231,238)
#F6EDF1
(246,237,241)
#F9F3F4
(249,243,244)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBDD9 color. Also use rgb(222,189,217) instead hex code.

Text Font Color

.myTextColor { color: #DEBDD9; }

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

This text font color is #DEBDD9.


Background Color

.myBgColor { background-color: #DEBDD9; }

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

This div background color is #DEBDD9.


Border color

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

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

This div border color is #DEBDD9.


Opacity

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

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

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

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

This text has shadow with #DEBDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBDD9 on black background.


Color preview on white background

This text has color #DEBDD9 on white background.



Black color preview on #DEBDD9 background

This text has black color on #DEBDD9 background.


White color preview on #DEBDD9 background

This text has white color on #DEBDD9 background.