COLOR #DEDBEC

HEX: #DEDBEC RGB: (222,219,236)

Color info

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

RGB color model

#DEDBEC color RGB value is (222,219,236).

RGB: (222,219,236) (87%, 86%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 219 of 255 = 86%
B 236 of 255 = 93%

222
219
236

R + G + B ~ 89%. #DEDBEC is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 219 + 236 = 677 (100%)
R 222 of 677 ~ 32.79%
G 219 of 677 ~ 32.35%
B 236 of 677 ~ 34.86'%

%32.79
%32.35
%34.86

CMYK color model

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

  • cyan value is 5.93%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (6,7,0,7) C6M7Y0K7 (6%,7%,0%,7%) (0.06/0.07/0.00/0.07) 

CMYK percentages

%5.93
%7.2
%0
%7.45

Codes

Color #DEDBEC in popluar color models

DE DB EC
RGB 222 219 236
HSL 251° 30.91% 89.22%
HSB/HSV 251° 7.20% 92.55%
CMYK 5.93% 7.20% 0.00%
7.45%

Color #DEDBEC in popluar number systems.

HEX DE DB EC
Decimal 222 219 236
Binary 11011110 11011011 11101100
Octal 336 333 354

Shades and tints

Shades of #DEDBEC

#DEDBEC
(222,219,236)
#CAC8D7
(202,200,215)
#B6B5C2
(182,181,194)
#A2A2AD
(162,162,173)
#8E8F98
(142,143,152)
#7A7C83
(122,124,131)
#66696E
(102,105,110)
#525659
(82,86,89)
#3E4344
(62,67,68)
#2A302F
(42,48,47)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #DEDBEC

#DEDBEC
(222,219,236)
#E1DEED
(225,222,237)
#E4E1EE
(228,225,238)
#E7E4EF
(231,228,239)
#EAE7F0
(234,231,240)
#EDEAF1
(237,234,241)
#F0EDF2
(240,237,242)
#F3F0F3
(243,240,243)
#F6F3F4
(246,243,244)
#F9F6F5
(249,246,245)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDBEC; }

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

This text font color is #DEDBEC.

Background Color

.myBgColor { background-color: #DEDBEC; }

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

This div background color is #DEDBEC.

Border color

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

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

This div border color is #DEDBEC.

Opacity

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

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

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

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

This text has shadow with #DEDBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDBEC.

Preview

Color preview on black background

This text has color #DEDBEC on black background.


Color preview on white background

This text has color #DEDBEC on white background.


Black color preview on #DEDBEC background

This text has black color on #DEDBEC background.


White color preview on #DEDBEC background

This text has white color on #DEDBEC background.


Related colors

Complementary color

Complementary color for #hex is #212413.


I love getcolorcode.com

Triadic colors

1 #ECDEDB and #DBECDE with #DEDBEC are triadic colors.

2 #ECDBDE and #DBDEEC with #DEDBEC are triadic colors.