COLOR #DEC4ED

HEX: #DEC4ED
RGB: (222,196,237)

Color info

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

RGB color model

#DEC4ED color RGB value is (222,196,237).

  • red value is 222;
  • green value is 196;
  • blue value is 237.
RGB:
(222,196,237)
(87%,77%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 196 of 255 = 77%
B 237 of 255 = 93%

222
196
237

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

Portions of RGB colors in percentages

R + G + B =
222 + 196 + 237 = 655 (100%)
R 222 of 655 ~ 33.89%
G 196 of 655 ~ 29.92%
B 237 of 655 ~ 36.18%

%33.89
%29.92
%36.18

CMYK color model

#DEC4ED color CMYK value is (6,17,0,7).

  • cyan value is 6.33%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,17,0,7)
C6M17Y0K7 
(6%,17%,0%,7%)
(0.06/0.17/0.00/0.07)	

CMYK percentages

%6.33
%17.3
%0
%7.06

Codes

Color #DEC4ED in popluar color models

DEC4ED
RGB222196237
HSL278°53.25%84.90%
HSB/HSV278°17.30%92.94%
CMYK6.33%17.30%0.00%
7.06%

Color #DEC4ED in popluar number systems.

HEXDEC4ED
Decimal222196237
Binary110111101100010011101101
Octal336304355

Shades and tints

Shades of #DEC4ED

#DEC4ED
(222,196,237)
#CAB3D8
(202,179,216)
#B6A2C3
(182,162,195)
#A291AE
(162,145,174)
#8E8099
(142,128,153)
#7A6F84
(122,111,132)
#665E6F
(102,94,111)
#524D5A
(82,77,90)
#3E3C45
(62,60,69)
#2A2B30
(42,43,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #DEC4ED

#DEC4ED
(222,196,237)
#E1C9EE
(225,201,238)
#E4CEEF
(228,206,239)
#E7D3F0
(231,211,240)
#EAD8F1
(234,216,241)
#EDDDF2
(237,221,242)
#F0E2F3
(240,226,243)
#F3E7F4
(243,231,244)
#F6ECF5
(246,236,245)
#F9F1F6
(249,241,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC4ED color. Also use rgb(222,196,237) instead hex code.

Text Font Color

.myTextColor { color: #DEC4ED; }

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

This text font color is #DEC4ED.


Background Color

.myBgColor { background-color: #DEC4ED; }

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

This div background color is #DEC4ED.


Border color

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

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

This div border color is #DEC4ED.


Opacity

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

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

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

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

This text has shadow with #DEC4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC4ED on black background.


Color preview on white background

This text has color #DEC4ED on white background.



Black color preview on #DEC4ED background

This text has black color on #DEC4ED background.


White color preview on #DEC4ED background

This text has white color on #DEC4ED background.