COLOR #DEC4EB

HEX: #DEC4EB RGB: (222,196,235)

Color info

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

RGB color model

#DEC4EB color RGB value is (222,196,235).

RGB: (222,196,235) (87%, 77%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 196 of 255 = 77%
B 235 of 255 = 92%

222
196
235

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

Portions of RGB colors in percentages

R + G + B = 222 + 196 + 235 = 653 (100%)
R 222 of 653 ~ 34%
G 196 of 653 ~ 30.02%
B 235 of 653 ~ 35.99'%

%34
%30.02
%35.99

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 16.60%
  • 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
%16.6
%0
%7.84

Codes

Color #DEC4EB in popluar color models

DE C4 EB
RGB 222 196 235
HSL 280° 49.37% 84.51%
HSB/HSV 280° 16.60% 92.16%
CMYK 5.53% 16.60% 0.00%
7.84%

Color #DEC4EB in popluar number systems.

HEX DE C4 EB
Decimal 222 196 235
Binary 11011110 11000100 11101011
Octal 336 304 353

Shades and tints

Shades of #DEC4EB

#DEC4EB
(222,196,235)
#CAB3D6
(202,179,214)
#B6A2C1
(182,162,193)
#A291AC
(162,145,172)
#8E8097
(142,128,151)
#7A6F82
(122,111,130)
#665E6D
(102,94,109)
#524D58
(82,77,88)
#3E3C43
(62,60,67)
#2A2B2E
(42,43,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #DEC4EB

#DEC4EB
(222,196,235)
#E1C9EC
(225,201,236)
#E4CEED
(228,206,237)
#E7D3EE
(231,211,238)
#EAD8EF
(234,216,239)
#EDDDF0
(237,221,240)
#F0E2F1
(240,226,241)
#F3E7F2
(243,231,242)
#F6ECF3
(246,236,243)
#F9F1F4
(249,241,244)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC4EB; }

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

This text font color is #DEC4EB.

Background Color

.myBgColor { background-color: #DEC4EB; }

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

This div background color is #DEC4EB.

Border color

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

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

This div border color is #DEC4EB.

Opacity

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

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

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

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

This text has shadow with #DEC4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC4EB.

Preview

Color preview on black background

This text has color #DEC4EB on black background.


Color preview on white background

This text has color #DEC4EB on white background.


Black color preview on #DEC4EB background

This text has black color on #DEC4EB background.


White color preview on #DEC4EB background

This text has white color on #DEC4EB background.


Related colors

Complementary color

Complementary color for #hex is #213B14.


I love getcolorcode.com

Triadic colors

1 #EBDEC4 and #C4EBDE with #DEC4EB are triadic colors.

2 #EBC4DE and #C4DEEB with #DEC4EB are triadic colors.