COLOR #DEB4D9

HEX: #DEB4D9
RGB: (222,180,217)

Color info

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

RGB color model

#DEB4D9 color RGB value is (222,180,217).

  • red value is 222;
  • green value is 180;
  • blue value is 217.
RGB:
(222,180,217)
(87%,71%,85%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 217 of 255 = 85%

222
180
217

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

Portions of RGB colors in percentages

R + G + B =
222 + 180 + 217 = 619 (100%)
R 222 of 619 ~ 35.86%
G 180 of 619 ~ 29.08%
B 217 of 619 ~ 35.06%

%35.86
%29.08
%35.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(0,19,2,13)
C0M19Y2K13 
(0%,19%,2%,13%)
(0.00/0.19/0.02/0.13)	

CMYK percentages

%0
%18.92
%2.25
%12.94

Codes

Color #DEB4D9 in popluar color models

DEB4D9
RGB222180217
HSL307°38.89%78.82%
HSB/HSV307°18.92%87.06%
CMYK0.00%18.92%2.25%
12.94%

Color #DEB4D9 in popluar number systems.

HEXDEB4D9
Decimal222180217
Binary110111101011010011011001
Octal336264331

Shades and tints

Shades of #DEB4D9

#DEB4D9
(222,180,217)
#CAA4C6
(202,164,198)
#B694B3
(182,148,179)
#A284A0
(162,132,160)
#8E748D
(142,116,141)
#7A647A
(122,100,122)
#665467
(102,84,103)
#524454
(82,68,84)
#3E3441
(62,52,65)
#2A242E
(42,36,46)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #DEB4D9

#DEB4D9
(222,180,217)
#E1BADC
(225,186,220)
#E4C0DF
(228,192,223)
#E7C6E2
(231,198,226)
#EACCE5
(234,204,229)
#EDD2E8
(237,210,232)
#F0D8EB
(240,216,235)
#F3DEEE
(243,222,238)
#F6E4F1
(246,228,241)
#F9EAF4
(249,234,244)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB4D9; }

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

This text font color is #DEB4D9.


Background Color

.myBgColor { background-color: #DEB4D9; }

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

This div background color is #DEB4D9.


Border color

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

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

This div border color is #DEB4D9.


Opacity

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

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

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

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

This text has shadow with #DEB4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB4D9 on black background.


Color preview on white background

This text has color #DEB4D9 on white background.



Black color preview on #DEB4D9 background

This text has black color on #DEB4D9 background.


White color preview on #DEB4D9 background

This text has white color on #DEB4D9 background.