COLOR #DEB4C2

HEX: #DEB4C2 RGB: (222,180,194)

Color info

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

RGB color model

#DEB4C2 color RGB value is (222,180,194).

RGB: (222,180,194) (87%, 71%, 76%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 194 of 255 = 76%

222
180
194

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

Portions of RGB colors in percentages

R + G + B = 222 + 180 + 194 = 596 (100%)
R 222 of 596 ~ 37.25%
G 180 of 596 ~ 30.2%
B 194 of 596 ~ 32.55'%

%37.25
%30.2
%32.55

CMYK color model

#DEB4C2 color CMYK value is (0,19,13,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 12.61%
  • key color value is 12.94%

CMYK: (0,19,13,13)
C0M19Y13K13 (0%, 19%, 13%, 13%)
(0.00 / 0.19 / 0.13 / 0.13)

CMYK percentages

%0
%18.92
%12.61
%12.94

Codes

Color #DEB4C2 in popluar color models

DE B4 C2
RGB 222 180 194
HSL 340° 38.89% 78.82%
HSB/HSV 340° 18.92% 87.06%
CMYK 0.00% 18.92% 12.61%
12.94%

Color #DEB4C2 in popluar number systems.

HEX DE B4 C2
Decimal 222 180 194
Binary 11011110 10110100 11000010
Octal 336 264 302

Shades and tints

Shades of #DEB4C2

#DEB4C2
(222,180,194)
#CAA4B1
(202,164,177)
#B694A0
(182,148,160)
#A2848F
(162,132,143)
#8E747E
(142,116,126)
#7A646D
(122,100,109)
#66545C
(102,84,92)
#52444B
(82,68,75)
#3E343A
(62,52,58)
#2A2429
(42,36,41)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #DEB4C2

#DEB4C2
(222,180,194)
#E1BAC7
(225,186,199)
#E4C0CC
(228,192,204)
#E7C6D1
(231,198,209)
#EACCD6
(234,204,214)
#EDD2DB
(237,210,219)
#F0D8E0
(240,216,224)
#F3DEE5
(243,222,229)
#F6E4EA
(246,228,234)
#F9EAEF
(249,234,239)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB4C2 color. Also use rgb(222,180,194) instead hex code.

Text Font Color

.myTextColor { color: #DEB4C2; }

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

This text font color is #DEB4C2.

Background Color

.myBgColor { background-color: #DEB4C2; }

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

This div background color is #DEB4C2.

Border color

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

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

This div border color is #DEB4C2.

Opacity

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

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

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

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

This text has shadow with #DEB4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB4C2.

Preview

Color preview on black background

This text has color #DEB4C2 on black background.


Color preview on white background

This text has color #DEB4C2 on white background.


Black color preview on #DEB4C2 background

This text has black color on #DEB4C2 background.


White color preview on #DEB4C2 background

This text has white color on #DEB4C2 background.


Related colors

Complementary color

Complementary color for #hex is #214B3D.


I love getcolorcode.com

Triadic colors

1 #C2DEB4 and #B4C2DE with #DEB4C2 are triadic colors.

2 #C2B4DE and #B4DEC2 with #DEB4C2 are triadic colors.