COLOR #DEBBE1

HEX: #DEBBE1
RGB: (222,187,225)

Color info

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

RGB color model

#DEBBE1 color RGB value is (222,187,225).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 225 of 255 = 88%

222
187
225

R + G + B ~ 83%. #DEBBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 225 = 634 (100%)
R 222 of 634 ~ 35.02%
G 187 of 634 ~ 29.5%
B 225 of 634 ~ 35.49%

%35.02
%29.5
%35.49

CMYK color model

#DEBBE1 color CMYK value is (1,17,0,12).

  • cyan value is 1.33%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,17,0,12)
C1M17Y0K12 
(1%,17%,0%,12%)
(0.01/0.17/0.00/0.12)	

CMYK percentages

%1.33
%16.89
%0
%11.76

Codes

Color #DEBBE1 in popluar color models

DEBBE1
RGB222187225
HSL295°38.78%80.78%
HSB/HSV295°16.89%88.24%
CMYK1.33%16.89%0.00%
11.76%

Color #DEBBE1 in popluar number systems.

HEXDEBBE1
Decimal222187225
Binary110111101011101111100001
Octal336273341

Shades and tints

Shades of #DEBBE1

#DEBBE1
(222,187,225)
#CAAACD
(202,170,205)
#B699B9
(182,153,185)
#A288A5
(162,136,165)
#8E7791
(142,119,145)
#7A667D
(122,102,125)
#665569
(102,85,105)
#524455
(82,68,85)
#3E3341
(62,51,65)
#2A222D
(42,34,45)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #DEBBE1

#DEBBE1
(222,187,225)
#E1C1E3
(225,193,227)
#E4C7E5
(228,199,229)
#E7CDE7
(231,205,231)
#EAD3E9
(234,211,233)
#EDD9EB
(237,217,235)
#F0DFED
(240,223,237)
#F3E5EF
(243,229,239)
#F6EBF1
(246,235,241)
#F9F1F3
(249,241,243)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBE1; }

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

This text font color is #DEBBE1.


Background Color

.myBgColor { background-color: #DEBBE1; }

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

This div background color is #DEBBE1.


Border color

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

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

This div border color is #DEBBE1.


Opacity

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

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

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

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

This text has shadow with #DEBBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBE1 on black background.


Color preview on white background

This text has color #DEBBE1 on white background.



Black color preview on #DEBBE1 background

This text has black color on #DEBBE1 background.


White color preview on #DEBBE1 background

This text has white color on #DEBBE1 background.