COLOR #DECEF9

HEX: #DECEF9
RGB: (222,206,249)

Color info

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

RGB color model

#DECEF9 color RGB value is (222,206,249).

  • red value is 222;
  • green value is 206;
  • blue value is 249.
RGB:
(222,206,249)
(87%,81%,98%)

RGB channels and saturation

R 222 of 255 = 87%
G 206 of 255 = 81%
B 249 of 255 = 98%

222
206
249

R + G + B ~ 89%. #DECEF9 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 206 + 249 = 677 (100%)
R 222 of 677 ~ 32.79%
G 206 of 677 ~ 30.43%
B 249 of 677 ~ 36.78%

%32.79
%30.43
%36.78

CMYK color model

#DECEF9 color CMYK value is (11,17,0,2).

  • cyan value is 10.84%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,17,0,2)
C11M17Y0K2 
(11%,17%,0%,2%)
(0.11/0.17/0.00/0.02)	

CMYK percentages

%10.84
%17.27
%0
%2.35

Codes

Color #DECEF9 in popluar color models

DECEF9
RGB222206249
HSL262°78.18%89.22%
HSB/HSV262°17.27%97.65%
CMYK10.84%17.27%0.00%
2.35%

Color #DECEF9 in popluar number systems.

HEXDECEF9
Decimal222206249
Binary110111101100111011111001
Octal336316371

Shades and tints

Shades of #DECEF9

#DECEF9
(222,206,249)
#CABCE3
(202,188,227)
#B6AACD
(182,170,205)
#A298B7
(162,152,183)
#8E86A1
(142,134,161)
#7A748B
(122,116,139)
#666275
(102,98,117)
#52505F
(82,80,95)
#3E3E49
(62,62,73)
#2A2C33
(42,44,51)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #DECEF9

#DECEF9
(222,206,249)
#E1D2F9
(225,210,249)
#E4D6F9
(228,214,249)
#E7DAF9
(231,218,249)
#EADEF9
(234,222,249)
#EDE2F9
(237,226,249)
#F0E6F9
(240,230,249)
#F3EAF9
(243,234,249)
#F6EEF9
(246,238,249)
#F9F2F9
(249,242,249)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DECEF9 color. Also use rgb(222,206,249) instead hex code.

Text Font Color

.myTextColor { color: #DECEF9; }

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

This text font color is #DECEF9.


Background Color

.myBgColor { background-color: #DECEF9; }

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

This div background color is #DECEF9.


Border color

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

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

This div border color is #DECEF9.


Opacity

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

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

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

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

This text has shadow with #DECEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DECEF9 on black background.


Color preview on white background

This text has color #DECEF9 on white background.



Black color preview on #DECEF9 background

This text has black color on #DECEF9 background.


White color preview on #DECEF9 background

This text has white color on #DECEF9 background.