COLOR #DFDFEE

HEX: #DFDFEE
RGB: (223,223,238)

Color info

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

RGB color model

#DFDFEE color RGB value is (223,223,238).

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

RGB channels and saturation

R 223 of 255 = 87%
G 223 of 255 = 87%
B 238 of 255 = 93%

223
223
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 238 = 684 (100%)
R 223 of 684 ~ 32.6%
G 223 of 684 ~ 32.6%
B 238 of 684 ~ 34.8%

%32.6
%32.6
%34.8

CMYK color model

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

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

CMYK percentages

%6.3
%6.3
%0
%6.67

Codes

Color #DFDFEE in popluar color models

DFDFEE
RGB223223238
HSL240°30.61%90.39%
HSB/HSV240°6.30%93.33%
CMYK6.30%6.30%0.00%
6.67%

Color #DFDFEE in popluar number systems.

HEXDFDFEE
Decimal223223238
Binary110111111101111111101110
Octal337337356

Shades and tints

Shades of #DFDFEE

#DFDFEE
(223,223,238)
#CBCBD9
(203,203,217)
#B7B7C4
(183,183,196)
#A3A3AF
(163,163,175)
#8F8F9A
(143,143,154)
#7B7B85
(123,123,133)
#676770
(103,103,112)
#53535B
(83,83,91)
#3F3F46
(63,63,70)
#2B2B31
(43,43,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFDFEE

#DFDFEE
(223,223,238)
#E1E1EF
(225,225,239)
#E3E3F0
(227,227,240)
#E5E5F1
(229,229,241)
#E7E7F2
(231,231,242)
#E9E9F3
(233,233,243)
#EBEBF4
(235,235,244)
#EDEDF5
(237,237,245)
#EFEFF6
(239,239,246)
#F1F1F7
(241,241,247)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFEE; }

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

This text font color is #DFDFEE.


Background Color

.myBgColor { background-color: #DFDFEE; }

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

This div background color is #DFDFEE.


Border color

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

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

This div border color is #DFDFEE.


Opacity

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

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

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

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

This text has shadow with #DFDFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFEE on black background.


Color preview on white background

This text has color #DFDFEE on white background.



Black color preview on #DFDFEE background

This text has black color on #DFDFEE background.


White color preview on #DFDFEE background

This text has white color on #DFDFEE background.