COLOR #DEC3EB

HEX: #DEC3EB
RGB: (222,195,235)

Color info

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

RGB color model

#DEC3EB color RGB value is (222,195,235).

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

RGB channels and saturation

R 222 of 255 = 87%
G 195 of 255 = 76%
B 235 of 255 = 92%

222
195
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 195 + 235 = 652 (100%)
R 222 of 652 ~ 34.05%
G 195 of 652 ~ 29.91%
B 235 of 652 ~ 36.04%

%34.05
%29.91
%36.04

CMYK color model

#DEC3EB color CMYK value is (6,17,0,8).

  • cyan value is 5.53%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,17,0,8)
C6M17Y0K8 
(6%,17%,0%,8%)
(0.06/0.17/0.00/0.08)	

CMYK percentages

%5.53
%17.02
%0
%7.84

Codes

Color #DEC3EB in popluar color models

DEC3EB
RGB222195235
HSL281°50.00%84.31%
HSB/HSV281°17.02%92.16%
CMYK5.53%17.02%0.00%
7.84%

Color #DEC3EB in popluar number systems.

HEXDEC3EB
Decimal222195235
Binary110111101100001111101011
Octal336303353

Shades and tints

Shades of #DEC3EB

#DEC3EB
(222,195,235)
#CAB2D6
(202,178,214)
#B6A1C1
(182,161,193)
#A290AC
(162,144,172)
#8E7F97
(142,127,151)
#7A6E82
(122,110,130)
#665D6D
(102,93,109)
#524C58
(82,76,88)
#3E3B43
(62,59,67)
#2A2A2E
(42,42,46)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #DEC3EB

#DEC3EB
(222,195,235)
#E1C8EC
(225,200,236)
#E4CDED
(228,205,237)
#E7D2EE
(231,210,238)
#EAD7EF
(234,215,239)
#EDDCF0
(237,220,240)
#F0E1F1
(240,225,241)
#F3E6F2
(243,230,242)
#F6EBF3
(246,235,243)
#F9F0F4
(249,240,244)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC3EB; }

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

This text font color is #DEC3EB.


Background Color

.myBgColor { background-color: #DEC3EB; }

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

This div background color is #DEC3EB.


Border color

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

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

This div border color is #DEC3EB.


Opacity

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

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

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

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

This text has shadow with #DEC3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC3EB on black background.


Color preview on white background

This text has color #DEC3EB on white background.



Black color preview on #DEC3EB background

This text has black color on #DEC3EB background.


White color preview on #DEC3EB background

This text has white color on #DEC3EB background.