COLOR #DEBCE6

HEX: #DEBCE6
RGB: (222,188,230)

Color info

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

RGB color model

#DEBCE6 color RGB value is (222,188,230).

  • red value is 222;
  • green value is 188;
  • blue value is 230.
RGB:
(222,188,230)
(87%,74%,90%)

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 230 of 255 = 90%

222
188
230

R + G + B ~ 84%. #DEBCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 188 + 230 = 640 (100%)
R 222 of 640 ~ 34.69%
G 188 of 640 ~ 29.38%
B 230 of 640 ~ 35.94%

%34.69
%29.38
%35.94

CMYK color model

#DEBCE6 color CMYK value is (3,18,0,10).

  • cyan value is 3.48%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,18,0,10)
C3M18Y0K10 
(3%,18%,0%,10%)
(0.03/0.18/0.00/0.10)	

CMYK percentages

%3.48
%18.26
%0
%9.8

Codes

Color #DEBCE6 in popluar color models

DEBCE6
RGB222188230
HSL289°45.65%81.96%
HSB/HSV289°18.26%90.20%
CMYK3.48%18.26%0.00%
9.80%

Color #DEBCE6 in popluar number systems.

HEXDEBCE6
Decimal222188230
Binary110111101011110011100110
Octal336274346

Shades and tints

Shades of #DEBCE6

#DEBCE6
(222,188,230)
#CAABD2
(202,171,210)
#B69ABE
(182,154,190)
#A289AA
(162,137,170)
#8E7896
(142,120,150)
#7A6782
(122,103,130)
#66566E
(102,86,110)
#52455A
(82,69,90)
#3E3446
(62,52,70)
#2A2332
(42,35,50)
#16121E
(22,18,30)
#000000
(0,0,0)

Tints of #DEBCE6

#DEBCE6
(222,188,230)
#E1C2E8
(225,194,232)
#E4C8EA
(228,200,234)
#E7CEEC
(231,206,236)
#EAD4EE
(234,212,238)
#EDDAF0
(237,218,240)
#F0E0F2
(240,224,242)
#F3E6F4
(243,230,244)
#F6ECF6
(246,236,246)
#F9F2F8
(249,242,248)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBCE6 color. Also use rgb(222,188,230) instead hex code.

Text Font Color

.myTextColor { color: #DEBCE6; }

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

This text font color is #DEBCE6.


Background Color

.myBgColor { background-color: #DEBCE6; }

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

This div background color is #DEBCE6.


Border color

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

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

This div border color is #DEBCE6.


Opacity

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

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

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

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

This text has shadow with #DEBCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBCE6 on black background.


Color preview on white background

This text has color #DEBCE6 on white background.



Black color preview on #DEBCE6 background

This text has black color on #DEBCE6 background.


White color preview on #DEBCE6 background

This text has white color on #DEBCE6 background.