COLOR #DEB9EF

HEX: #DEB9EF RGB: (222,185,239)

Color info

#DEB9EF contains red, green and blue colors in about the same proportion. Web safe color of #DEB9EF is #CCCCFF (or #CCF).

RGB color model

#DEB9EF color RGB value is (222,185,239).

RGB: (222,185,239) (87%, 73%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 239 of 255 = 94%

222
185
239

R + G + B ~ 85%. #DEB9EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 185 + 239 = 646 (100%)
R 222 of 646 ~ 34.37%
G 185 of 646 ~ 28.64%
B 239 of 646 ~ 37'%

%34.37
%28.64
%37

CMYK color model

#DEB9EF color CMYK value is (7,23,0,6).

  • cyan value is 7.11%
  • magenta value is 22.59%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (7,23,0,6)
C7M23Y0K6 (7%, 23%, 0%, 6%)
(0.07 / 0.23 / 0.00 / 0.06)

CMYK percentages

%7.11
%22.59
%0
%6.27

Codes

Color #DEB9EF in popluar color models

DE B9 EF
RGB 222 185 239
HSL 281° 62.79% 83.14%
HSB/HSV 281° 22.59% 93.73%
CMYK 7.11% 22.59% 0.00%
6.27%

Color #DEB9EF in popluar number systems.

HEX DE B9 EF
Decimal 222 185 239
Binary 11011110 10111001 11101111
Octal 336 271 357

Shades and tints

Shades of #DEB9EF

#DEB9EF
(222,185,239)
#CAA9DA
(202,169,218)
#B699C5
(182,153,197)
#A289B0
(162,137,176)
#8E799B
(142,121,155)
#7A6986
(122,105,134)
#665971
(102,89,113)
#52495C
(82,73,92)
#3E3947
(62,57,71)
#2A2932
(42,41,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #DEB9EF

#DEB9EF
(222,185,239)
#E1BFF0
(225,191,240)
#E4C5F1
(228,197,241)
#E7CBF2
(231,203,242)
#EAD1F3
(234,209,243)
#EDD7F4
(237,215,244)
#F0DDF5
(240,221,245)
#F3E3F6
(243,227,246)
#F6E9F7
(246,233,247)
#F9EFF8
(249,239,248)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9EF; }

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

This text font color is #DEB9EF.

Background Color

.myBgColor { background-color: #DEB9EF; }

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

This div background color is #DEB9EF.

Border color

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

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

This div border color is #DEB9EF.

Opacity

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

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

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

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

This text has shadow with #DEB9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB9EF.

Preview

Color preview on black background

This text has color #DEB9EF on black background.


Color preview on white background

This text has color #DEB9EF on white background.


Black color preview on #DEB9EF background

This text has black color on #DEB9EF background.


White color preview on #DEB9EF background

This text has white color on #DEB9EF background.


Related colors

Complementary color

Complementary color for #hex is #214610.


I love getcolorcode.com

Triadic colors

1 #EFDEB9 and #B9EFDE with #DEB9EF are triadic colors.

2 #EFB9DE and #B9DEEF with #DEB9EF are triadic colors.