COLOR #DEDAE3

HEX: #DEDAE3 RGB: (222,218,227)

Color info

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

RGB color model

#DEDAE3 color RGB value is (222,218,227).

RGB: (222,218,227) (87%, 85%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 218 of 255 = 85%
B 227 of 255 = 89%

222
218
227

R + G + B ~ 87%. #DEDAE3 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 218 + 227 = 667 (100%)
R 222 of 667 ~ 33.28%
G 218 of 667 ~ 32.68%
B 227 of 667 ~ 34.03'%

%33.28
%32.68
%34.03

CMYK color model

#DEDAE3 color CMYK value is (2,4,0,11).

  • cyan value is 2.20%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (2,4,0,11)
C2M4Y0K11 (2%, 4%, 0%, 11%)
(0.02 / 0.04 / 0.00 / 0.11)

CMYK percentages

%2.2
%3.96
%0
%10.98

Codes

Color #DEDAE3 in popluar color models

DE DA E3
RGB 222 218 227
HSL 267° 13.85% 87.25%
HSB/HSV 267° 3.96% 89.02%
CMYK 2.20% 3.96% 0.00%
10.98%

Color #DEDAE3 in popluar number systems.

HEX DE DA E3
Decimal 222 218 227
Binary 11011110 11011010 11100011
Octal 336 332 343

Shades and tints

Shades of #DEDAE3

#DEDAE3
(222,218,227)
#CAC7CF
(202,199,207)
#B6B4BB
(182,180,187)
#A2A1A7
(162,161,167)
#8E8E93
(142,142,147)
#7A7B7F
(122,123,127)
#66686B
(102,104,107)
#525557
(82,85,87)
#3E4243
(62,66,67)
#2A2F2F
(42,47,47)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #DEDAE3

#DEDAE3
(222,218,227)
#E1DDE5
(225,221,229)
#E4E0E7
(228,224,231)
#E7E3E9
(231,227,233)
#EAE6EB
(234,230,235)
#EDE9ED
(237,233,237)
#F0ECEF
(240,236,239)
#F3EFF1
(243,239,241)
#F6F2F3
(246,242,243)
#F9F5F5
(249,245,245)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDAE3; }

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

This text font color is #DEDAE3.

Background Color

.myBgColor { background-color: #DEDAE3; }

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

This div background color is #DEDAE3.

Border color

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

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

This div border color is #DEDAE3.

Opacity

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

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

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

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

This text has shadow with #DEDAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDAE3.

Preview

Color preview on black background

This text has color #DEDAE3 on black background.


Color preview on white background

This text has color #DEDAE3 on white background.


Black color preview on #DEDAE3 background

This text has black color on #DEDAE3 background.


White color preview on #DEDAE3 background

This text has white color on #DEDAE3 background.


Related colors

Complementary color

Complementary color for #hex is #21251C.


I love getcolorcode.com

Triadic colors

1 #E3DEDA and #DAE3DE with #DEDAE3 are triadic colors.

2 #E3DADE and #DADEE3 with #DEDAE3 are triadic colors.