COLOR #DFDFEB

HEX: #DFDFEB
RGB: (223,223,235)

Color info

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

RGB color model

#DFDFEB color RGB value is (223,223,235).

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

RGB channels and saturation

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

223
223
235

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 235 = 681 (100%)
R 223 of 681 ~ 32.75%
G 223 of 681 ~ 32.75%
B 235 of 681 ~ 34.51%

%32.75
%32.75
%34.51

CMYK color model

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

  • cyan value is 5.11%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,5,0,8)
C5M5Y0K8 
(5%,5%,0%,8%)
(0.05/0.05/0.00/0.08)	

CMYK percentages

%5.11
%5.11
%0
%7.84

Codes

Color #DFDFEB in popluar color models

DFDFEB
RGB223223235
HSL240°23.08%89.80%
HSB/HSV240°5.11%92.16%
CMYK5.11%5.11%0.00%
7.84%

Color #DFDFEB in popluar number systems.

HEXDFDFEB
Decimal223223235
Binary110111111101111111101011
Octal337337353

Shades and tints

Shades of #DFDFEB

#DFDFEB
(223,223,235)
#CBCBD6
(203,203,214)
#B7B7C1
(183,183,193)
#A3A3AC
(163,163,172)
#8F8F97
(143,143,151)
#7B7B82
(123,123,130)
#67676D
(103,103,109)
#535358
(83,83,88)
#3F3F43
(63,63,67)
#2B2B2E
(43,43,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #DFDFEB

#DFDFEB
(223,223,235)
#E1E1EC
(225,225,236)
#E3E3ED
(227,227,237)
#E5E5EE
(229,229,238)
#E7E7EF
(231,231,239)
#E9E9F0
(233,233,240)
#EBEBF1
(235,235,241)
#EDEDF2
(237,237,242)
#EFEFF3
(239,239,243)
#F1F1F4
(241,241,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFEB; }

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

This text font color is #DFDFEB.


Background Color

.myBgColor { background-color: #DFDFEB; }

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

This div background color is #DFDFEB.


Border color

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

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

This div border color is #DFDFEB.


Opacity

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

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

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

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

This text has shadow with #DFDFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFEB on black background.


Color preview on white background

This text has color #DFDFEB on white background.



Black color preview on #DFDFEB background

This text has black color on #DFDFEB background.


White color preview on #DFDFEB background

This text has white color on #DFDFEB background.