COLOR #DEBDD5

HEX: #DEBDD5
RGB: (222,189,213)

Color info

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

RGB color model

#DEBDD5 color RGB value is (222,189,213).

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

RGB channels and saturation

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

222
189
213

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

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 213 = 624 (100%)
R 222 of 624 ~ 35.58%
G 189 of 624 ~ 30.29%
B 213 of 624 ~ 34.13%

%35.58
%30.29
%34.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.86%
  • 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
%14.86
%4.05
%12.94

Codes

Color #DEBDD5 in popluar color models

DEBDD5
RGB222189213
HSL316°33.33%80.59%
HSB/HSV316°14.86%87.06%
CMYK0.00%14.86%4.05%
12.94%

Color #DEBDD5 in popluar number systems.

HEXDEBDD5
Decimal222189213
Binary110111101011110111010101
Octal336275325

Shades and tints

Shades of #DEBDD5

#DEBDD5
(222,189,213)
#CAACC2
(202,172,194)
#B69BAF
(182,155,175)
#A28A9C
(162,138,156)
#8E7989
(142,121,137)
#7A6876
(122,104,118)
#665763
(102,87,99)
#524650
(82,70,80)
#3E353D
(62,53,61)
#2A242A
(42,36,42)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #DEBDD5

#DEBDD5
(222,189,213)
#E1C3D8
(225,195,216)
#E4C9DB
(228,201,219)
#E7CFDE
(231,207,222)
#EAD5E1
(234,213,225)
#EDDBE4
(237,219,228)
#F0E1E7
(240,225,231)
#F3E7EA
(243,231,234)
#F6EDED
(246,237,237)
#F9F3F0
(249,243,240)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBDD5; }

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

This text font color is #DEBDD5.


Background Color

.myBgColor { background-color: #DEBDD5; }

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

This div background color is #DEBDD5.


Border color

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

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

This div border color is #DEBDD5.


Opacity

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

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

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

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

This text has shadow with #DEBDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBDD5 on black background.


Color preview on white background

This text has color #DEBDD5 on white background.



Black color preview on #DEBDD5 background

This text has black color on #DEBDD5 background.


White color preview on #DEBDD5 background

This text has white color on #DEBDD5 background.