COLOR #DEDEE9

HEX: #DEDEE9
RGB: (222,222,233)

Color info

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

RGB color model

#DEDEE9 color RGB value is (222,222,233).

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

RGB channels and saturation

R 222 of 255 = 87%
G 222 of 255 = 87%
B 233 of 255 = 91%

222
222
233

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

Portions of RGB colors in percentages

R + G + B =
222 + 222 + 233 = 677 (100%)
R 222 of 677 ~ 32.79%
G 222 of 677 ~ 32.79%
B 233 of 677 ~ 34.42%

%32.79
%32.79
%34.42

CMYK color model

#DEDEE9 color CMYK value is (5,5,0,9).

  • cyan value is 4.72%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(5,5,0,9)
C5M5Y0K9 
(5%,5%,0%,9%)
(0.05/0.05/0.00/0.09)	

CMYK percentages

%4.72
%4.72
%0
%8.63

Codes

Color #DEDEE9 in popluar color models

DEDEE9
RGB222222233
HSL240°20.00%89.22%
HSB/HSV240°4.72%91.37%
CMYK4.72%4.72%0.00%
8.63%

Color #DEDEE9 in popluar number systems.

HEXDEDEE9
Decimal222222233
Binary110111101101111011101001
Octal336336351

Shades and tints

Shades of #DEDEE9

#DEDEE9
(222,222,233)
#CACAD4
(202,202,212)
#B6B6BF
(182,182,191)
#A2A2AA
(162,162,170)
#8E8E95
(142,142,149)
#7A7A80
(122,122,128)
#66666B
(102,102,107)
#525256
(82,82,86)
#3E3E41
(62,62,65)
#2A2A2C
(42,42,44)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #DEDEE9

#DEDEE9
(222,222,233)
#E1E1EB
(225,225,235)
#E4E4ED
(228,228,237)
#E7E7EF
(231,231,239)
#EAEAF1
(234,234,241)
#EDEDF3
(237,237,243)
#F0F0F5
(240,240,245)
#F3F3F7
(243,243,247)
#F6F6F9
(246,246,249)
#F9F9FB
(249,249,251)
#FCFCFD
(252,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEE9; }

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

This text font color is #DEDEE9.


Background Color

.myBgColor { background-color: #DEDEE9; }

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

This div background color is #DEDEE9.


Border color

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

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

This div border color is #DEDEE9.


Opacity

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

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

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

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

This text has shadow with #DEDEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDEE9 on black background.


Color preview on white background

This text has color #DEDEE9 on white background.



Black color preview on #DEDEE9 background

This text has black color on #DEDEE9 background.


White color preview on #DEDEE9 background

This text has white color on #DEDEE9 background.