COLOR #DEBDD8

HEX: #DEBDD8 RGB: (222,189,216)

Color info

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

RGB color model

#DEBDD8 color RGB value is (222,189,216).

RGB: (222,189,216) (87%, 74%, 85%)

RGB channels and saturation

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

222
189
216

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

Portions of RGB colors in percentages

R + G + B = 222 + 189 + 216 = 627 (100%)
R 222 of 627 ~ 35.41%
G 189 of 627 ~ 30.14%
B 216 of 627 ~ 34.45'%

%35.41
%30.14
%34.45

CMYK color model

#DEBDD8 color CMYK value is (0,15,3,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 2.70%
  • key color value is 12.94%

CMYK: (0,15,3,13)
C0M15Y3K13 (0%, 15%, 3%, 13%)
(0.00 / 0.15 / 0.03 / 0.13)

CMYK percentages

%0
%14.86
%2.7
%12.94

Codes

Color #DEBDD8 in popluar color models

DE BD D8
RGB 222 189 216
HSL 311° 33.33% 80.59%
HSB/HSV 311° 14.86% 87.06%
CMYK 0.00% 14.86% 2.70%
12.94%

Color #DEBDD8 in popluar number systems.

HEX DE BD D8
Decimal 222 189 216
Binary 11011110 10111101 11011000
Octal 336 275 330

Shades and tints

Shades of #DEBDD8

#DEBDD8
(222,189,216)
#CAACC5
(202,172,197)
#B69BB2
(182,155,178)
#A28A9F
(162,138,159)
#8E798C
(142,121,140)
#7A6879
(122,104,121)
#665766
(102,87,102)
#524653
(82,70,83)
#3E3540
(62,53,64)
#2A242D
(42,36,45)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #DEBDD8

#DEBDD8
(222,189,216)
#E1C3DB
(225,195,219)
#E4C9DE
(228,201,222)
#E7CFE1
(231,207,225)
#EAD5E4
(234,213,228)
#EDDBE7
(237,219,231)
#F0E1EA
(240,225,234)
#F3E7ED
(243,231,237)
#F6EDF0
(246,237,240)
#F9F3F3
(249,243,243)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBDD8; }

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

This text font color is #DEBDD8.

Background Color

.myBgColor { background-color: #DEBDD8; }

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

This div background color is #DEBDD8.

Border color

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

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

This div border color is #DEBDD8.

Opacity

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

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

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

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

This text has shadow with #DEBDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBDD8.

Preview

Color preview on black background

This text has color #DEBDD8 on black background.


Color preview on white background

This text has color #DEBDD8 on white background.


Black color preview on #DEBDD8 background

This text has black color on #DEBDD8 background.


White color preview on #DEBDD8 background

This text has white color on #DEBDD8 background.


Related colors

Complementary color

Complementary color for #hex is #214227.


I love getcolorcode.com

Triadic colors

1 #D8DEBD and #BDD8DE with #DEBDD8 are triadic colors.

2 #D8BDDE and #BDDED8 with #DEBDD8 are triadic colors.