COLOR #DEB3D3

HEX: #DEB3D3 RGB: (222,179,211)

Color info

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

RGB color model

#DEB3D3 color RGB value is (222,179,211).

RGB: (222,179,211) (87%, 70%, 83%)

RGB channels and saturation

R 222 of 255 = 87%
G 179 of 255 = 70%
B 211 of 255 = 83%

222
179
211

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

Portions of RGB colors in percentages

R + G + B = 222 + 179 + 211 = 612 (100%)
R 222 of 612 ~ 36.27%
G 179 of 612 ~ 29.25%
B 211 of 612 ~ 34.48'%

%36.27
%29.25
%34.48

CMYK color model

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

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

CMYK: (0,19,5,13)
C0M19Y5K13 (0%, 19%, 5%, 13%)
(0.00 / 0.19 / 0.05 / 0.13)

CMYK percentages

%0
%19.37
%4.95
%12.94

Codes

Color #DEB3D3 in popluar color models

DE B3 D3
RGB 222 179 211
HSL 315° 39.45% 78.63%
HSB/HSV 315° 19.37% 87.06%
CMYK 0.00% 19.37% 4.95%
12.94%

Color #DEB3D3 in popluar number systems.

HEX DE B3 D3
Decimal 222 179 211
Binary 11011110 10110011 11010011
Octal 336 263 323

Shades and tints

Shades of #DEB3D3

#DEB3D3
(222,179,211)
#CAA3C0
(202,163,192)
#B693AD
(182,147,173)
#A2839A
(162,131,154)
#8E7387
(142,115,135)
#7A6374
(122,99,116)
#665361
(102,83,97)
#52434E
(82,67,78)
#3E333B
(62,51,59)
#2A2328
(42,35,40)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #DEB3D3

#DEB3D3
(222,179,211)
#E1B9D7
(225,185,215)
#E4BFDB
(228,191,219)
#E7C5DF
(231,197,223)
#EACBE3
(234,203,227)
#EDD1E7
(237,209,231)
#F0D7EB
(240,215,235)
#F3DDEF
(243,221,239)
#F6E3F3
(246,227,243)
#F9E9F7
(249,233,247)
#FCEFFB
(252,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB3D3; }

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

This text font color is #DEB3D3.

Background Color

.myBgColor { background-color: #DEB3D3; }

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

This div background color is #DEB3D3.

Border color

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

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

This div border color is #DEB3D3.

Opacity

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

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

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

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

This text has shadow with #DEB3D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB3D3.

Preview

Color preview on black background

This text has color #DEB3D3 on black background.


Color preview on white background

This text has color #DEB3D3 on white background.


Black color preview on #DEB3D3 background

This text has black color on #DEB3D3 background.


White color preview on #DEB3D3 background

This text has white color on #DEB3D3 background.


Related colors

Complementary color

Complementary color for #hex is #214C2C.


I love getcolorcode.com

Triadic colors

1 #D3DEB3 and #B3D3DE with #DEB3D3 are triadic colors.

2 #D3B3DE and #B3DED3 with #DEB3D3 are triadic colors.