COLOR #DEBFF6

HEX: #DEBFF6
RGB: (222,191,246)

Color info

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

RGB color model

#DEBFF6 color RGB value is (222,191,246).

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

RGB channels and saturation

R 222 of 255 = 87%
G 191 of 255 = 75%
B 246 of 255 = 96%

222
191
246

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

Portions of RGB colors in percentages

R + G + B =
222 + 191 + 246 = 659 (100%)
R 222 of 659 ~ 33.69%
G 191 of 659 ~ 28.98%
B 246 of 659 ~ 37.33%

%33.69
%28.98
%37.33

CMYK color model

#DEBFF6 color CMYK value is (10,22,0,4).

  • cyan value is 9.76%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,22,0,4)
C10M22Y0K4 
(10%,22%,0%,4%)
(0.10/0.22/0.00/0.04)	

CMYK percentages

%9.76
%22.36
%0
%3.53

Codes

Color #DEBFF6 in popluar color models

DEBFF6
RGB222191246
HSL274°75.34%85.69%
HSB/HSV274°22.36%96.47%
CMYK9.76%22.36%0.00%
3.53%

Color #DEBFF6 in popluar number systems.

HEXDEBFF6
Decimal222191246
Binary110111101011111111110110
Octal336277366

Shades and tints

Shades of #DEBFF6

#DEBFF6
(222,191,246)
#CAAEE0
(202,174,224)
#B69DCA
(182,157,202)
#A28CB4
(162,140,180)
#8E7B9E
(142,123,158)
#7A6A88
(122,106,136)
#665972
(102,89,114)
#52485C
(82,72,92)
#3E3746
(62,55,70)
#2A2630
(42,38,48)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #DEBFF6

#DEBFF6
(222,191,246)
#E1C4F6
(225,196,246)
#E4C9F6
(228,201,246)
#E7CEF6
(231,206,246)
#EAD3F6
(234,211,246)
#EDD8F6
(237,216,246)
#F0DDF6
(240,221,246)
#F3E2F6
(243,226,246)
#F6E7F6
(246,231,246)
#F9ECF6
(249,236,246)
#FCF1F6
(252,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBFF6; }

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

This text font color is #DEBFF6.


Background Color

.myBgColor { background-color: #DEBFF6; }

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

This div background color is #DEBFF6.


Border color

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

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

This div border color is #DEBFF6.


Opacity

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

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

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

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

This text has shadow with #DEBFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBFF6 on black background.


Color preview on white background

This text has color #DEBFF6 on white background.



Black color preview on #DEBFF6 background

This text has black color on #DEBFF6 background.


White color preview on #DEBFF6 background

This text has white color on #DEBFF6 background.