COLOR #DEBDC6

HEX: #DEBDC6 RGB: (222,189,198)

Color info

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

RGB color model

#DEBDC6 color RGB value is (222,189,198).

RGB: (222,189,198) (87%, 74%, 78%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 198 of 255 = 78%

222
189
198

R + G + B ~ 80%. #DEBDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 189 + 198 = 609 (100%)
R 222 of 609 ~ 36.45%
G 189 of 609 ~ 31.03%
B 198 of 609 ~ 32.51'%

%36.45
%31.03
%32.51

CMYK color model

#DEBDC6 color CMYK value is (0,15,11,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK: (0,15,11,13) C0M15Y11K13 (0%,15%,11%,13%) (0.00/0.15/0.11/0.13) 

CMYK percentages

%0
%14.86
%10.81
%12.94

Codes

Color #DEBDC6 in popluar color models

DE BD C6
RGB 222 189 198
HSL 344° 33.33% 80.59%
HSB/HSV 344° 14.86% 87.06%
CMYK 0.00% 14.86% 10.81%
12.94%

Color #DEBDC6 in popluar number systems.

HEX DE BD C6
Decimal 222 189 198
Binary 11011110 10111101 11000110
Octal 336 275 306

Shades and tints

Shades of #DEBDC6

#DEBDC6
(222,189,198)
#CAACB4
(202,172,180)
#B69BA2
(182,155,162)
#A28A90
(162,138,144)
#8E797E
(142,121,126)
#7A686C
(122,104,108)
#66575A
(102,87,90)
#524648
(82,70,72)
#3E3536
(62,53,54)
#2A2424
(42,36,36)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #DEBDC6

#DEBDC6
(222,189,198)
#E1C3CB
(225,195,203)
#E4C9D0
(228,201,208)
#E7CFD5
(231,207,213)
#EAD5DA
(234,213,218)
#EDDBDF
(237,219,223)
#F0E1E4
(240,225,228)
#F3E7E9
(243,231,233)
#F6EDEE
(246,237,238)
#F9F3F3
(249,243,243)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBDC6; }

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

This text font color is #DEBDC6.

Background Color

.myBgColor { background-color: #DEBDC6; }

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

This div background color is #DEBDC6.

Border color

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

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

This div border color is #DEBDC6.

Opacity

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

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

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

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

This text has shadow with #DEBDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBDC6.

Preview

Color preview on black background

This text has color #DEBDC6 on black background.


Color preview on white background

This text has color #DEBDC6 on white background.


Black color preview on #DEBDC6 background

This text has black color on #DEBDC6 background.


White color preview on #DEBDC6 background

This text has white color on #DEBDC6 background.


Related colors

Complementary color

Complementary color for #hex is #214239.


I love getcolorcode.com

Triadic colors

1 #C6DEBD and #BDC6DE with #DEBDC6 are triadic colors.

2 #C6BDDE and #BDDEC6 with #DEBDC6 are triadic colors.