COLOR #DEBAE0

HEX: #DEBAE0
RGB: (222,186,224)

Color info

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

RGB color model

#DEBAE0 color RGB value is (222,186,224).

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

RGB channels and saturation

R 222 of 255 = 87%
G 186 of 255 = 73%
B 224 of 255 = 88%

222
186
224

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

Portions of RGB colors in percentages

R + G + B =
222 + 186 + 224 = 632 (100%)
R 222 of 632 ~ 35.13%
G 186 of 632 ~ 29.43%
B 224 of 632 ~ 35.44%

%35.13
%29.43
%35.44

CMYK color model

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

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

CMYK percentages

%0.89
%16.96
%0
%12.16

Codes

Color #DEBAE0 in popluar color models

DEBAE0
RGB222186224
HSL297°38.00%80.39%
HSB/HSV297°16.96%87.84%
CMYK0.89%16.96%0.00%
12.16%

Color #DEBAE0 in popluar number systems.

HEXDEBAE0
Decimal222186224
Binary110111101011101011100000
Octal336272340

Shades and tints

Shades of #DEBAE0

#DEBAE0
(222,186,224)
#CAAACC
(202,170,204)
#B69AB8
(182,154,184)
#A28AA4
(162,138,164)
#8E7A90
(142,122,144)
#7A6A7C
(122,106,124)
#665A68
(102,90,104)
#524A54
(82,74,84)
#3E3A40
(62,58,64)
#2A2A2C
(42,42,44)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DEBAE0

#DEBAE0
(222,186,224)
#E1C0E2
(225,192,226)
#E4C6E4
(228,198,228)
#E7CCE6
(231,204,230)
#EAD2E8
(234,210,232)
#EDD8EA
(237,216,234)
#F0DEEC
(240,222,236)
#F3E4EE
(243,228,238)
#F6EAF0
(246,234,240)
#F9F0F2
(249,240,242)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBAE0 color. Also use rgb(222,186,224) instead hex code.

Text Font Color

.myTextColor { color: #DEBAE0; }

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

This text font color is #DEBAE0.


Background Color

.myBgColor { background-color: #DEBAE0; }

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

This div background color is #DEBAE0.


Border color

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

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

This div border color is #DEBAE0.


Opacity

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

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

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

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

This text has shadow with #DEBAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBAE0 on black background.


Color preview on white background

This text has color #DEBAE0 on white background.



Black color preview on #DEBAE0 background

This text has black color on #DEBAE0 background.


White color preview on #DEBAE0 background

This text has white color on #DEBAE0 background.