COLOR #DEBBD8

HEX: #DEBBD8
RGB: (222,187,216)

Color info

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

RGB color model

#DEBBD8 color RGB value is (222,187,216).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 216 of 255 = 85%

222
187
216

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 216 = 625 (100%)
R 222 of 625 ~ 35.52%
G 187 of 625 ~ 29.92%
B 216 of 625 ~ 34.56%

%35.52
%29.92
%34.56

CMYK color model

#DEBBD8 color CMYK value is (0,16,3,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 2.70%
  • key color value is 12.94%
CMYK:
(0,16,3,13)
C0M16Y3K13 
(0%,16%,3%,13%)
(0.00/0.16/0.03/0.13)	

CMYK percentages

%0
%15.77
%2.7
%12.94

Codes

Color #DEBBD8 in popluar color models

DEBBD8
RGB222187216
HSL310°34.65%80.20%
HSB/HSV310°15.77%87.06%
CMYK0.00%15.77%2.70%
12.94%

Color #DEBBD8 in popluar number systems.

HEXDEBBD8
Decimal222187216
Binary110111101011101111011000
Octal336273330

Shades and tints

Shades of #DEBBD8

#DEBBD8
(222,187,216)
#CAAAC5
(202,170,197)
#B699B2
(182,153,178)
#A2889F
(162,136,159)
#8E778C
(142,119,140)
#7A6679
(122,102,121)
#665566
(102,85,102)
#524453
(82,68,83)
#3E3340
(62,51,64)
#2A222D
(42,34,45)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #DEBBD8

#DEBBD8
(222,187,216)
#E1C1DB
(225,193,219)
#E4C7DE
(228,199,222)
#E7CDE1
(231,205,225)
#EAD3E4
(234,211,228)
#EDD9E7
(237,217,231)
#F0DFEA
(240,223,234)
#F3E5ED
(243,229,237)
#F6EBF0
(246,235,240)
#F9F1F3
(249,241,243)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBD8; }

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

This text font color is #DEBBD8.


Background Color

.myBgColor { background-color: #DEBBD8; }

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

This div background color is #DEBBD8.


Border color

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

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

This div border color is #DEBBD8.


Opacity

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

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

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

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

This text has shadow with #DEBBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBD8 on black background.


Color preview on white background

This text has color #DEBBD8 on white background.



Black color preview on #DEBBD8 background

This text has black color on #DEBBD8 background.


White color preview on #DEBBD8 background

This text has white color on #DEBBD8 background.