COLOR #DEC7DB

HEX: #DEC7DB RGB: (222,199,219)

Color info

#DEC7DB contains red, green and blue colors in about the same proportion. Web safe color of #DEC7DB is #CCCCCC (or #CCC).

RGB color model

#DEC7DB color RGB value is (222,199,219).

RGB: (222,199,219) (87%, 78%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 219 of 255 = 86%

222
199
219

R + G + B ~ 84%. #DEC7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 199 + 219 = 640 (100%)
R 222 of 640 ~ 34.69%
G 199 of 640 ~ 31.09%
B 219 of 640 ~ 34.22'%

%34.69
%31.09
%34.22

CMYK color model

#DEC7DB color CMYK value is (0,10,1,13).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (0,10,1,13)
C0M10Y1K13 (0%, 10%, 1%, 13%)
(0.00 / 0.10 / 0.01 / 0.13)

CMYK percentages

%0
%10.36
%1.35
%12.94

Codes

Color #DEC7DB in popluar color models

DE C7 DB
RGB 222 199 219
HSL 308° 25.84% 82.55%
HSB/HSV 308° 10.36% 87.06%
CMYK 0.00% 10.36% 1.35%
12.94%

Color #DEC7DB in popluar number systems.

HEX DE C7 DB
Decimal 222 199 219
Binary 11011110 11000111 11011011
Octal 336 307 333

Shades and tints

Shades of #DEC7DB

#DEC7DB
(222,199,219)
#CAB5C8
(202,181,200)
#B6A3B5
(182,163,181)
#A291A2
(162,145,162)
#8E7F8F
(142,127,143)
#7A6D7C
(122,109,124)
#665B69
(102,91,105)
#524956
(82,73,86)
#3E3743
(62,55,67)
#2A2530
(42,37,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #DEC7DB

#DEC7DB
(222,199,219)
#E1CCDE
(225,204,222)
#E4D1E1
(228,209,225)
#E7D6E4
(231,214,228)
#EADBE7
(234,219,231)
#EDE0EA
(237,224,234)
#F0E5ED
(240,229,237)
#F3EAF0
(243,234,240)
#F6EFF3
(246,239,243)
#F9F4F6
(249,244,246)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC7DB color. Also use rgb(222,199,219) instead hex code.

Text Font Color

.myTextColor { color: #DEC7DB; }

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

This text font color is #DEC7DB.

Background Color

.myBgColor { background-color: #DEC7DB; }

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

This div background color is #DEC7DB.

Border color

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

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

This div border color is #DEC7DB.

Opacity

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

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

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

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

This text has shadow with #DEC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC7DB.

Preview

Color preview on black background

This text has color #DEC7DB on black background.


Color preview on white background

This text has color #DEC7DB on white background.


Black color preview on #DEC7DB background

This text has black color on #DEC7DB background.


White color preview on #DEC7DB background

This text has white color on #DEC7DB background.


Related colors

Complementary color

Complementary color for #hex is #213824.


I love getcolorcode.com

Triadic colors

1 #DBDEC7 and #C7DBDE with #DEC7DB are triadic colors.

2 #DBC7DE and #C7DEDB with #DEC7DB are triadic colors.