COLOR #DECBF6

HEX: #DECBF6
RGB: (222,203,246)

Color info

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

RGB color model

#DECBF6 color RGB value is (222,203,246).

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

RGB channels and saturation

R 222 of 255 = 87%
G 203 of 255 = 80%
B 246 of 255 = 96%

222
203
246

R + G + B ~ 88%. #DECBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 203 + 246 = 671 (100%)
R 222 of 671 ~ 33.08%
G 203 of 671 ~ 30.25%
B 246 of 671 ~ 36.66%

%33.08
%30.25
%36.66

CMYK color model

#DECBF6 color CMYK value is (10,17,0,4).

  • cyan value is 9.76%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,17,0,4)
C10M17Y0K4 
(10%,17%,0%,4%)
(0.10/0.17/0.00/0.04)	

CMYK percentages

%9.76
%17.48
%0
%3.53

Codes

Color #DECBF6 in popluar color models

DECBF6
RGB222203246
HSL267°70.49%88.04%
HSB/HSV267°17.48%96.47%
CMYK9.76%17.48%0.00%
3.53%

Color #DECBF6 in popluar number systems.

HEXDECBF6
Decimal222203246
Binary110111101100101111110110
Octal336313366

Shades and tints

Shades of #DECBF6

#DECBF6
(222,203,246)
#CAB9E0
(202,185,224)
#B6A7CA
(182,167,202)
#A295B4
(162,149,180)
#8E839E
(142,131,158)
#7A7188
(122,113,136)
#665F72
(102,95,114)
#524D5C
(82,77,92)
#3E3B46
(62,59,70)
#2A2930
(42,41,48)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #DECBF6

#DECBF6
(222,203,246)
#E1CFF6
(225,207,246)
#E4D3F6
(228,211,246)
#E7D7F6
(231,215,246)
#EADBF6
(234,219,246)
#EDDFF6
(237,223,246)
#F0E3F6
(240,227,246)
#F3E7F6
(243,231,246)
#F6EBF6
(246,235,246)
#F9EFF6
(249,239,246)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DECBF6; }

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

This text font color is #DECBF6.


Background Color

.myBgColor { background-color: #DECBF6; }

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

This div background color is #DECBF6.


Border color

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

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

This div border color is #DECBF6.


Opacity

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

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

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

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

This text has shadow with #DECBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DECBF6 on black background.


Color preview on white background

This text has color #DECBF6 on white background.



Black color preview on #DECBF6 background

This text has black color on #DECBF6 background.


White color preview on #DECBF6 background

This text has white color on #DECBF6 background.