COLOR #DFDEED

HEX: #DFDEED
RGB: (223,222,237)

Color info

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

RGB color model

#DFDEED color RGB value is (223,222,237).

  • red value is 223;
  • green value is 222;
  • blue value is 237.
RGB: (223,222,237) (87%,87%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 237 of 255 = 93%

223
222
237

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

Portions of RGB colors in percentages

R + G + B =
223 + 222 + 237 = 682 (100%)
R 223 of 682 ~ 32.7%
G 222 of 682 ~ 32.55%
B 237 of 682 ~ 34.75%

%32.7
%32.55
%34.75

CMYK color model

#DFDEED color CMYK value is (6,6,0,7).

  • cyan value is 5.91%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (6,6,0,7) C6M6Y0K7 (6%,6%,0%,7%) (0.06/0.06/0.00/0.07)

CMYK percentages

%5.91
%6.33
%0
%7.06

Codes

Color #DFDEED in popluar color models

DFDEED
RGB223222237
HSL244°29.41%90.00%
HSB/HSV244°6.33%92.94%
CMYK5.91%6.33%0.00%
7.06%

Color #DFDEED in popluar number systems.

HEXDFDEED
Decimal223222237
Binary110111111101111011101101
Octal337336355

Shades and tints

Shades of #DFDEED

#DFDEED
(223,222,237)
#CBCAD8
(203,202,216)
#B7B6C3
(183,182,195)
#A3A2AE
(163,162,174)
#8F8E99
(143,142,153)
#7B7A84
(123,122,132)
#67666F
(103,102,111)
#53525A
(83,82,90)
#3F3E45
(63,62,69)
#2B2A30
(43,42,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #DFDEED

#DFDEED
(223,222,237)
#E1E1EE
(225,225,238)
#E3E4EF
(227,228,239)
#E5E7F0
(229,231,240)
#E7EAF1
(231,234,241)
#E9EDF2
(233,237,242)
#EBF0F3
(235,240,243)
#EDF3F4
(237,243,244)
#EFF6F5
(239,246,245)
#F1F9F6
(241,249,246)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDEED; }

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

This text font color is #DFDEED.


Background Color

.myBgColor { background-color: #DFDEED; }

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

This div background color is #DFDEED.


Border color

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

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

This div border color is #DFDEED.


Opacity

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

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

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

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

This text has shadow with #DFDEED color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFDEED on black background.


Color preview on white background

This text has color #DFDEED on white background.



Black color preview on #DFDEED background

This text has black color on #DFDEED background.


White color preview on #DFDEED background

This text has white color on #DFDEED background.