COLOR #DEC6ED

HEX: #DEC6ED RGB: (222,198,237)

Color info

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

RGB color model

#DEC6ED color RGB value is (222,198,237).

RGB: (222,198,237) (87%, 78%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 237 of 255 = 93%

222
198
237

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

Portions of RGB colors in percentages

R + G + B = 222 + 198 + 237 = 657 (100%)
R 222 of 657 ~ 33.79%
G 198 of 657 ~ 30.14%
B 237 of 657 ~ 36.07'%

%33.79
%30.14
%36.07

CMYK color model

#DEC6ED color CMYK value is (6,16,0,7).

  • cyan value is 6.33%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (6,16,0,7)
C6M16Y0K7 (6%, 16%, 0%, 7%)
(0.06 / 0.16 / 0.00 / 0.07)

CMYK percentages

%6.33
%16.46
%0
%7.06

Codes

Color #DEC6ED in popluar color models

DE C6 ED
RGB 222 198 237
HSL 277° 52.00% 85.29%
HSB/HSV 277° 16.46% 92.94%
CMYK 6.33% 16.46% 0.00%
7.06%

Color #DEC6ED in popluar number systems.

HEX DE C6 ED
Decimal 222 198 237
Binary 11011110 11000110 11101101
Octal 336 306 355

Shades and tints

Shades of #DEC6ED

#DEC6ED
(222,198,237)
#CAB4D8
(202,180,216)
#B6A2C3
(182,162,195)
#A290AE
(162,144,174)
#8E7E99
(142,126,153)
#7A6C84
(122,108,132)
#665A6F
(102,90,111)
#52485A
(82,72,90)
#3E3645
(62,54,69)
#2A2430
(42,36,48)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #DEC6ED

#DEC6ED
(222,198,237)
#E1CBEE
(225,203,238)
#E4D0EF
(228,208,239)
#E7D5F0
(231,213,240)
#EADAF1
(234,218,241)
#EDDFF2
(237,223,242)
#F0E4F3
(240,228,243)
#F3E9F4
(243,233,244)
#F6EEF5
(246,238,245)
#F9F3F6
(249,243,246)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6ED; }

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

This text font color is #DEC6ED.

Background Color

.myBgColor { background-color: #DEC6ED; }

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

This div background color is #DEC6ED.

Border color

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

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

This div border color is #DEC6ED.

Opacity

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

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

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

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

This text has shadow with #DEC6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC6ED.

Preview

Color preview on black background

This text has color #DEC6ED on black background.


Color preview on white background

This text has color #DEC6ED on white background.


Black color preview on #DEC6ED background

This text has black color on #DEC6ED background.


White color preview on #DEC6ED background

This text has white color on #DEC6ED background.


Related colors

Complementary color

Complementary color for #hex is #213912.


I love getcolorcode.com

Triadic colors

1 #EDDEC6 and #C6EDDE with #DEC6ED are triadic colors.

2 #EDC6DE and #C6DEED with #DEC6ED are triadic colors.