COLOR #DEBCEB

HEX: #DEBCEB
RGB: (222,188,235)

Color info

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

RGB color model

#DEBCEB color RGB value is (222,188,235).

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

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 235 of 255 = 92%

222
188
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 188 + 235 = 645 (100%)
R 222 of 645 ~ 34.42%
G 188 of 645 ~ 29.15%
B 235 of 645 ~ 36.43%

%34.42
%29.15
%36.43

CMYK color model

#DEBCEB color CMYK value is (6,20,0,8).

  • cyan value is 5.53%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,20,0,8)
C6M20Y0K8 
(6%,20%,0%,8%)
(0.06/0.20/0.00/0.08)	

CMYK percentages

%5.53
%20
%0
%7.84

Codes

Color #DEBCEB in popluar color models

DEBCEB
RGB222188235
HSL283°54.02%82.94%
HSB/HSV283°20.00%92.16%
CMYK5.53%20.00%0.00%
7.84%

Color #DEBCEB in popluar number systems.

HEXDEBCEB
Decimal222188235
Binary110111101011110011101011
Octal336274353

Shades and tints

Shades of #DEBCEB

#DEBCEB
(222,188,235)
#CAABD6
(202,171,214)
#B69AC1
(182,154,193)
#A289AC
(162,137,172)
#8E7897
(142,120,151)
#7A6782
(122,103,130)
#66566D
(102,86,109)
#524558
(82,69,88)
#3E3443
(62,52,67)
#2A232E
(42,35,46)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #DEBCEB

#DEBCEB
(222,188,235)
#E1C2EC
(225,194,236)
#E4C8ED
(228,200,237)
#E7CEEE
(231,206,238)
#EAD4EF
(234,212,239)
#EDDAF0
(237,218,240)
#F0E0F1
(240,224,241)
#F3E6F2
(243,230,242)
#F6ECF3
(246,236,243)
#F9F2F4
(249,242,244)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBCEB; }

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

This text font color is #DEBCEB.


Background Color

.myBgColor { background-color: #DEBCEB; }

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

This div background color is #DEBCEB.


Border color

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

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

This div border color is #DEBCEB.


Opacity

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

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

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

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

This text has shadow with #DEBCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBCEB on black background.


Color preview on white background

This text has color #DEBCEB on white background.



Black color preview on #DEBCEB background

This text has black color on #DEBCEB background.


White color preview on #DEBCEB background

This text has white color on #DEBCEB background.