COLOR #DEDEE6

HEX: #DEDEE6 RGB: (222,222,230)

Color info

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

RGB color model

#DEDEE6 color RGB value is (222,222,230).

RGB: (222,222,230) (87%, 87%, 90%)

RGB channels and saturation

R 222 of 255 = 87%
G 222 of 255 = 87%
B 230 of 255 = 90%

222
222
230

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

Portions of RGB colors in percentages

R + G + B = 222 + 222 + 230 = 674 (100%)
R 222 of 674 ~ 32.94%
G 222 of 674 ~ 32.94%
B 230 of 674 ~ 34.12'%

%32.94
%32.94
%34.12

CMYK color model

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

  • cyan value is 3.48%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (3,3,0,10)
C3M3Y0K10 (3%, 3%, 0%, 10%)
(0.03 / 0.03 / 0.00 / 0.10)

CMYK percentages

%3.48
%3.48
%0
%9.8

Codes

Color #DEDEE6 in popluar color models

DE DE E6
RGB 222 222 230
HSL 240° 13.79% 88.63%
HSB/HSV 240° 3.48% 90.20%
CMYK 3.48% 3.48% 0.00%
9.80%

Color #DEDEE6 in popluar number systems.

HEX DE DE E6
Decimal 222 222 230
Binary 11011110 11011110 11100110
Octal 336 336 346

Shades and tints

Shades of #DEDEE6

#DEDEE6
(222,222,230)
#CACAD2
(202,202,210)
#B6B6BE
(182,182,190)
#A2A2AA
(162,162,170)
#8E8E96
(142,142,150)
#7A7A82
(122,122,130)
#66666E
(102,102,110)
#52525A
(82,82,90)
#3E3E46
(62,62,70)
#2A2A32
(42,42,50)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #DEDEE6

#DEDEE6
(222,222,230)
#E1E1E8
(225,225,232)
#E4E4EA
(228,228,234)
#E7E7EC
(231,231,236)
#EAEAEE
(234,234,238)
#EDEDF0
(237,237,240)
#F0F0F2
(240,240,242)
#F3F3F4
(243,243,244)
#F6F6F6
(246,246,246)
#F9F9F8
(249,249,248)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEE6; }

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

This text font color is #DEDEE6.

Background Color

.myBgColor { background-color: #DEDEE6; }

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

This div background color is #DEDEE6.

Border color

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

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

This div border color is #DEDEE6.

Opacity

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

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

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

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

This text has shadow with #DEDEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDEE6.

Preview

Color preview on black background

This text has color #DEDEE6 on black background.


Color preview on white background

This text has color #DEDEE6 on white background.


Black color preview on #DEDEE6 background

This text has black color on #DEDEE6 background.


White color preview on #DEDEE6 background

This text has white color on #DEDEE6 background.


Related colors

Complementary color

Complementary color for #hex is #212119.


I love getcolorcode.com