COLOR #DFDBE8

HEX: #DFDBE8
RGB: (223,219,232)

Color info

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

RGB color model

#DFDBE8 color RGB value is (223,219,232).

  • red value is 223;
  • green value is 219;
  • blue value is 232.
RGB:
(223,219,232)
(87%,86%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 232 of 255 = 91%

223
219
232

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

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 232 = 674 (100%)
R 223 of 674 ~ 33.09%
G 219 of 674 ~ 32.49%
B 232 of 674 ~ 34.42%

%33.09
%32.49
%34.42

CMYK color model

#DFDBE8 color CMYK value is (4,6,0,9).

  • cyan value is 3.88%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(4,6,0,9)
C4M6Y0K9 
(4%,6%,0%,9%)
(0.04/0.06/0.00/0.09)	

CMYK percentages

%3.88
%5.6
%0
%9.02

Codes

Color #DFDBE8 in popluar color models

DFDBE8
RGB223219232
HSL258°22.03%88.43%
HSB/HSV258°5.60%90.98%
CMYK3.88%5.60%0.00%
9.02%

Color #DFDBE8 in popluar number systems.

HEXDFDBE8
Decimal223219232
Binary110111111101101111101000
Octal337333350

Shades and tints

Shades of #DFDBE8

#DFDBE8
(223,219,232)
#CBC8D3
(203,200,211)
#B7B5BE
(183,181,190)
#A3A2A9
(163,162,169)
#8F8F94
(143,143,148)
#7B7C7F
(123,124,127)
#67696A
(103,105,106)
#535655
(83,86,85)
#3F4340
(63,67,64)
#2B302B
(43,48,43)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #DFDBE8

#DFDBE8
(223,219,232)
#E1DEEA
(225,222,234)
#E3E1EC
(227,225,236)
#E5E4EE
(229,228,238)
#E7E7F0
(231,231,240)
#E9EAF2
(233,234,242)
#EBEDF4
(235,237,244)
#EDF0F6
(237,240,246)
#EFF3F8
(239,243,248)
#F1F6FA
(241,246,250)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBE8; }

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

This text font color is #DFDBE8.


Background Color

.myBgColor { background-color: #DFDBE8; }

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

This div background color is #DFDBE8.


Border color

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

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

This div border color is #DFDBE8.


Opacity

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

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

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

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

This text has shadow with #DFDBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDBE8 on black background.


Color preview on white background

This text has color #DFDBE8 on white background.



Black color preview on #DFDBE8 background

This text has black color on #DFDBE8 background.


White color preview on #DFDBE8 background

This text has white color on #DFDBE8 background.