COLOR #DEDAEB

HEX: #DEDAEB RGB: (222,218,235)

Color info

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

RGB color model

#DEDAEB color RGB value is (222,218,235).

RGB: (222,218,235) (87%, 85%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 218 of 255 = 85%
B 235 of 255 = 92%

222
218
235

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

Portions of RGB colors in percentages

R + G + B = 222 + 218 + 235 = 675 (100%)
R 222 of 675 ~ 32.89%
G 218 of 675 ~ 32.3%
B 235 of 675 ~ 34.81'%

%32.89
%32.3
%34.81

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,7,0,8)
C6M7Y0K8 (6%, 7%, 0%, 8%)
(0.06 / 0.07 / 0.00 / 0.08)

CMYK percentages

%5.53
%7.23
%0
%7.84

Codes

Color #DEDAEB in popluar color models

DE DA EB
RGB 222 218 235
HSL 254° 29.82% 88.82%
HSB/HSV 254° 7.23% 92.16%
CMYK 5.53% 7.23% 0.00%
7.84%

Color #DEDAEB in popluar number systems.

HEX DE DA EB
Decimal 222 218 235
Binary 11011110 11011010 11101011
Octal 336 332 353

Shades and tints

Shades of #DEDAEB

#DEDAEB
(222,218,235)
#CAC7D6
(202,199,214)
#B6B4C1
(182,180,193)
#A2A1AC
(162,161,172)
#8E8E97
(142,142,151)
#7A7B82
(122,123,130)
#66686D
(102,104,109)
#525558
(82,85,88)
#3E4243
(62,66,67)
#2A2F2E
(42,47,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #DEDAEB

#DEDAEB
(222,218,235)
#E1DDEC
(225,221,236)
#E4E0ED
(228,224,237)
#E7E3EE
(231,227,238)
#EAE6EF
(234,230,239)
#EDE9F0
(237,233,240)
#F0ECF1
(240,236,241)
#F3EFF2
(243,239,242)
#F6F2F3
(246,242,243)
#F9F5F4
(249,245,244)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDAEB color. Also use rgb(222,218,235) instead hex code.

Text Font Color

.myTextColor { color: #DEDAEB; }

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

This text font color is #DEDAEB.

Background Color

.myBgColor { background-color: #DEDAEB; }

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

This div background color is #DEDAEB.

Border color

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

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

This div border color is #DEDAEB.

Opacity

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

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

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

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

This text has shadow with #DEDAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDAEB.

Preview

Color preview on black background

This text has color #DEDAEB on black background.


Color preview on white background

This text has color #DEDAEB on white background.


Black color preview on #DEDAEB background

This text has black color on #DEDAEB background.


White color preview on #DEDAEB background

This text has white color on #DEDAEB background.


Related colors

Complementary color

Complementary color for #hex is #212514.


I love getcolorcode.com

Triadic colors

1 #EBDEDA and #DAEBDE with #DEDAEB are triadic colors.

2 #EBDADE and #DADEEB with #DEDAEB are triadic colors.