COLOR #DEBEE4

HEX: #DEBEE4
RGB: (222,190,228)

Color info

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

RGB color model

#DEBEE4 color RGB value is (222,190,228).

  • red value is 222;
  • green value is 190;
  • blue value is 228.
RGB:
(222,190,228)
(87%,75%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 228 of 255 = 89%

222
190
228

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

Portions of RGB colors in percentages

R + G + B =
222 + 190 + 228 = 640 (100%)
R 222 of 640 ~ 34.69%
G 190 of 640 ~ 29.69%
B 228 of 640 ~ 35.63%

%34.69
%29.69
%35.63

CMYK color model

#DEBEE4 color CMYK value is (3,17,0,11).

  • cyan value is 2.63%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(3,17,0,11)
C3M17Y0K11 
(3%,17%,0%,11%)
(0.03/0.17/0.00/0.11)	

CMYK percentages

%2.63
%16.67
%0
%10.59

Codes

Color #DEBEE4 in popluar color models

DEBEE4
RGB222190228
HSL291°41.30%81.96%
HSB/HSV291°16.67%89.41%
CMYK2.63%16.67%0.00%
10.59%

Color #DEBEE4 in popluar number systems.

HEXDEBEE4
Decimal222190228
Binary110111101011111011100100
Octal336276344

Shades and tints

Shades of #DEBEE4

#DEBEE4
(222,190,228)
#CAADD0
(202,173,208)
#B69CBC
(182,156,188)
#A28BA8
(162,139,168)
#8E7A94
(142,122,148)
#7A6980
(122,105,128)
#66586C
(102,88,108)
#524758
(82,71,88)
#3E3644
(62,54,68)
#2A2530
(42,37,48)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #DEBEE4

#DEBEE4
(222,190,228)
#E1C3E6
(225,195,230)
#E4C8E8
(228,200,232)
#E7CDEA
(231,205,234)
#EAD2EC
(234,210,236)
#EDD7EE
(237,215,238)
#F0DCF0
(240,220,240)
#F3E1F2
(243,225,242)
#F6E6F4
(246,230,244)
#F9EBF6
(249,235,246)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBEE4 color. Also use rgb(222,190,228) instead hex code.

Text Font Color

.myTextColor { color: #DEBEE4; }

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

This text font color is #DEBEE4.


Background Color

.myBgColor { background-color: #DEBEE4; }

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

This div background color is #DEBEE4.


Border color

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

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

This div border color is #DEBEE4.


Opacity

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

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

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

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

This text has shadow with #DEBEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBEE4 on black background.


Color preview on white background

This text has color #DEBEE4 on white background.



Black color preview on #DEBEE4 background

This text has black color on #DEBEE4 background.


White color preview on #DEBEE4 background

This text has white color on #DEBEE4 background.