COLOR #DEB1CC

HEX: #DEB1CC RGB: (222,177,204)

Color info

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

RGB color model

#DEB1CC color RGB value is (222,177,204).

RGB: (222,177,204) (87%, 69%, 80%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 204 of 255 = 80%

222
177
204

R + G + B ~ 79%. #DEB1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 177 + 204 = 603 (100%)
R 222 of 603 ~ 36.82%
G 177 of 603 ~ 29.35%
B 204 of 603 ~ 33.83'%

%36.82
%29.35
%33.83

CMYK color model

#DEB1CC color CMYK value is (0,20,8,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 8.11%
  • key color value is 12.94%

CMYK: (0,20,8,13)
C0M20Y8K13 (0%, 20%, 8%, 13%)
(0.00 / 0.20 / 0.08 / 0.13)

CMYK percentages

%0
%20.27
%8.11
%12.94

Codes

Color #DEB1CC in popluar color models

DE B1 CC
RGB 222 177 204
HSL 324° 40.54% 78.24%
HSB/HSV 324° 20.27% 87.06%
CMYK 0.00% 20.27% 8.11%
12.94%

Color #DEB1CC in popluar number systems.

HEX DE B1 CC
Decimal 222 177 204
Binary 11011110 10110001 11001100
Octal 336 261 314

Shades and tints

Shades of #DEB1CC

#DEB1CC
(222,177,204)
#CAA1BA
(202,161,186)
#B691A8
(182,145,168)
#A28196
(162,129,150)
#8E7184
(142,113,132)
#7A6172
(122,97,114)
#665160
(102,81,96)
#52414E
(82,65,78)
#3E313C
(62,49,60)
#2A212A
(42,33,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #DEB1CC

#DEB1CC
(222,177,204)
#E1B8D0
(225,184,208)
#E4BFD4
(228,191,212)
#E7C6D8
(231,198,216)
#EACDDC
(234,205,220)
#EDD4E0
(237,212,224)
#F0DBE4
(240,219,228)
#F3E2E8
(243,226,232)
#F6E9EC
(246,233,236)
#F9F0F0
(249,240,240)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB1CC color. Also use rgb(222,177,204) instead hex code.

Text Font Color

.myTextColor { color: #DEB1CC; }

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

This text font color is #DEB1CC.

Background Color

.myBgColor { background-color: #DEB1CC; }

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

This div background color is #DEB1CC.

Border color

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

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

This div border color is #DEB1CC.

Opacity

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

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

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

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

This text has shadow with #DEB1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB1CC.

Preview

Color preview on black background

This text has color #DEB1CC on black background.


Color preview on white background

This text has color #DEB1CC on white background.


Black color preview on #DEB1CC background

This text has black color on #DEB1CC background.


White color preview on #DEB1CC background

This text has white color on #DEB1CC background.


Related colors

Complementary color

Complementary color for #hex is #214E33.


I love getcolorcode.com

Triadic colors

1 #CCDEB1 and #B1CCDE with #DEB1CC are triadic colors.

2 #CCB1DE and #B1DECC with #DEB1CC are triadic colors.