COLOR #DEB2C7

HEX: #DEB2C7 RGB: (222,178,199)

Color info

#DEB2C7 contains red, green and blue colors in about the same proportion. Web safe color of #DEB2C7 is #CC99CC (or #C9C).

RGB color model

#DEB2C7 color RGB value is (222,178,199).

RGB: (222,178,199) (87%, 70%, 78%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 199 of 255 = 78%

222
178
199

R + G + B ~ 78%. #DEB2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 178 + 199 = 599 (100%)
R 222 of 599 ~ 37.06%
G 178 of 599 ~ 29.72%
B 199 of 599 ~ 33.22'%

%37.06
%29.72
%33.22

CMYK color model

#DEB2C7 color CMYK value is (0,20,10,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 10.36%
  • key color value is 12.94%

CMYK: (0,20,10,13)
C0M20Y10K13 (0%, 20%, 10%, 13%)
(0.00 / 0.20 / 0.10 / 0.13)

CMYK percentages

%0
%19.82
%10.36
%12.94

Codes

Color #DEB2C7 in popluar color models

DE B2 C7
RGB 222 178 199
HSL 331° 40.00% 78.43%
HSB/HSV 331° 19.82% 87.06%
CMYK 0.00% 19.82% 10.36%
12.94%

Color #DEB2C7 in popluar number systems.

HEX DE B2 C7
Decimal 222 178 199
Binary 11011110 10110010 11000111
Octal 336 262 307

Shades and tints

Shades of #DEB2C7

#DEB2C7
(222,178,199)
#CAA2B5
(202,162,181)
#B692A3
(182,146,163)
#A28291
(162,130,145)
#8E727F
(142,114,127)
#7A626D
(122,98,109)
#66525B
(102,82,91)
#524249
(82,66,73)
#3E3237
(62,50,55)
#2A2225
(42,34,37)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #DEB2C7

#DEB2C7
(222,178,199)
#E1B9CC
(225,185,204)
#E4C0D1
(228,192,209)
#E7C7D6
(231,199,214)
#EACEDB
(234,206,219)
#EDD5E0
(237,213,224)
#F0DCE5
(240,220,229)
#F3E3EA
(243,227,234)
#F6EAEF
(246,234,239)
#F9F1F4
(249,241,244)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB2C7 color. Also use rgb(222,178,199) instead hex code.

Text Font Color

.myTextColor { color: #DEB2C7; }

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

This text font color is #DEB2C7.

Background Color

.myBgColor { background-color: #DEB2C7; }

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

This div background color is #DEB2C7.

Border color

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

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

This div border color is #DEB2C7.

Opacity

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

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

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

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

This text has shadow with #DEB2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB2C7.

Preview

Color preview on black background

This text has color #DEB2C7 on black background.


Color preview on white background

This text has color #DEB2C7 on white background.


Black color preview on #DEB2C7 background

This text has black color on #DEB2C7 background.


White color preview on #DEB2C7 background

This text has white color on #DEB2C7 background.


Related colors

Complementary color

Complementary color for #hex is #214D38.


I love getcolorcode.com

Triadic colors

1 #C7DEB2 and #B2C7DE with #DEB2C7 are triadic colors.

2 #C7B2DE and #B2DEC7 with #DEB2C7 are triadic colors.