COLOR #DEBBDA

HEX: #DEBBDA
RGB: (222,187,218)

Color info

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

RGB color model

#DEBBDA color RGB value is (222,187,218).

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

RGB channels and saturation

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

222
187
218

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 218 = 627 (100%)
R 222 of 627 ~ 35.41%
G 187 of 627 ~ 29.82%
B 218 of 627 ~ 34.77%

%35.41
%29.82
%34.77

CMYK color model

#DEBBDA color CMYK value is (0,16,2,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 1.80%
  • key color value is 12.94%
CMYK:
(0,16,2,13)
C0M16Y2K13 
(0%,16%,2%,13%)
(0.00/0.16/0.02/0.13)	

CMYK percentages

%0
%15.77
%1.8
%12.94

Codes

Color #DEBBDA in popluar color models

DEBBDA
RGB222187218
HSL307°34.65%80.20%
HSB/HSV307°15.77%87.06%
CMYK0.00%15.77%1.80%
12.94%

Color #DEBBDA in popluar number systems.

HEXDEBBDA
Decimal222187218
Binary110111101011101111011010
Octal336273332

Shades and tints

Shades of #DEBBDA

#DEBBDA
(222,187,218)
#CAAAC7
(202,170,199)
#B699B4
(182,153,180)
#A288A1
(162,136,161)
#8E778E
(142,119,142)
#7A667B
(122,102,123)
#665568
(102,85,104)
#524455
(82,68,85)
#3E3342
(62,51,66)
#2A222F
(42,34,47)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #DEBBDA

#DEBBDA
(222,187,218)
#E1C1DD
(225,193,221)
#E4C7E0
(228,199,224)
#E7CDE3
(231,205,227)
#EAD3E6
(234,211,230)
#EDD9E9
(237,217,233)
#F0DFEC
(240,223,236)
#F3E5EF
(243,229,239)
#F6EBF2
(246,235,242)
#F9F1F5
(249,241,245)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBDA; }

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

This text font color is #DEBBDA.


Background Color

.myBgColor { background-color: #DEBBDA; }

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

This div background color is #DEBBDA.


Border color

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

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

This div border color is #DEBBDA.


Opacity

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

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

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

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

This text has shadow with #DEBBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBDA on black background.


Color preview on white background

This text has color #DEBBDA on white background.



Black color preview on #DEBBDA background

This text has black color on #DEBBDA background.


White color preview on #DEBBDA background

This text has white color on #DEBBDA background.