COLOR #DEB1DB

HEX: #DEB1DB
RGB: (222,177,219)

Color info

#DEB1DB contains red, green and blue colors in about the same proportion. Web safe color of #DEB1DB is #CC99CC (or #C9C).

RGB color model

#DEB1DB color RGB value is (222,177,219).

  • red value is 222;
  • green value is 177;
  • blue value is 219.
RGB:
(222,177,219)
(87%,69%,86%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 219 of 255 = 86%

222
177
219

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

Portions of RGB colors in percentages

R + G + B =
222 + 177 + 219 = 618 (100%)
R 222 of 618 ~ 35.92%
G 177 of 618 ~ 28.64%
B 219 of 618 ~ 35.44%

%35.92
%28.64
%35.44

CMYK color model

#DEB1DB color CMYK value is (0,20,1,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(0,20,1,13)
C0M20Y1K13 
(0%,20%,1%,13%)
(0.00/0.20/0.01/0.13)	

CMYK percentages

%0
%20.27
%1.35
%12.94

Codes

Color #DEB1DB in popluar color models

DEB1DB
RGB222177219
HSL304°40.54%78.24%
HSB/HSV304°20.27%87.06%
CMYK0.00%20.27%1.35%
12.94%

Color #DEB1DB in popluar number systems.

HEXDEB1DB
Decimal222177219
Binary110111101011000111011011
Octal336261333

Shades and tints

Shades of #DEB1DB

#DEB1DB
(222,177,219)
#CAA1C8
(202,161,200)
#B691B5
(182,145,181)
#A281A2
(162,129,162)
#8E718F
(142,113,143)
#7A617C
(122,97,124)
#665169
(102,81,105)
#524156
(82,65,86)
#3E3143
(62,49,67)
#2A2130
(42,33,48)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #DEB1DB

#DEB1DB
(222,177,219)
#E1B8DE
(225,184,222)
#E4BFE1
(228,191,225)
#E7C6E4
(231,198,228)
#EACDE7
(234,205,231)
#EDD4EA
(237,212,234)
#F0DBED
(240,219,237)
#F3E2F0
(243,226,240)
#F6E9F3
(246,233,243)
#F9F0F6
(249,240,246)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB1DB; }

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

This text font color is #DEB1DB.


Background Color

.myBgColor { background-color: #DEB1DB; }

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

This div background color is #DEB1DB.


Border color

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

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

This div border color is #DEB1DB.


Opacity

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

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

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

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

This text has shadow with #DEB1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB1DB on black background.


Color preview on white background

This text has color #DEB1DB on white background.



Black color preview on #DEB1DB background

This text has black color on #DEB1DB background.


White color preview on #DEB1DB background

This text has white color on #DEB1DB background.