COLOR #DEB9DF

HEX: #DEB9DF RGB: (222,185,223)

Color info

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

RGB color model

#DEB9DF color RGB value is (222,185,223).

RGB: (222,185,223) (87%, 73%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 223 of 255 = 87%

222
185
223

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

Portions of RGB colors in percentages

R + G + B = 222 + 185 + 223 = 630 (100%)
R 222 of 630 ~ 35.24%
G 185 of 630 ~ 29.37%
B 223 of 630 ~ 35.4'%

%35.24
%29.37
%35.4

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (0,17,0,13)
C0M17Y0K13 (0%, 17%, 0%, 13%)
(0.00 / 0.17 / 0.00 / 0.13)

CMYK percentages

%0.45
%17.04
%0
%12.55

Codes

Color #DEB9DF in popluar color models

DE B9 DF
RGB 222 185 223
HSL 298° 37.25% 80.00%
HSB/HSV 298° 17.04% 87.45%
CMYK 0.45% 17.04% 0.00%
12.55%

Color #DEB9DF in popluar number systems.

HEX DE B9 DF
Decimal 222 185 223
Binary 11011110 10111001 11011111
Octal 336 271 337

Shades and tints

Shades of #DEB9DF

#DEB9DF
(222,185,223)
#CAA9CB
(202,169,203)
#B699B7
(182,153,183)
#A289A3
(162,137,163)
#8E798F
(142,121,143)
#7A697B
(122,105,123)
#665967
(102,89,103)
#524953
(82,73,83)
#3E393F
(62,57,63)
#2A292B
(42,41,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #DEB9DF

#DEB9DF
(222,185,223)
#E1BFE1
(225,191,225)
#E4C5E3
(228,197,227)
#E7CBE5
(231,203,229)
#EAD1E7
(234,209,231)
#EDD7E9
(237,215,233)
#F0DDEB
(240,221,235)
#F3E3ED
(243,227,237)
#F6E9EF
(246,233,239)
#F9EFF1
(249,239,241)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9DF; }

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

This text font color is #DEB9DF.

Background Color

.myBgColor { background-color: #DEB9DF; }

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

This div background color is #DEB9DF.

Border color

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

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

This div border color is #DEB9DF.

Opacity

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

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

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

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

This text has shadow with #DEB9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB9DF.

Preview

Color preview on black background

This text has color #DEB9DF on black background.


Color preview on white background

This text has color #DEB9DF on white background.


Black color preview on #DEB9DF background

This text has black color on #DEB9DF background.


White color preview on #DEB9DF background

This text has white color on #DEB9DF background.


Related colors

Complementary color

Complementary color for #hex is #214620.


I love getcolorcode.com

Triadic colors

1 #DFDEB9 and #B9DFDE with #DEB9DF are triadic colors.

2 #DFB9DE and #B9DEDF with #DEB9DF are triadic colors.