COLOR #DEBBD6

HEX: #DEBBD6
RGB: (222,187,214)

Color info

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

RGB color model

#DEBBD6 color RGB value is (222,187,214).

  • red value is 222;
  • green value is 187;
  • blue value is 214.
RGB:
(222,187,214)
(87%,73%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 214 of 255 = 84%

222
187
214

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 214 = 623 (100%)
R 222 of 623 ~ 35.63%
G 187 of 623 ~ 30.02%
B 214 of 623 ~ 34.35%

%35.63
%30.02
%34.35

CMYK color model

#DEBBD6 color CMYK value is (0,16,4,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 3.60%
  • key color value is 12.94%
CMYK:
(0,16,4,13)
C0M16Y4K13 
(0%,16%,4%,13%)
(0.00/0.16/0.04/0.13)	

CMYK percentages

%0
%15.77
%3.6
%12.94

Codes

Color #DEBBD6 in popluar color models

DEBBD6
RGB222187214
HSL314°34.65%80.20%
HSB/HSV314°15.77%87.06%
CMYK0.00%15.77%3.60%
12.94%

Color #DEBBD6 in popluar number systems.

HEXDEBBD6
Decimal222187214
Binary110111101011101111010110
Octal336273326

Shades and tints

Shades of #DEBBD6

#DEBBD6
(222,187,214)
#CAAAC3
(202,170,195)
#B699B0
(182,153,176)
#A2889D
(162,136,157)
#8E778A
(142,119,138)
#7A6677
(122,102,119)
#665564
(102,85,100)
#524451
(82,68,81)
#3E333E
(62,51,62)
#2A222B
(42,34,43)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #DEBBD6

#DEBBD6
(222,187,214)
#E1C1D9
(225,193,217)
#E4C7DC
(228,199,220)
#E7CDDF
(231,205,223)
#EAD3E2
(234,211,226)
#EDD9E5
(237,217,229)
#F0DFE8
(240,223,232)
#F3E5EB
(243,229,235)
#F6EBEE
(246,235,238)
#F9F1F1
(249,241,241)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBBD6 color. Also use rgb(222,187,214) instead hex code.

Text Font Color

.myTextColor { color: #DEBBD6; }

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

This text font color is #DEBBD6.


Background Color

.myBgColor { background-color: #DEBBD6; }

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

This div background color is #DEBBD6.


Border color

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

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

This div border color is #DEBBD6.


Opacity

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

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

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

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

This text has shadow with #DEBBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBD6 on black background.


Color preview on white background

This text has color #DEBBD6 on white background.



Black color preview on #DEBBD6 background

This text has black color on #DEBBD6 background.


White color preview on #DEBBD6 background

This text has white color on #DEBBD6 background.