COLOR #DEB9DB

HEX: #DEB9DB RGB: (222,185,219)

Color info

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

RGB color model

#DEB9DB color RGB value is (222,185,219).

RGB: (222,185,219) (87%, 73%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 219 of 255 = 86%

222
185
219

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

Portions of RGB colors in percentages

R + G + B = 222 + 185 + 219 = 626 (100%)
R 222 of 626 ~ 35.46%
G 185 of 626 ~ 29.55%
B 219 of 626 ~ 34.98'%

%35.46
%29.55
%34.98

CMYK color model

#DEB9DB color CMYK value is (0,17,1,13).

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

CMYK: (0,17,1,13)
C0M17Y1K13 (0%, 17%, 1%, 13%)
(0.00 / 0.17 / 0.01 / 0.13)

CMYK percentages

%0
%16.67
%1.35
%12.94

Codes

Color #DEB9DB in popluar color models

DE B9 DB
RGB 222 185 219
HSL 305° 35.92% 79.80%
HSB/HSV 305° 16.67% 87.06%
CMYK 0.00% 16.67% 1.35%
12.94%

Color #DEB9DB in popluar number systems.

HEX DE B9 DB
Decimal 222 185 219
Binary 11011110 10111001 11011011
Octal 336 271 333

Shades and tints

Shades of #DEB9DB

#DEB9DB
(222,185,219)
#CAA9C8
(202,169,200)
#B699B5
(182,153,181)
#A289A2
(162,137,162)
#8E798F
(142,121,143)
#7A697C
(122,105,124)
#665969
(102,89,105)
#524956
(82,73,86)
#3E3943
(62,57,67)
#2A2930
(42,41,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #DEB9DB

#DEB9DB
(222,185,219)
#E1BFDE
(225,191,222)
#E4C5E1
(228,197,225)
#E7CBE4
(231,203,228)
#EAD1E7
(234,209,231)
#EDD7EA
(237,215,234)
#F0DDED
(240,221,237)
#F3E3F0
(243,227,240)
#F6E9F3
(246,233,243)
#F9EFF6
(249,239,246)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9DB; }

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

This text font color is #DEB9DB.

Background Color

.myBgColor { background-color: #DEB9DB; }

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

This div background color is #DEB9DB.

Border color

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

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

This div border color is #DEB9DB.

Opacity

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

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

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

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

This text has shadow with #DEB9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB9DB.

Preview

Color preview on black background

This text has color #DEB9DB on black background.


Color preview on white background

This text has color #DEB9DB on white background.


Black color preview on #DEB9DB background

This text has black color on #DEB9DB background.


White color preview on #DEB9DB background

This text has white color on #DEB9DB background.


Related colors

Complementary color

Complementary color for #hex is #214624.


I love getcolorcode.com

Triadic colors

1 #DBDEB9 and #B9DBDE with #DEB9DB are triadic colors.

2 #DBB9DE and #B9DEDB with #DEB9DB are triadic colors.