COLOR #DEDBE5

HEX: #DEDBE5 RGB: (222,219,229)

Color info

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

RGB color model

#DEDBE5 color RGB value is (222,219,229).

RGB: (222,219,229) (87%, 86%, 90%)

RGB channels and saturation

R 222 of 255 = 87%
G 219 of 255 = 86%
B 229 of 255 = 90%

222
219
229

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

Portions of RGB colors in percentages

R + G + B = 222 + 219 + 229 = 670 (100%)
R 222 of 670 ~ 33.13%
G 219 of 670 ~ 32.69%
B 229 of 670 ~ 34.18'%

%33.13
%32.69
%34.18

CMYK color model

#DEDBE5 color CMYK value is (3,4,0,10).

  • cyan value is 3.06%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (3,4,0,10)
C3M4Y0K10 (3%, 4%, 0%, 10%)
(0.03 / 0.04 / 0.00 / 0.10)

CMYK percentages

%3.06
%4.37
%0
%10.2

Codes

Color #DEDBE5 in popluar color models

DE DB E5
RGB 222 219 229
HSL 258° 16.13% 87.84%
HSB/HSV 258° 4.37% 89.80%
CMYK 3.06% 4.37% 0.00%
10.20%

Color #DEDBE5 in popluar number systems.

HEX DE DB E5
Decimal 222 219 229
Binary 11011110 11011011 11100101
Octal 336 333 345

Shades and tints

Shades of #DEDBE5

#DEDBE5
(222,219,229)
#CAC8D1
(202,200,209)
#B6B5BD
(182,181,189)
#A2A2A9
(162,162,169)
#8E8F95
(142,143,149)
#7A7C81
(122,124,129)
#66696D
(102,105,109)
#525659
(82,86,89)
#3E4345
(62,67,69)
#2A3031
(42,48,49)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #DEDBE5

#DEDBE5
(222,219,229)
#E1DEE7
(225,222,231)
#E4E1E9
(228,225,233)
#E7E4EB
(231,228,235)
#EAE7ED
(234,231,237)
#EDEAEF
(237,234,239)
#F0EDF1
(240,237,241)
#F3F0F3
(243,240,243)
#F6F3F5
(246,243,245)
#F9F6F7
(249,246,247)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDBE5; }

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

This text font color is #DEDBE5.

Background Color

.myBgColor { background-color: #DEDBE5; }

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

This div background color is #DEDBE5.

Border color

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

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

This div border color is #DEDBE5.

Opacity

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

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

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

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

This text has shadow with #DEDBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDBE5.

Preview

Color preview on black background

This text has color #DEDBE5 on black background.


Color preview on white background

This text has color #DEDBE5 on white background.


Black color preview on #DEDBE5 background

This text has black color on #DEDBE5 background.


White color preview on #DEDBE5 background

This text has white color on #DEDBE5 background.


Related colors

Complementary color

Complementary color for #hex is #21241A.


I love getcolorcode.com

Triadic colors

1 #E5DEDB and #DBE5DE with #DEDBE5 are triadic colors.

2 #E5DBDE and #DBDEE5 with #DEDBE5 are triadic colors.