COLOR #DEB9D3

HEX: #DEB9D3 RGB: (222,185,211)

Color info

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

RGB color model

#DEB9D3 color RGB value is (222,185,211).

RGB: (222,185,211) (87%, 73%, 83%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 211 of 255 = 83%

222
185
211

R + G + B ~ 81%. #DEB9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 185 + 211 = 618 (100%)
R 222 of 618 ~ 35.92%
G 185 of 618 ~ 29.94%
B 211 of 618 ~ 34.14'%

%35.92
%29.94
%34.14

CMYK color model

#DEB9D3 color CMYK value is (0,17,5,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 4.95%
  • key color value is 12.94%

CMYK: (0,17,5,13)
C0M17Y5K13 (0%, 17%, 5%, 13%)
(0.00 / 0.17 / 0.05 / 0.13)

CMYK percentages

%0
%16.67
%4.95
%12.94

Codes

Color #DEB9D3 in popluar color models

DE B9 D3
RGB 222 185 211
HSL 318° 35.92% 79.80%
HSB/HSV 318° 16.67% 87.06%
CMYK 0.00% 16.67% 4.95%
12.94%

Color #DEB9D3 in popluar number systems.

HEX DE B9 D3
Decimal 222 185 211
Binary 11011110 10111001 11010011
Octal 336 271 323

Shades and tints

Shades of #DEB9D3

#DEB9D3
(222,185,211)
#CAA9C0
(202,169,192)
#B699AD
(182,153,173)
#A2899A
(162,137,154)
#8E7987
(142,121,135)
#7A6974
(122,105,116)
#665961
(102,89,97)
#52494E
(82,73,78)
#3E393B
(62,57,59)
#2A2928
(42,41,40)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #DEB9D3

#DEB9D3
(222,185,211)
#E1BFD7
(225,191,215)
#E4C5DB
(228,197,219)
#E7CBDF
(231,203,223)
#EAD1E3
(234,209,227)
#EDD7E7
(237,215,231)
#F0DDEB
(240,221,235)
#F3E3EF
(243,227,239)
#F6E9F3
(246,233,243)
#F9EFF7
(249,239,247)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB9D3 color. Also use rgb(222,185,211) instead hex code.

Text Font Color

.myTextColor { color: #DEB9D3; }

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

This text font color is #DEB9D3.

Background Color

.myBgColor { background-color: #DEB9D3; }

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

This div background color is #DEB9D3.

Border color

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

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

This div border color is #DEB9D3.

Opacity

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

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

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

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

This text has shadow with #DEB9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB9D3.

Preview

Color preview on black background

This text has color #DEB9D3 on black background.


Color preview on white background

This text has color #DEB9D3 on white background.


Black color preview on #DEB9D3 background

This text has black color on #DEB9D3 background.


White color preview on #DEB9D3 background

This text has white color on #DEB9D3 background.


Related colors

Complementary color

Complementary color for #hex is #21462C.


I love getcolorcode.com

Triadic colors

1 #D3DEB9 and #B9D3DE with #DEB9D3 are triadic colors.

2 #D3B9DE and #B9DED3 with #DEB9D3 are triadic colors.