COLOR #DEB7DB

HEX: #DEB7DB RGB: (222,183,219)

Color info

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

RGB color model

#DEB7DB color RGB value is (222,183,219).

RGB: (222,183,219) (87%, 72%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 183 of 255 = 72%
B 219 of 255 = 86%

222
183
219

R + G + B ~ 82%. #DEB7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 183 + 219 = 624 (100%)
R 222 of 624 ~ 35.58%
G 183 of 624 ~ 29.33%
B 219 of 624 ~ 35.1'%

%35.58
%29.33
%35.1

CMYK color model

#DEB7DB color CMYK value is (0,18,1,13).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (0,18,1,13)
C0M18Y1K13 (0%, 18%, 1%, 13%)
(0.00 / 0.18 / 0.01 / 0.13)

CMYK percentages

%0
%17.57
%1.35
%12.94

Codes

Color #DEB7DB in popluar color models

DE B7 DB
RGB 222 183 219
HSL 305° 37.14% 79.41%
HSB/HSV 305° 17.57% 87.06%
CMYK 0.00% 17.57% 1.35%
12.94%

Color #DEB7DB in popluar number systems.

HEX DE B7 DB
Decimal 222 183 219
Binary 11011110 10110111 11011011
Octal 336 267 333

Shades and tints

Shades of #DEB7DB

#DEB7DB
(222,183,219)
#CAA7C8
(202,167,200)
#B697B5
(182,151,181)
#A287A2
(162,135,162)
#8E778F
(142,119,143)
#7A677C
(122,103,124)
#665769
(102,87,105)
#524756
(82,71,86)
#3E3743
(62,55,67)
#2A2730
(42,39,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #DEB7DB

#DEB7DB
(222,183,219)
#E1BDDE
(225,189,222)
#E4C3E1
(228,195,225)
#E7C9E4
(231,201,228)
#EACFE7
(234,207,231)
#EDD5EA
(237,213,234)
#F0DBED
(240,219,237)
#F3E1F0
(243,225,240)
#F6E7F3
(246,231,243)
#F9EDF6
(249,237,246)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB7DB color. Also use rgb(222,183,219) instead hex code.

Text Font Color

.myTextColor { color: #DEB7DB; }

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

This text font color is #DEB7DB.

Background Color

.myBgColor { background-color: #DEB7DB; }

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

This div background color is #DEB7DB.

Border color

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

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

This div border color is #DEB7DB.

Opacity

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

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

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

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

This text has shadow with #DEB7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB7DB.

Preview

Color preview on black background

This text has color #DEB7DB on black background.


Color preview on white background

This text has color #DEB7DB on white background.


Black color preview on #DEB7DB background

This text has black color on #DEB7DB background.


White color preview on #DEB7DB background

This text has white color on #DEB7DB background.


Related colors

Complementary color

Complementary color for #hex is #214824.


I love getcolorcode.com

Triadic colors

1 #DBDEB7 and #B7DBDE with #DEB7DB are triadic colors.

2 #DBB7DE and #B7DEDB with #DEB7DB are triadic colors.