COLOR #DEDEE3

HEX: #DEDEE3
RGB: (222,222,227)

Color info

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

RGB color model

#DEDEE3 color RGB value is (222,222,227).

  • red value is 222;
  • green value is 222;
  • blue value is 227.
RGB:
(222,222,227)
(87%,87%,89%)

RGB channels and saturation

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

222
222
227

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

Portions of RGB colors in percentages

R + G + B =
222 + 222 + 227 = 671 (100%)
R 222 of 671 ~ 33.08%
G 222 of 671 ~ 33.08%
B 227 of 671 ~ 33.83%

%33.08
%33.08
%33.83

CMYK color model

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

  • cyan value is 2.20%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,2,0,11)
C2M2Y0K11 
(2%,2%,0%,11%)
(0.02/0.02/0.00/0.11)	

CMYK percentages

%2.2
%2.2
%0
%10.98

Codes

Color #DEDEE3 in popluar color models

DEDEE3
RGB222222227
HSL240°8.20%88.04%
HSB/HSV240°2.20%89.02%
CMYK2.20%2.20%0.00%
10.98%

Color #DEDEE3 in popluar number systems.

HEXDEDEE3
Decimal222222227
Binary110111101101111011100011
Octal336336343

Shades and tints

Shades of #DEDEE3

#DEDEE3
(222,222,227)
#CACACF
(202,202,207)
#B6B6BB
(182,182,187)
#A2A2A7
(162,162,167)
#8E8E93
(142,142,147)
#7A7A7F
(122,122,127)
#66666B
(102,102,107)
#525257
(82,82,87)
#3E3E43
(62,62,67)
#2A2A2F
(42,42,47)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #DEDEE3

#DEDEE3
(222,222,227)
#E1E1E5
(225,225,229)
#E4E4E7
(228,228,231)
#E7E7E9
(231,231,233)
#EAEAEB
(234,234,235)
#EDEDED
(237,237,237)
#F0F0EF
(240,240,239)
#F3F3F1
(243,243,241)
#F6F6F3
(246,246,243)
#F9F9F5
(249,249,245)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEE3; }

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

This text font color is #DEDEE3.


Background Color

.myBgColor { background-color: #DEDEE3; }

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

This div background color is #DEDEE3.


Border color

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

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

This div border color is #DEDEE3.


Opacity

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

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

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

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

This text has shadow with #DEDEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDEE3 on black background.


Color preview on white background

This text has color #DEDEE3 on white background.



Black color preview on #DEDEE3 background

This text has black color on #DEDEE3 background.


White color preview on #DEDEE3 background

This text has white color on #DEDEE3 background.