COLOR #DEDBE7

HEX: #DEDBE7 RGB: (222,219,231)

Color info

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

RGB color model

#DEDBE7 color RGB value is (222,219,231).

RGB: (222,219,231) (87%, 86%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 219 of 255 = 86%
B 231 of 255 = 91%

222
219
231

R + G + B ~ 88%. #DEDBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 219 + 231 = 672 (100%)
R 222 of 672 ~ 33.04%
G 219 of 672 ~ 32.59%
B 231 of 672 ~ 34.38'%

%33.04
%32.59
%34.38

CMYK color model

#DEDBE7 color CMYK value is (4,5,0,9).

  • cyan value is 3.90%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,5,0,9)
C4M5Y0K9 (4%, 5%, 0%, 9%)
(0.04 / 0.05 / 0.00 / 0.09)

CMYK percentages

%3.9
%5.19
%0
%9.41

Codes

Color #DEDBE7 in popluar color models

DE DB E7
RGB 222 219 231
HSL 255° 20.00% 88.24%
HSB/HSV 255° 5.19% 90.59%
CMYK 3.90% 5.19% 0.00%
9.41%

Color #DEDBE7 in popluar number systems.

HEX DE DB E7
Decimal 222 219 231
Binary 11011110 11011011 11100111
Octal 336 333 347

Shades and tints

Shades of #DEDBE7

#DEDBE7
(222,219,231)
#CAC8D2
(202,200,210)
#B6B5BD
(182,181,189)
#A2A2A8
(162,162,168)
#8E8F93
(142,143,147)
#7A7C7E
(122,124,126)
#666969
(102,105,105)
#525654
(82,86,84)
#3E433F
(62,67,63)
#2A302A
(42,48,42)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #DEDBE7

#DEDBE7
(222,219,231)
#E1DEE9
(225,222,233)
#E4E1EB
(228,225,235)
#E7E4ED
(231,228,237)
#EAE7EF
(234,231,239)
#EDEAF1
(237,234,241)
#F0EDF3
(240,237,243)
#F3F0F5
(243,240,245)
#F6F3F7
(246,243,247)
#F9F6F9
(249,246,249)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDBE7; }

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

This text font color is #DEDBE7.

Background Color

.myBgColor { background-color: #DEDBE7; }

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

This div background color is #DEDBE7.

Border color

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

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

This div border color is #DEDBE7.

Opacity

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

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

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

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

This text has shadow with #DEDBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDBE7.

Preview

Color preview on black background

This text has color #DEDBE7 on black background.


Color preview on white background

This text has color #DEDBE7 on white background.


Black color preview on #DEDBE7 background

This text has black color on #DEDBE7 background.


White color preview on #DEDBE7 background

This text has white color on #DEDBE7 background.


Related colors

Complementary color

Complementary color for #hex is #212418.


I love getcolorcode.com

Triadic colors

1 #E7DEDB and #DBE7DE with #DEDBE7 are triadic colors.

2 #E7DBDE and #DBDEE7 with #DEDBE7 are triadic colors.