COLOR #DEDFEB

HEX: #DEDFEB RGB: (222,223,235)

Color info

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

RGB color model

#DEDFEB color RGB value is (222,223,235).

RGB: (222,223,235) (87%, 87%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 223 of 255 = 87%
B 235 of 255 = 92%

222
223
235

R + G + B ~ 89%. #DEDFEB is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 223 + 235 = 680 (100%)
R 222 of 680 ~ 32.65%
G 223 of 680 ~ 32.79%
B 235 of 680 ~ 34.56'%

%32.65
%32.79
%34.56

CMYK color model

#DEDFEB color CMYK value is (6,5,0,8).

  • cyan value is 5.53%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,5,0,8)
C6M5Y0K8 (6%, 5%, 0%, 8%)
(0.06 / 0.05 / 0.00 / 0.08)

CMYK percentages

%5.53
%5.11
%0
%7.84

Codes

Color #DEDFEB in popluar color models

DE DF EB
RGB 222 223 235
HSL 235° 24.53% 89.61%
HSB/HSV 235° 5.53% 92.16%
CMYK 5.53% 5.11% 0.00%
7.84%

Color #DEDFEB in popluar number systems.

HEX DE DF EB
Decimal 222 223 235
Binary 11011110 11011111 11101011
Octal 336 337 353

Shades and tints

Shades of #DEDFEB

#DEDFEB
(222,223,235)
#CACBD6
(202,203,214)
#B6B7C1
(182,183,193)
#A2A3AC
(162,163,172)
#8E8F97
(142,143,151)
#7A7B82
(122,123,130)
#66676D
(102,103,109)
#525358
(82,83,88)
#3E3F43
(62,63,67)
#2A2B2E
(42,43,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #DEDFEB

#DEDFEB
(222,223,235)
#E1E1EC
(225,225,236)
#E4E3ED
(228,227,237)
#E7E5EE
(231,229,238)
#EAE7EF
(234,231,239)
#EDE9F0
(237,233,240)
#F0EBF1
(240,235,241)
#F3EDF2
(243,237,242)
#F6EFF3
(246,239,243)
#F9F1F4
(249,241,244)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDFEB; }

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

This text font color is #DEDFEB.

Background Color

.myBgColor { background-color: #DEDFEB; }

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

This div background color is #DEDFEB.

Border color

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

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

This div border color is #DEDFEB.

Opacity

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

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

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

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

This text has shadow with #DEDFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDFEB.

Preview

Color preview on black background

This text has color #DEDFEB on black background.


Color preview on white background

This text has color #DEDFEB on white background.


Black color preview on #DEDFEB background

This text has black color on #DEDFEB background.


White color preview on #DEDFEB background

This text has white color on #DEDFEB background.


Related colors

Complementary color

Complementary color for #hex is #212014.


I love getcolorcode.com

Triadic colors

1 #EBDEDF and #DFEBDE with #DEDFEB are triadic colors.

2 #EBDFDE and #DFDEEB with #DEDFEB are triadic colors.