COLOR #DEC0EB

HEX: #DEC0EB
RGB: (222,192,235)

Color info

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

RGB color model

#DEC0EB color RGB value is (222,192,235).

  • red value is 222;
  • green value is 192;
  • blue value is 235.
RGB:
(222,192,235)
(87%,75%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 192 of 255 = 75%
B 235 of 255 = 92%

222
192
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 192 + 235 = 649 (100%)
R 222 of 649 ~ 34.21%
G 192 of 649 ~ 29.58%
B 235 of 649 ~ 36.21%

%34.21
%29.58
%36.21

CMYK color model

#DEC0EB color CMYK value is (6,18,0,8).

  • cyan value is 5.53%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,18,0,8)
C6M18Y0K8 
(6%,18%,0%,8%)
(0.06/0.18/0.00/0.08)	

CMYK percentages

%5.53
%18.3
%0
%7.84

Codes

Color #DEC0EB in popluar color models

DEC0EB
RGB222192235
HSL282°51.81%83.73%
HSB/HSV282°18.30%92.16%
CMYK5.53%18.30%0.00%
7.84%

Color #DEC0EB in popluar number systems.

HEXDEC0EB
Decimal222192235
Binary110111101100000011101011
Octal336300353

Shades and tints

Shades of #DEC0EB

#DEC0EB
(222,192,235)
#CAAFD6
(202,175,214)
#B69EC1
(182,158,193)
#A28DAC
(162,141,172)
#8E7C97
(142,124,151)
#7A6B82
(122,107,130)
#665A6D
(102,90,109)
#524958
(82,73,88)
#3E3843
(62,56,67)
#2A272E
(42,39,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #DEC0EB

#DEC0EB
(222,192,235)
#E1C5EC
(225,197,236)
#E4CAED
(228,202,237)
#E7CFEE
(231,207,238)
#EAD4EF
(234,212,239)
#EDD9F0
(237,217,240)
#F0DEF1
(240,222,241)
#F3E3F2
(243,227,242)
#F6E8F3
(246,232,243)
#F9EDF4
(249,237,244)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC0EB color. Also use rgb(222,192,235) instead hex code.

Text Font Color

.myTextColor { color: #DEC0EB; }

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

This text font color is #DEC0EB.


Background Color

.myBgColor { background-color: #DEC0EB; }

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

This div background color is #DEC0EB.


Border color

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

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

This div border color is #DEC0EB.


Opacity

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

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

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

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

This text has shadow with #DEC0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC0EB on black background.


Color preview on white background

This text has color #DEC0EB on white background.



Black color preview on #DEC0EB background

This text has black color on #DEC0EB background.


White color preview on #DEC0EB background

This text has white color on #DEC0EB background.