COLOR #DEC4E8

HEX: #DEC4E8
RGB: (222,196,232)

Color info

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

RGB color model

#DEC4E8 color RGB value is (222,196,232).

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

RGB channels and saturation

R 222 of 255 = 87%
G 196 of 255 = 77%
B 232 of 255 = 91%

222
196
232

R + G + B ~ 85%. #DEC4E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 196 + 232 = 650 (100%)
R 222 of 650 ~ 34.15%
G 196 of 650 ~ 30.15%
B 232 of 650 ~ 35.69%

%34.15
%30.15
%35.69

CMYK color model

#DEC4E8 color CMYK value is (4,16,0,9).

  • cyan value is 4.31%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(4,16,0,9)
C4M16Y0K9 
(4%,16%,0%,9%)
(0.04/0.16/0.00/0.09)	

CMYK percentages

%4.31
%15.52
%0
%9.02

Codes

Color #DEC4E8 in popluar color models

DEC4E8
RGB222196232
HSL283°43.90%83.92%
HSB/HSV283°15.52%90.98%
CMYK4.31%15.52%0.00%
9.02%

Color #DEC4E8 in popluar number systems.

HEXDEC4E8
Decimal222196232
Binary110111101100010011101000
Octal336304350

Shades and tints

Shades of #DEC4E8

#DEC4E8
(222,196,232)
#CAB3D3
(202,179,211)
#B6A2BE
(182,162,190)
#A291A9
(162,145,169)
#8E8094
(142,128,148)
#7A6F7F
(122,111,127)
#665E6A
(102,94,106)
#524D55
(82,77,85)
#3E3C40
(62,60,64)
#2A2B2B
(42,43,43)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #DEC4E8

#DEC4E8
(222,196,232)
#E1C9EA
(225,201,234)
#E4CEEC
(228,206,236)
#E7D3EE
(231,211,238)
#EAD8F0
(234,216,240)
#EDDDF2
(237,221,242)
#F0E2F4
(240,226,244)
#F3E7F6
(243,231,246)
#F6ECF8
(246,236,248)
#F9F1FA
(249,241,250)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC4E8; }

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

This text font color is #DEC4E8.


Background Color

.myBgColor { background-color: #DEC4E8; }

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

This div background color is #DEC4E8.


Border color

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

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

This div border color is #DEC4E8.


Opacity

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

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

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

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

This text has shadow with #DEC4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC4E8 on black background.


Color preview on white background

This text has color #DEC4E8 on white background.



Black color preview on #DEC4E8 background

This text has black color on #DEC4E8 background.


White color preview on #DEC4E8 background

This text has white color on #DEC4E8 background.