COLOR #DEDAED

HEX: #DEDAED RGB: (222,218,237)

Color info

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

RGB color model

#DEDAED color RGB value is (222,218,237).

RGB: (222,218,237) (87%, 85%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 218 of 255 = 85%
B 237 of 255 = 93%

222
218
237

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

Portions of RGB colors in percentages

R + G + B = 222 + 218 + 237 = 677 (100%)
R 222 of 677 ~ 32.79%
G 218 of 677 ~ 32.2%
B 237 of 677 ~ 35.01'%

%32.79
%32.2
%35.01

CMYK color model

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

  • cyan value is 6.33%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%

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

CMYK percentages

%6.33
%8.02
%0
%7.06

Codes

Color #DEDAED in popluar color models

DE DA ED
RGB 222 218 237
HSL 253° 34.55% 89.22%
HSB/HSV 253° 8.02% 92.94%
CMYK 6.33% 8.02% 0.00%
7.06%

Color #DEDAED in popluar number systems.

HEX DE DA ED
Decimal 222 218 237
Binary 11011110 11011010 11101101
Octal 336 332 355

Shades and tints

Shades of #DEDAED

#DEDAED
(222,218,237)
#CAC7D8
(202,199,216)
#B6B4C3
(182,180,195)
#A2A1AE
(162,161,174)
#8E8E99
(142,142,153)
#7A7B84
(122,123,132)
#66686F
(102,104,111)
#52555A
(82,85,90)
#3E4245
(62,66,69)
#2A2F30
(42,47,48)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #DEDAED

#DEDAED
(222,218,237)
#E1DDEE
(225,221,238)
#E4E0EF
(228,224,239)
#E7E3F0
(231,227,240)
#EAE6F1
(234,230,241)
#EDE9F2
(237,233,242)
#F0ECF3
(240,236,243)
#F3EFF4
(243,239,244)
#F6F2F5
(246,242,245)
#F9F5F6
(249,245,246)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDAED; }

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

This text font color is #DEDAED.

Background Color

.myBgColor { background-color: #DEDAED; }

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

This div background color is #DEDAED.

Border color

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

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

This div border color is #DEDAED.

Opacity

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

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

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

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

This text has shadow with #DEDAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDAED.

Preview

Color preview on black background

This text has color #DEDAED on black background.


Color preview on white background

This text has color #DEDAED on white background.


Black color preview on #DEDAED background

This text has black color on #DEDAED background.


White color preview on #DEDAED background

This text has white color on #DEDAED background.


Related colors

Complementary color

Complementary color for #hex is #212512.


I love getcolorcode.com

Triadic colors

1 #EDDEDA and #DAEDDE with #DEDAED are triadic colors.

2 #EDDADE and #DADEED with #DEDAED are triadic colors.