COLOR #DEBDF6

HEX: #DEBDF6
RGB: (222,189,246)

Color info

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

RGB color model

#DEBDF6 color RGB value is (222,189,246).

  • red value is 222;
  • green value is 189;
  • blue value is 246.
RGB:
(222,189,246)
(87%,74%,96%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 246 of 255 = 96%

222
189
246

R + G + B ~ 86%. #DEBDF6 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 246 = 657 (100%)
R 222 of 657 ~ 33.79%
G 189 of 657 ~ 28.77%
B 246 of 657 ~ 37.44%

%33.79
%28.77
%37.44

CMYK color model

#DEBDF6 color CMYK value is (10,23,0,4).

  • cyan value is 9.76%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,23,0,4)
C10M23Y0K4 
(10%,23%,0%,4%)
(0.10/0.23/0.00/0.04)	

CMYK percentages

%9.76
%23.17
%0
%3.53

Codes

Color #DEBDF6 in popluar color models

DEBDF6
RGB222189246
HSL275°76.00%85.29%
HSB/HSV275°23.17%96.47%
CMYK9.76%23.17%0.00%
3.53%

Color #DEBDF6 in popluar number systems.

HEXDEBDF6
Decimal222189246
Binary110111101011110111110110
Octal336275366

Shades and tints

Shades of #DEBDF6

#DEBDF6
(222,189,246)
#CAACE0
(202,172,224)
#B69BCA
(182,155,202)
#A28AB4
(162,138,180)
#8E799E
(142,121,158)
#7A6888
(122,104,136)
#665772
(102,87,114)
#52465C
(82,70,92)
#3E3546
(62,53,70)
#2A2430
(42,36,48)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #DEBDF6

#DEBDF6
(222,189,246)
#E1C3F6
(225,195,246)
#E4C9F6
(228,201,246)
#E7CFF6
(231,207,246)
#EAD5F6
(234,213,246)
#EDDBF6
(237,219,246)
#F0E1F6
(240,225,246)
#F3E7F6
(243,231,246)
#F6EDF6
(246,237,246)
#F9F3F6
(249,243,246)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBDF6 color. Also use rgb(222,189,246) instead hex code.

Text Font Color

.myTextColor { color: #DEBDF6; }

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

This text font color is #DEBDF6.


Background Color

.myBgColor { background-color: #DEBDF6; }

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

This div background color is #DEBDF6.


Border color

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

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

This div border color is #DEBDF6.


Opacity

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

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

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

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

This text has shadow with #DEBDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBDF6 on black background.


Color preview on white background

This text has color #DEBDF6 on white background.



Black color preview on #DEBDF6 background

This text has black color on #DEBDF6 background.


White color preview on #DEBDF6 background

This text has white color on #DEBDF6 background.