COLOR #DECEF0

HEX: #DECEF0
RGB: (222,206,240)

Color info

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

RGB color model

#DECEF0 color RGB value is (222,206,240).

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

RGB channels and saturation

R 222 of 255 = 87%
G 206 of 255 = 81%
B 240 of 255 = 94%

222
206
240

R + G + B ~ 87%. #DECEF0 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 206 + 240 = 668 (100%)
R 222 of 668 ~ 33.23%
G 206 of 668 ~ 30.84%
B 240 of 668 ~ 35.93%

%33.23
%30.84
%35.93

CMYK color model

#DECEF0 color CMYK value is (8,14,0,6).

  • cyan value is 7.50%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,14,0,6)
C8M14Y0K6 
(8%,14%,0%,6%)
(0.08/0.14/0.00/0.06)	

CMYK percentages

%7.5
%14.17
%0
%5.88

Codes

Color #DECEF0 in popluar color models

DECEF0
RGB222206240
HSL268°53.13%87.45%
HSB/HSV268°14.17%94.12%
CMYK7.50%14.17%0.00%
5.88%

Color #DECEF0 in popluar number systems.

HEXDECEF0
Decimal222206240
Binary110111101100111011110000
Octal336316360

Shades and tints

Shades of #DECEF0

#DECEF0
(222,206,240)
#CABCDB
(202,188,219)
#B6AAC6
(182,170,198)
#A298B1
(162,152,177)
#8E869C
(142,134,156)
#7A7487
(122,116,135)
#666272
(102,98,114)
#52505D
(82,80,93)
#3E3E48
(62,62,72)
#2A2C33
(42,44,51)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #DECEF0

#DECEF0
(222,206,240)
#E1D2F1
(225,210,241)
#E4D6F2
(228,214,242)
#E7DAF3
(231,218,243)
#EADEF4
(234,222,244)
#EDE2F5
(237,226,245)
#F0E6F6
(240,230,246)
#F3EAF7
(243,234,247)
#F6EEF8
(246,238,248)
#F9F2F9
(249,242,249)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DECEF0; }

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

This text font color is #DECEF0.


Background Color

.myBgColor { background-color: #DECEF0; }

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

This div background color is #DECEF0.


Border color

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

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

This div border color is #DECEF0.


Opacity

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

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

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

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

This text has shadow with #DECEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DECEF0 on black background.


Color preview on white background

This text has color #DECEF0 on white background.



Black color preview on #DECEF0 background

This text has black color on #DECEF0 background.


White color preview on #DECEF0 background

This text has white color on #DECEF0 background.